IPrivateLinkServiceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServicePropertiesTypeConverter))]
public interface IPrivateLinkServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServicePropertiesTypeConverter))>]
type IPrivateLinkServiceProperties = interface
    interface IJsonSerializable
Public Interface IPrivateLinkServiceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Alias

The alias of the private link service.

AutoApprovalSubscription

The list of subscriptions.

EnableProxyProtocol

Whether the private link service is enabled for proxy protocol or not.

Fqdn

The list of Fqdn.

IPConfiguration

An array of private link service IP configurations.

LoadBalancerFrontendIPConfiguration

An array of references to the load balancer IP configurations.

NetworkInterface

An array of references to the network interfaces created for this private link service.

PrivateEndpointConnection

An array of list about connections to the private endpoint.

ProvisioningState

The provisioning state of the private link service resource.

VisibilitySubscription

The list of subscriptions.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to