PrivateLinkResource Class

Information of the private link resource.

Constructor

PrivateLinkResource(*args: Any, **kwargs: Any)

Variables

Name Description
properties

Properties of the private link resource.

id
str

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

name
str

The name of private link resource will be either topic, domain, partnerNamespace or namespace.

type
str

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

Attributes

id

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

id: str | None

name

The name of private link resource will be either topic, domain, partnerNamespace or namespace.

name: str | None

properties

Properties of the private link resource.

properties: _models.PrivateLinkResourceProperties | None

type

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

type: str | None