Get Network Security Group Result
data class GetNetworkSecurityGroupResult(val defaultSecurityRules: List<SecurityRuleResponse>, val etag: String, val flowLogs: List<FlowLogResponse>, val id: String? = null, val location: String? = null, val name: String, val networkInterfaces: List<NetworkInterfaceResponse>, val provisioningState: String, val resourceGuid: String, val securityRules: List<SecurityRuleResponse>? = null, val subnets: List<SubnetResponse>, val tags: Map<String, String>? = null, val type: String)
NetworkSecurityGroup resource.
Constructors
Link copied to clipboard
constructor(defaultSecurityRules: List<SecurityRuleResponse>, etag: String, flowLogs: List<FlowLogResponse>, id: String? = null, location: String? = null, name: String, networkInterfaces: List<NetworkInterfaceResponse>, provisioningState: String, resourceGuid: String, securityRules: List<SecurityRuleResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The default security rules of network security group.
Link copied to clipboard
A collection of references to flow log resources.
Link copied to clipboard
A collection of references to network interfaces.
Link copied to clipboard
The provisioning state of the network security group resource.
Link copied to clipboard
The resource GUID property of the network security group resource.
Link copied to clipboard
A collection of security rules of the network security group.
Link copied to clipboard
A collection of references to subnets.