Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyAction
-
Packages that use ManagementPolicyAction Package Description com.azure.resourcemanager.storage.models Package containing the data models for StorageManagementClient. -
-
Uses of ManagementPolicyAction in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyAction Modifier and Type Method Description ManagementPolicyActionManagementPolicyDefinition. actions()Get the actions property: An object that defines the action set.ManagementPolicyActionManagementPolicyAction. withBaseBlob(ManagementPolicyBaseBlob baseBlob)Set the baseBlob property: The management policy action for base blob.ManagementPolicyActionManagementPolicyAction. withSnapshot(ManagementPolicySnapShot snapshot)Set the snapshot property: The management policy action for snapshot.ManagementPolicyActionManagementPolicyAction. withVersion(ManagementPolicyVersion version)Set the version property: The management policy action for version.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicyAction Modifier and Type Method Description ManagementPolicyDefinitionManagementPolicyDefinition. withActions(ManagementPolicyAction actions)Set the actions property: An object that defines the action set.
-