Show / Hide Table of Contents

Class VirtualNetworkSubnet

Inheritance
System.Object
VirtualNetworkSubnet
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DevTest.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkSubnet

Fields

View Source

Name

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

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

UseInVirtualMachineCreation

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

Declaration
public readonly string UseInVirtualMachineCreation
Field Value
Type Description
System.String
View Source

UsePublicIpAddress

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

Declaration
public readonly string UsePublicIpAddress
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.