Get Virtual Network Result
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)
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
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
The provisioning status of the resource.
Link copied to clipboard
The subnet overrides of the virtual network.
Link copied to clipboard
The unique immutable identifier of a resource (Guid).