Show / Hide Table of Contents

Class LinkServiceNatIpConfiguration

Inheritance
System.Object
LinkServiceNatIpConfiguration
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.PrivateDns.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkServiceNatIpConfiguration

Fields

View Source

Name

Specifies the name which should be used for the NAT IP Configuration. Changing this forces a new resource to be created.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Primary

Is this is the Primary IP Configuration? Changing this forces a new resource to be created.

Declaration
public readonly bool Primary
Field Value
Type Description
System.Boolean
View Source

PrivateIpAddress

Specifies a Private Static IP Address for this IP Configuration.

Declaration
public readonly string PrivateIpAddress
Field Value
Type Description
System.String
View Source

PrivateIpAddressVersion

The version of the IP Protocol which should be used. At this time the only supported value is IPv4. Defaults to IPv4.

Declaration
public readonly string PrivateIpAddressVersion
Field Value
Type Description
System.String
View Source

SubnetId

Specifies the ID of the Subnet which should be used for the Private Link Service.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.