Class GetVirtualNetworkAllowedSubnetResult
Inheritance
System.Object
GetVirtualNetworkAllowedSubnetResult
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 GetVirtualNetworkAllowedSubnetResult
Fields
View SourceAllowPublicIp
Indicates if this subnet allows public IP addresses. Possible values are Allow, Default and Deny.
Declaration
public readonly string AllowPublicIp
Field Value
| Type | Description |
|---|---|
| System.String |
LabSubnetName
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 |