storage_blob#
State module for managing storage blob.
- async idem_azure.states.azure.storage_resource_provider.storage_blob.present(hub, ctx, name: str, account_name: str, container_name: str, resource_group_name: str, subscription_id: str = None, resource_id: str = None, default_encryption_scope: str = None, deny_encryption_scope_override: bool = False, has_immutability_policy: bool = False, immutable_storage_with_versioning: bool = False, metadata: Dict = None, public_access: str = 'Blob', remaining_retention_days: int = 0)[source]#
- async idem_azure.states.azure.storage_resource_provider.storage_blob.absent(hub, ctx, name: str, resource_group_name: str, account_name: str, container_name: str, subscription_id: str = None)[source]#