Class GetVirtualNetworkGatewayIpConfigurationResult
Inheritance
System.Object
GetVirtualNetworkGatewayIpConfigurationResult
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetVirtualNetworkGatewayIpConfigurationResult
Fields
View SourceName
Specifies the name of the Virtual Network Gateway.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpAddressAllocation
Defines how the private IP address of the gateways virtual interface is assigned.
Declaration
public readonly string PrivateIpAddressAllocation
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
The ID of the Public IP Address associated with the Virtual Network Gateway.
Declaration
public readonly string PublicIpAddressId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the gateway subnet of a virtual network in
which the virtual network gateway will be created. It is mandatory that
the associated subnet is named GatewaySubnet. Therefore, each virtual
network can contain at most a single Virtual Network Gateway.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |