PrivateLinkServiceData Class

Definition

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
PrivateLinkServiceData
Implements

Constructors

PrivateLinkServiceData()

Initializes a new instance of PrivateLinkServiceData.

Properties

Alias

The alias of the private link service.

AutoApprovalSubscriptions

The list of subscriptions.

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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<PrivateLinkServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PrivateLinkServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<PrivateLinkServiceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateLinkServiceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PrivateLinkServiceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to