VirtualNetworkSubnet

data class VirtualNetworkSubnet(val name: String? = null, val useInVirtualMachineCreation: String? = null, val usePublicIpAddress: String? = null)

Constructors

Link copied to clipboard
fun VirtualNetworkSubnet(name: String? = null, useInVirtualMachineCreation: String? = null, usePublicIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Specifies the name of the Dev Test Virtual Network. Changing this forces a new resource to be created.

Link copied to clipboard

Can this subnet be used for creating Virtual Machines? Possible values are Allow, Default and Deny. Defaults to Allow.

Link copied to clipboard

Can Virtual Machines in this Subnet use Public IP Addresses? Possible values are Allow, Default and Deny. Defaults to Allow.