Get Network Security Group Security Rule
data class GetNetworkSecurityGroupSecurityRule(val access: String, val description: String, val destinationAddressPrefix: String, val destinationAddressPrefixes: List<String>, val destinationApplicationSecurityGroupIds: List<String>? = null, val destinationPortRange: String, val destinationPortRanges: List<String>, val direction: String, val name: String, val priority: Int, val protocol: String, val sourceAddressPrefix: String, val sourceAddressPrefixes: List<String>, val sourceApplicationSecurityGroupIds: List<String>? = null, val sourcePortRange: String, val sourcePortRanges: List<String>)
Constructors
Link copied to clipboard
fun GetNetworkSecurityGroupSecurityRule(access: String, description: String, destinationAddressPrefix: String, destinationAddressPrefixes: List<String>, destinationApplicationSecurityGroupIds: List<String>? = null, destinationPortRange: String, destinationPortRanges: List<String>, direction: String, name: String, priority: Int, protocol: String, sourceAddressPrefix: String, sourceAddressPrefixes: List<String>, sourceApplicationSecurityGroupIds: List<String>? = null, sourcePortRange: String, sourcePortRanges: List<String>)