Get Network Security Group Result
data class GetNetworkSecurityGroupResult(val azureApiVersion: String, val defaultSecurityRules: List<SecurityRuleResponse>, val etag: String, val flowLogs: List<FlowLogResponse>, val flushConnection: Boolean? = null, 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(azureApiVersion: String, defaultSecurityRules: List<SecurityRuleResponse>, etag: String, flowLogs: List<FlowLogResponse>, flushConnection: Boolean? = null, 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 Azure API version of the resource.
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
When enabled, flows created from Network Security Group connections will be re-evaluated when rules are updates. Initial enablement will trigger re-evaluation.
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.