ObjectReplicationRule Class
Policy id and rule ids applied to a blob.
- Inheritance
-
azure.storage.blob._shared.models.DictMixinObjectReplicationRule
Constructor
ObjectReplicationRule(**kwargs: Any)
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k)
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
Attributes
rule_id
Rule id.
rule_id: str
status
The status of the rule. It could be "Complete" or "Failed"
status: str
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python