BlobInventoryPoliciesOperations Class
BlobInventoryPoliciesOperations async operations.
You should not instantiate this class directly. Instead, you should create a Client instance that instantiates it for you and attaches it as an attribute.
- Inheritance
-
builtins.objectBlobInventoryPoliciesOperations
Constructor
BlobInventoryPoliciesOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- models
Alias to model classes used in this operation group.
Methods
| create_or_update |
Sets the blob inventory policy to the specified storage account. |
| delete |
Deletes the blob inventory policy associated with the specified storage account. |
| get |
Gets the blob inventory policy associated with the specified storage account. |
| list |
Gets the blob inventory policy associated with the specified storage account. |
create_or_update
Sets the blob inventory policy to the specified storage account.
async create_or_update(resource_group_name: str, account_name: str, blob_inventory_policy_name: Union[str, azure.mgmt.storage.v2021_04_01.models._storage_management_client_enums.BlobInventoryPolicyName], properties: azure.mgmt.storage.v2021_04_01.models._models_py3.BlobInventoryPolicy, **kwargs: Any) -> azure.mgmt.storage.v2021_04_01.models._models_py3.BlobInventoryPolicy
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- account_name
- str
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- blob_inventory_policy_name
- str or BlobInventoryPolicyName
The name of the storage account blob inventory policy. It should always be 'default'.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
BlobInventoryPolicy, or the result of cls(response)
Return type
Exceptions
delete
Deletes the blob inventory policy associated with the specified storage account.
async delete(resource_group_name: str, account_name: str, blob_inventory_policy_name: Union[str, azure.mgmt.storage.v2021_04_01.models._storage_management_client_enums.BlobInventoryPolicyName], **kwargs: Any) -> None
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- account_name
- str
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- blob_inventory_policy_name
- str or BlobInventoryPolicyName
The name of the storage account blob inventory policy. It should always be 'default'.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Gets the blob inventory policy associated with the specified storage account.
async get(resource_group_name: str, account_name: str, blob_inventory_policy_name: Union[str, azure.mgmt.storage.v2021_04_01.models._storage_management_client_enums.BlobInventoryPolicyName], **kwargs: Any) -> azure.mgmt.storage.v2021_04_01.models._models_py3.BlobInventoryPolicy
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- account_name
- str
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- blob_inventory_policy_name
- str or BlobInventoryPolicyName
The name of the storage account blob inventory policy. It should always be 'default'.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
BlobInventoryPolicy, or the result of cls(response)
Return type
Exceptions
list
Gets the blob inventory policy associated with the specified storage account.
list(resource_group_name: str, account_name: str, **kwargs: Any) -> AsyncIterable[azure.mgmt.storage.v2021_04_01.models._models_py3.ListBlobInventoryPolicy]
Parameters
- resource_group_name
- str
The name of the resource group within the user's subscription. The name is case insensitive.
- account_name
- str
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
An iterator like instance of either ListBlobInventoryPolicy or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.storage.v2021_04_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\storage\\v2021_04_01\\models\\__init__.py'>
Feedback
Submit and view feedback for