Show / Hide Table of Contents

Class GetSubnetResult

Inheritance
System.Object
GetSubnetResult
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.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetSubnetResult

Fields

View Source

AddressPrefix

(Deprecated) The address prefix used for the subnet.

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

AddressPrefixes

The address prefixes for the subnet.

Declaration
public readonly ImmutableArray<string> AddressPrefixes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EnforcePrivateLinkEndpointNetworkPolicies

Enable or Disable network policies for the private link endpoint on the subnet.

Declaration
public readonly bool EnforcePrivateLinkEndpointNetworkPolicies
Field Value
Type Description
System.Boolean
View Source

EnforcePrivateLinkServiceNetworkPolicies

Enable or Disable network policies for the private link service on the subnet.

Declaration
public readonly bool EnforcePrivateLinkServiceNetworkPolicies
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

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

Name

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

NetworkSecurityGroupId

The ID of the Network Security Group associated with the subnet.

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

ResourceGroupName

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

RouteTableId

The ID of the Route Table associated with this subnet.

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

ServiceEndpoints

A list of Service Endpoints within this subnet.

Declaration
public readonly ImmutableArray<string> ServiceEndpoints
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

VirtualNetworkName

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