Class VirtualNetworkGatewayIpConfiguration
Inheritance
System.Object
VirtualNetworkGatewayIpConfiguration
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 VirtualNetworkGatewayIpConfiguration
Fields
View SourceName
A user-defined name of the revoked certificate.
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. Valid options are Static or
Dynamic. Defaults to Dynamic.
Declaration
public readonly string PrivateIpAddressAllocation
Field Value
| Type | Description |
|---|---|
| System.String |
PublicIpAddressId
The ID of the public ip address to associate 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 |