GetNetworkSecurityGroupResult

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)

Types

Link copied to clipboard
object Companion

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 unique read-only string that changes whenever the resource is updated.

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
val id: String? = null

Resource ID.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Resource name.

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.