Get Security Rule Result
data class GetSecurityRuleResult(val access: String, val azureApiVersion: String, val description: String? = null, val destinationAddressPrefixes: List<String>? = null, val destinationPortRanges: List<String>? = null, val direction: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val name: String, val priority: Int, val protocol: String, val provisioningState: String, val sourceAddressPrefixes: List<String>? = null, val sourcePortRanges: List<String>? = null, val systemData: SystemDataResponse, val type: String)
Security Rule resource.
Constructors
Link copied to clipboard
constructor(access: String, azureApiVersion: String, description: String? = null, destinationAddressPrefixes: List<String>? = null, destinationPortRanges: List<String>? = null, direction: String, extendedLocation: ExtendedLocationResponse? = null, id: String, name: String, priority: Int, protocol: String, provisioningState: String, sourceAddressPrefixes: List<String>? = null, sourcePortRanges: List<String>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
A description for this rule. Restricted to 140 chars.
Link copied to clipboard
The destination address prefixes. CIDR or destination IP ranges.
Link copied to clipboard
The destination port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
Link copied to clipboard
The extendedLocation of the resource.
Link copied to clipboard
Provisioning state of the SR
Link copied to clipboard
The CIDR or source IP ranges.
Link copied to clipboard
The source port ranges. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.