GetVirtualNetworkAllowedSubnet

data class GetVirtualNetworkAllowedSubnet(val allowPublicIp: String, val labSubnetName: String, val resourceId: String)

Constructors

Link copied to clipboard
constructor(allowPublicIp: String, labSubnetName: String, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates if this subnet allows public IP addresses. Possible values are Allow, Default and Deny.

Link copied to clipboard

The name of the subnet.

Link copied to clipboard

The resource identifier for the subnet.