GetVirtualNetworkResult

data class GetVirtualNetworkResult(val allowedSubnets: List<SubnetResponse>? = null, val createdDate: String, val description: String? = null, val externalProviderResourceId: String? = null, val externalSubnets: List<ExternalSubnetResponse>, val id: String, val location: String? = null, val name: String, val provisioningState: String, val subnetOverrides: List<SubnetOverrideResponse>? = null, val tags: Map<String, String>? = null, val type: String, val uniqueIdentifier: String)

A virtual network.

Constructors

Link copied to clipboard
constructor(allowedSubnets: List<SubnetResponse>? = null, createdDate: String, description: String? = null, externalProviderResourceId: String? = null, externalSubnets: List<ExternalSubnetResponse>, id: String, location: String? = null, name: String, provisioningState: String, subnetOverrides: List<SubnetOverrideResponse>? = null, tags: Map<String, String>? = null, type: String, uniqueIdentifier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allowed subnets of the virtual network.

Link copied to clipboard

The creation date of the virtual network.

Link copied to clipboard
val description: String? = null

The description of the virtual network.

Link copied to clipboard

The Microsoft.Network resource identifier of the virtual network.

Link copied to clipboard

The external subnet properties.

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning status of the resource.

Link copied to clipboard

The subnet overrides of the virtual network.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The unique immutable identifier of a resource (Guid).