PrivateLinkResource Class

A private link resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.machinelearningservices.models._models_py3.Resource
PrivateLinkResource

Constructor

PrivateLinkResource(*, identity: Optional[azure.mgmt.machinelearningservices.models._models_py3.Identity] = None, location: Optional[str] = None, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.machinelearningservices.models._models_py3.Sku] = None, required_zone_names: Optional[List[str]] = None, **kwargs)

Parameters

identity
Identity
Required

The identity of the resource.

location
str
Required

Specifies the location of the resource.

tags
dict[str, str]
Required

A set of tags. Contains resource tags defined as key/value pairs.

sku
Sku
Required

The sku of the workspace.

required_zone_names
list[str]
Required

The private link resource Private link DNS zone name.

Variables

id
str

Specifies the resource ID.

name
str

Specifies the name of the resource.

type
str

Specifies the type of the resource.

group_id
str

The private link resource group id.

required_members
list[str]

The private link resource required member names.