Uses of Class
com.azure.resourcemanager.storage.models.ManagementPolicySchema
Packages that use ManagementPolicySchema
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of ManagementPolicySchema in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return ManagementPolicySchemaModifier and TypeMethodDescriptionManagementPolicyInner.policy()Get the policy property: The Storage Account ManagementPolicy, in JSON format.ManagementPolicyProperties.policy()Get the policy property: The Storage Account ManagementPolicy, in JSON format.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type ManagementPolicySchemaModifier and TypeMethodDescriptionManagementPolicyInner.withPolicy(ManagementPolicySchema policy) Set the policy property: The Storage Account ManagementPolicy, in JSON format.ManagementPolicyProperties.withPolicy(ManagementPolicySchema policy) Set the policy property: The Storage Account ManagementPolicy, in JSON format. -
Uses of ManagementPolicySchema in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return ManagementPolicySchemaModifier and TypeMethodDescriptionstatic ManagementPolicySchemaManagementPolicySchema.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagementPolicySchema from the JsonReader.ManagementPolicy.policy()ManagementPolicySchema.withRules(List<ManagementPolicyRule> rules) Set the rules property: The Storage Account ManagementPolicies Rules.Methods in com.azure.resourcemanager.storage.models with parameters of type ManagementPolicySchemaModifier and TypeMethodDescriptionManagementPolicy.UpdateStages.WithPolicy.withPolicy(ManagementPolicySchema policy) Specifies policy.