ManagementPolicyDefinition Class

An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.

All required parameters must be populated in order to send to Azure.

Inheritance
ManagementPolicyDefinition

Constructor

ManagementPolicyDefinition(*, actions: azure.mgmt.storage.v2018_11_01.models._models_py3.ManagementPolicyAction, filters: Optional[azure.mgmt.storage.v2018_11_01.models._models_py3.ManagementPolicyFilter] = None, **kwargs)

Variables

actions
ManagementPolicyAction

Required. An object that defines the action set.

filters
ManagementPolicyFilter

An object that defines the filter set.