Show / Hide Table of Contents

Class LinkServiceNatIpConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LinkServiceNatIpConfigurationArgs
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.PrivateDns.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkServiceNatIpConfigurationArgs : ResourceArgs

Constructors

View Source

LinkServiceNatIpConfigurationArgs()

Declaration
public LinkServiceNatIpConfigurationArgs()

Properties

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 Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Primary

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

Declaration
public Input<bool> Primary { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PrivateIpAddress

Specifies a Private Static IP Address for this IP Configuration.

Declaration
public Input<string> PrivateIpAddress { get; set; }
Property Value
Type Description
Input<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 Input<string> PrivateIpAddressVersion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

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

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.