Show / Hide Table of Contents

Class VirtualNetworkGatewayIpConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualNetworkGatewayIpConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

VirtualNetworkGatewayIpConfigurationGetArgs()

Declaration
public VirtualNetworkGatewayIpConfigurationGetArgs()

Properties

View Source

Name

A user-defined name of the revoked certificate.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.