Show / Hide Table of Contents

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 Source

LabSubnetName

The name of the subnet.

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

ResourceId

The resource identifier for the subnet.

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

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
View Source

UsePublicIpAddressPermission

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

VirtualNetworkPoolName

The virtual network pool associated with this subnet.

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