VirtualNetworkSubnet

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

Constructors

Link copied to clipboard
constructor(name: String? = null, sharedPublicIpAddress: VirtualNetworkSubnetSharedPublicIpAddress? = 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

A shared_public_ip_address block as defined below.

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.