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 SourceAddressPrefix
(Deprecated) The address prefix used for the subnet.
Declaration
public readonly string AddressPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
AddressPrefixes
The address prefixes for the subnet.
Declaration
public readonly ImmutableArray<string> AddressPrefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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 |
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 |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkSecurityGroupId
The ID of the Network Security Group associated with the subnet.
Declaration
public readonly string NetworkSecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
The ID of the Route Table associated with this subnet.
Declaration
public readonly string RouteTableId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
VirtualNetworkName
Declaration
public readonly string VirtualNetworkName
Field Value
| Type | Description |
|---|---|
| System.String |