Class VirtualNetworkGatewayIpConfigurationGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualNetworkGatewayIpConfigurationGetArgs : ResourceArgs
Constructors
View SourceVirtualNetworkGatewayIpConfigurationGetArgs()
Declaration
public VirtualNetworkGatewayIpConfigurationGetArgs()
Properties
View SourceName
A user-defined name of the revoked certificate.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> PrivateIpAddressAllocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicIpAddressId
The ID of the public ip address to associate with the Virtual Network Gateway.
Declaration
public Input<string> PublicIpAddressId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |