IPrivateLinkServiceProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |