Subnet Override Response
data class SubnetOverrideResponse(val labSubnetName: String? = null, val resourceId: String? = null, val sharedPublicIpAddressConfiguration: SubnetSharedPublicIpAddressConfigurationResponse? = null, val useInVmCreationPermission: String? = null, val usePublicIpAddressPermission: String? = null, val virtualNetworkPoolName: String? = null)
Property overrides on a subnet of a virtual network.
Properties
Link copied to clipboard
The name given to the subnet within the lab.
Link copied to clipboard
The resource ID of the subnet.
Link copied to clipboard
Properties that virtual machines on this subnet will share.
Link copied to clipboard
Indicates whether this subnet can be used during virtual machine creation (i.e. Allow, Deny).
Link copied to clipboard
Indicates whether public IP addresses can be assigned to virtual machines on this subnet (i.e. Allow, Deny).
Link copied to clipboard
The virtual network pool associated with this subnet.