-
Notifications
You must be signed in to change notification settings - Fork 245
/
Copy pathazure.mgmt.storage.v2021_09_01.aio.StorageManagementClient.yml
126 lines (124 loc) · 4.73 KB
/
azure.mgmt.storage.v2021_09_01.aio.StorageManagementClient.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
### YamlMime:PythonClass
uid: azure.mgmt.storage.v2021_09_01.aio.StorageManagementClient
name: StorageManagementClient
fullName: azure.mgmt.storage.v2021_09_01.aio.StorageManagementClient
module: azure.mgmt.storage.v2021_09_01.aio
inheritances:
- builtins.object
summary: The Azure Storage Management API.
constructor:
syntax: 'StorageManagementClient(credential: AsyncTokenCredential, subscription_id:
str, base_url: str = ''https://management.azure.com'', **kwargs: Any)'
parameters:
- name: credential
description: Credential needed for the client to connect to Azure. Required.
isRequired: true
types:
- <xref:azure.core.credentials_async.AsyncTokenCredential>
- name: subscription_id
description: The ID of the target subscription. Required.
isRequired: true
types:
- <xref:str>
- name: base_url
description: Service URL. Default value is "[https://management.azure.com](https://management.azure.com)".
defaultValue: https://management.azure.com
types:
- <xref:str>
keywordOnlyParameters:
- name: api_version
description: 'Api Version. Default value is "2021-09-01". Note that overriding
this
default value may result in unsupported behavior.'
types:
- <xref:str>
- name: polling_interval
description: 'Default waiting time between two polls for LRO operations if no
Retry-After header is present.'
types:
- <xref:int>
variables:
- description: Operations operations
name: operations
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.Operations>
- description: SkusOperations operations
name: skus
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.SkusOperations>
- description: StorageAccountsOperations operations
name: storage_accounts
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.StorageAccountsOperations>
- description: DeletedAccountsOperations operations
name: deleted_accounts
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.DeletedAccountsOperations>
- description: UsagesOperations operations
name: usages
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.UsagesOperations>
- description: ManagementPoliciesOperations operations
name: management_policies
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.ManagementPoliciesOperations>
- description: BlobInventoryPoliciesOperations operations
name: blob_inventory_policies
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.BlobInventoryPoliciesOperations>
- description: PrivateEndpointConnectionsOperations operations
name: private_endpoint_connections
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.PrivateEndpointConnectionsOperations>
- description: PrivateLinkResourcesOperations operations
name: private_link_resources
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.PrivateLinkResourcesOperations>
- description: ObjectReplicationPoliciesOperations operations
name: object_replication_policies
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.ObjectReplicationPoliciesOperations>
- description: LocalUsersOperations operations
name: local_users
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.LocalUsersOperations>
- description: EncryptionScopesOperations operations
name: encryption_scopes
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.EncryptionScopesOperations>
- description: BlobServicesOperations operations
name: blob_services
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.BlobServicesOperations>
- description: BlobContainersOperations operations
name: blob_containers
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.BlobContainersOperations>
- description: FileServicesOperations operations
name: file_services
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.FileServicesOperations>
- description: FileSharesOperations operations
name: file_shares
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.FileSharesOperations>
- description: QueueServicesOperations operations
name: queue_services
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.QueueServicesOperations>
- description: QueueOperations operations
name: queue
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.QueueOperations>
- description: TableServicesOperations operations
name: table_services
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.TableServicesOperations>
- description: TableOperations operations
name: table
types:
- <xref:azure.mgmt.storage.v2021_09_01.aio.operations.TableOperations>
methods:
- uid: azure.mgmt.storage.v2021_09_01.aio.StorageManagementClient.close
name: close
signature: async close() -> None