PrivateLinkResourcesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_link_resources> attribute.
- Inheritance
-
builtins.objectPrivateLinkResourcesOperations
Constructor
PrivateLinkResourcesOperations(*args, **kwargs)
Methods
get |
Get the specified private link resource associated with the device update account. |
list_by_account |
List all private link resources in a device update account. |
get
Get the specified private link resource associated with the device update account.
async get(resource_group_name: str, account_name: str, group_id: str, **kwargs: Any) -> GroupInformation
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The resource group name. Required. |
account_name
Required
|
Account name. Required. |
group_id
Required
|
The group ID of the private link resource. Required. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
GroupInformation or the result of cls(response) |
Exceptions
Type | Description |
---|---|
list_by_account
List all private link resources in a device update account.
list_by_account(resource_group_name: str, account_name: str, **kwargs: Any) -> AsyncIterable[GroupInformation]
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The resource group name. Required. |
account_name
Required
|
Account name. Required. |
Keyword-Only Parameters
Name | Description |
---|---|
cls
|
A custom type or function that will be passed the direct response |
Returns
Type | Description |
---|---|
An iterator like instance of either GroupInformation or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.deviceupdate.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\deviceupdate\\models\\__init__.py'>
Azure SDK for Python