Interface ManagementPolicy.UpdateStages.WithPolicy
-
- All Known Subinterfaces:
ManagementPolicy.Update
- Enclosing interface:
- ManagementPolicy.UpdateStages
public static interface ManagementPolicy.UpdateStages.WithPolicyThe stage of the management policy update allowing to specify Policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagementPolicy.UpdatewithPolicy(ManagementPolicySchema policy)Specifies policy.
-
-
-
Method Detail
-
withPolicy
ManagementPolicy.Update withPolicy(ManagementPolicySchema policy)
Specifies policy.- Parameters:
policy- The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts- Returns:
- the next update stage
-
-