Nsg Security Rule Response
data class NsgSecurityRuleResponse(val access: String? = null, val description: String? = null, val destinationAddressPrefix: String? = null, val destinationPortRange: String? = null, val direction: String? = null, val name: String? = null, val priority: Int? = null, val protocol: String? = null, val sourceAddressPrefix: String? = null, val sourcePortRange: String? = null)
Security Rule data model for Network Security Groups.
Constructors
Link copied to clipboard
fun NsgSecurityRuleResponse(access: String? = null, description: String? = null, destinationAddressPrefix: String? = null, destinationPortRange: String? = null, direction: String? = null, name: String? = null, priority: Int? = null, protocol: String? = null, sourceAddressPrefix: String? = null, sourcePortRange: String? = null)