Share via


PrivateLinkHub Class

Definition

A privateLinkHub

[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateLinkHub : Microsoft.Azure.Management.Synapse.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateLinkHub = class
    inherit TrackedResource
Public Class PrivateLinkHub
Inherits TrackedResource
Inheritance
Attributes

Constructors

PrivateLinkHub()

Initializes a new instance of the PrivateLinkHub class.

PrivateLinkHub(String, String, String, String, IDictionary<String,String>, String, IList<PrivateEndpointConnectionForPrivateLinkHubBasic>)

Initializes a new instance of the PrivateLinkHub class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
PrivateEndpointConnections

Gets list of private endpoint connections

ProvisioningState

Gets or sets privateLinkHub provisioning state

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to