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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type ManagementPolicyActionModifier and TypeClassDescriptionfinal classActions are applied to the filtered blobs when the execution condition is met.Methods in com.azure.resourcemanager.storage.models that return ManagementPolicyActionModifier and TypeMethodDescriptionManagementPolicyDefinition.actions()Get the actions property: An object that defines the action set.static ManagementPolicyActionManagementPolicyAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicyAction from the JsonReader.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.