Show / Hide Table of Contents

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 Source

Name

A user-defined name of the revoked certificate.

Declaration
public readonly string Name
Field Value
Type Description
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 readonly string PrivateIpAddressAllocation
Field Value
Type Description
System.String
View Source

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
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 readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.