GetNetworkSecurityGroupResult

data class GetNetworkSecurityGroupResult(val eTag: String, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val location: String, val name: String, val networkInterfaces: List<NetworkInterfaceArmReferenceResponse>, val provisioningState: String, val subnets: List<LogicalNetworkArmReferenceResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

NetworkSecurityGroup resource.

Constructors

Link copied to clipboard
constructor(eTag: String, extendedLocation: ExtendedLocationResponse? = null, id: String, location: String, name: String, networkInterfaces: List<NetworkInterfaceArmReferenceResponse>, provisioningState: String, subnets: List<LogicalNetworkArmReferenceResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.

Link copied to clipboard

The extendedLocation of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

A collection of references to network interfaces that are currently using this NSG.

Link copied to clipboard

The provisioning state of the network security group resource.

Link copied to clipboard

A collection of references to logical networks that are currently using this NSG

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"