Show / Hide Table of Contents

Class GetServiceResult

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

Fields

View Source

Alias

The alias is a globally unique name for your private link service which Azure generates for you. Your can use this alias to request a connection to your private link service.

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

AutoApprovalSubscriptionIds

The list of subscription(s) globally unique identifiers that will be auto approved to use the private link service.

Declaration
public readonly ImmutableArray<string> AutoApprovalSubscriptionIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

EnableProxyProtocol

Does the Private Link Service support the Proxy Protocol?

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

Id

The provider-assigned unique ID for this managed resource.

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

LoadBalancerFrontendIpConfigurationIds

The list of Standard Load Balancer(SLB) resource IDs. The Private Link service is tied to the frontend IP address of a SLB. All traffic destined for the private link service will reach the frontend of the SLB. You can configure SLB rules to direct this traffic to appropriate backend pools where your applications are running.

Declaration
public readonly ImmutableArray<string> LoadBalancerFrontendIpConfigurationIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Location

The supported Azure location where the resource exists.

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

Name

The name of private link service NAT IP configuration.

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

NatIpConfigurations

The nat_ip_configuration block as defined below.

Declaration
public readonly ImmutableArray<GetServiceNatIpConfigurationResult> NatIpConfigurations
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetServiceNatIpConfigurationResult>
View Source

ResourceGroupName

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

Tags

A mapping of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

VisibilitySubscriptionIds

The list of subscription(s) globally unique identifiers(GUID) that will be able to see the private link service.

Declaration
public readonly ImmutableArray<string> VisibilitySubscriptionIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.