PrivateLinkServiceProperties Class
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.
Properties of the private link service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServicePropertiesTypeConverter))]
public class PrivateLinkServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateLinkServicePropertiesTypeConverter))>]
type PrivateLinkServiceProperties = class
interface IPrivateLinkServiceProperties
interface IJsonSerializable
Public Class PrivateLinkServiceProperties
Implements IPrivateLinkServiceProperties
- Inheritance
-
PrivateLinkServiceProperties
- Attributes
- Implements
Constructors
PrivateLinkServiceProperties() |
Creates an new PrivateLinkServiceProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkServiceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkServiceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateLinkServiceProperties. |
FromJsonString(String) |
Creates a new instance of PrivateLinkServiceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkServiceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |