Show / Hide Table of Contents

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 Source

AllowPublicIp

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
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
Back to top Copyright 2016-2020, Pulumi Corporation.