Show / Hide Table of Contents

Class GetServiceNatIpConfigurationResult

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

Fields

View Source

Name

The name of the private link service.

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

Primary

Value that indicates if the IP configuration is the primary configuration or not.

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

PrivateIpAddress

The private IP address of the NAT IP configuration.

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

PrivateIpAddressVersion

The version of the IP Protocol.

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

SubnetId

The ID of the subnet to be used by the service.

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