Get Internet Gateway Rule Result
data class GetInternetGatewayRuleResult(val annotation: String? = null, val id: String, val internetGatewayIds: List<String>, val location: String, val name: String, val provisioningState: String, val ruleProperties: RulePropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Internet Gateway Rule resource definition.
Constructors
Link copied to clipboard
fun GetInternetGatewayRuleResult(annotation: String? = null, id: String, internetGatewayIds: List<String>, location: String, name: String, provisioningState: String, ruleProperties: RulePropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)