PrivateLinkServiceData 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.
A class representing the PrivateLinkService data model. Private link service resource.
public class PrivateLinkServiceData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.PrivateLinkServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.PrivateLinkServiceData>
public class PrivateLinkServiceData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type PrivateLinkServiceData = class
inherit NetworkTrackedResourceData
interface IJsonModel<PrivateLinkServiceData>
interface IPersistableModel<PrivateLinkServiceData>
type PrivateLinkServiceData = class
inherit NetworkTrackedResourceData
Public Class PrivateLinkServiceData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of PrivateLinkServiceData), IPersistableModel(Of PrivateLinkServiceData)
Public Class PrivateLinkServiceData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
PrivateLinkServiceData() |
Initializes a new instance of PrivateLinkServiceData. |
Properties
Alias |
The alias of the private link service. |
AutoApprovalSubscriptions |
The list of subscriptions. |
DestinationIPAddress |
The destination IP address of the private link service. |
EnableProxyProtocol |
Whether the private link service is enabled for proxy protocol or not. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExtendedLocation |
The extended location of the load balancer. |
Fqdns |
The list of Fqdn. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
An array of private link service IP configurations. |
LoadBalancerFrontendIPConfigurations |
An array of references to the load balancer IP configurations. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
NetworkInterfaces |
An array of references to the network interfaces created for this private link service. |
PrivateEndpointConnections |
An array of list about connections to the private endpoint. |
ProvisioningState |
The provisioning state of the private link service resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VisibilitySubscriptions |
The list of subscriptions. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET