PrivateLinkResourcesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_link_resources> attribute.
Constructor
PrivateLinkResourcesOperations(*args, **kwargs)
Methods
| get |
Gets lists of resources that supports Privatelinks. |
get
Gets lists of resources that supports Privatelinks.
get(resource_group_name: str, namespace_name: str, **kwargs: Any) -> PrivateLinkResourcesListResult
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
namespace_name
Required
|
The namespace name. Required. |
Returns
| Type | Description |
|---|---|
|
PrivateLinkResourcesListResult. The PrivateLinkResourcesListResult is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|