Class GetVirtualNetworkSubnetOverrideResult
Inheritance
System.Object
GetVirtualNetworkSubnetOverrideResult
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 GetVirtualNetworkSubnetOverrideResult
Fields
View SourceLabSubnetName
The name of the subnet.
Declaration
public readonly string LabSubnetName
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceId
The resource identifier for the subnet.
Declaration
public readonly string ResourceId
Field Value
| Type | Description |
|---|---|
| System.String |
UseInVmCreationPermission
Indicates if the subnet can be used for VM creation. Possible values are Allow, Default and Deny.
Declaration
public readonly string UseInVmCreationPermission
Field Value
| Type | Description |
|---|---|
| System.String |
UsePublicIpAddressPermission
Declaration
public readonly string UsePublicIpAddressPermission
Field Value
| Type | Description |
|---|---|
| System.String |
VirtualNetworkPoolName
The virtual network pool associated with this subnet.
Declaration
public readonly string VirtualNetworkPoolName
Field Value
| Type | Description |
|---|---|
| System.String |