GetVirtualNetworkSubnetOverride

data class GetVirtualNetworkSubnetOverride(val labSubnetName: String, val resourceId: String, val useInVmCreationPermission: String, val usePublicIpAddressPermission: String, val virtualNetworkPoolName: String)

Constructors

Link copied to clipboard
constructor(labSubnetName: String, resourceId: String, useInVmCreationPermission: String, usePublicIpAddressPermission: String, virtualNetworkPoolName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the subnet.

Link copied to clipboard

The resource identifier for the subnet.

Link copied to clipboard

Indicates if the subnet can be used for VM creation. Possible values are Allow, Default and Deny.

Link copied to clipboard

The virtual network pool associated with this subnet.