Class LinkServiceNatIpConfigurationArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkServiceNatIpConfigurationArgs : ResourceArgs
Constructors
View SourceLinkServiceNatIpConfigurationArgs()
Declaration
public LinkServiceNatIpConfigurationArgs()
Properties
View SourceName
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> |
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> |
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> |
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> |
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> |