PurviewManagementClient Class
Creates a Microsoft.Purview management client.
Constructor
PurviewManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. |
subscription_id
Required
|
The subscription identifier. |
base_url
|
Service URL Default value: None
|
Keyword-Only Parameters
Name | Description |
---|---|
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
accounts
|
AccountsOperations operations |
default_accounts
|
DefaultAccountsOperations operations |
operations
|
Operations operations |
private_endpoint_connections
|
PrivateEndpointConnectionsOperations operations |
private_link_resources
|
PrivateLinkResourcesOperations operations |
Methods
close |
close
async close() -> None
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python