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
|
Fully qualified identifier of the resource. |
|
name
|
Name of the resource. |
|
type
|
Type of the resource. |
Attributes
id
Fully qualified identifier of the resource.
id: str | None
name
Name of the resource.
name: str | None
properties
Properties of the private link resource.
properties: _models.PrivateLinkResourceProperties | None
type
Type of the resource.
type: str | None