Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicyAction
Packages that use ManagementPolicyAction
Package
Description
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 ManagementPolicyActionModifier and TypeMethodDescriptionManagementPolicyDefinition.actions()Get the actions property: An object that defines the action set.ManagementPolicyAction.withBaseBlob(ManagementPolicyBaseBlob baseBlob) Set the baseBlob property: The management policy action for base blob.ManagementPolicyAction.withSnapshot(ManagementPolicySnapShot snapshot) Set the snapshot property: The management policy action for snapshot.ManagementPolicyAction.withVersion(ManagementPolicyVersion version) Set the version property: The management policy action for version.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicyActionModifier and TypeMethodDescriptionManagementPolicyDefinition.withActions(ManagementPolicyAction actions) Set the actions property: An object that defines the action set.