{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-storage-managementpolicy","description":"StorageManagementClient","version":"2018-03-01-preview","base_url":"https://management.azure.com","endpoints":3,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api StorageManagementClient\n@base https://management.azure.com\n@version 2018-03-01-preview\n@auth OAuth2\n@endpoints 3\n@toc subscriptions(3)\n\n@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\n@desc Gets the data policy rules associated with the specified storage account.\n@required {managementPolicyName: any # The name of the Storage Account Management Policy. It should always be 'default'}\n@returns(200) OK -- Get management policies successfully.\n\n@endpoint PUT /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\n@desc Sets the data policy rules associated with the specified storage account.\n@required {managementPolicyName: any # The name of the Storage Account Management Policy. It should always be 'default', properties: any # The data policy rules to set to a storage account.}\n@returns(200) OK -- Get management policies successfully.\n\n@endpoint DELETE /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}\n@desc Deletes the data policy rules associated with the specified storage account.\n@required {managementPolicyName: any # The name of the Storage Account Management Policy. It should always be 'default'}\n@returns(200) OK -- Delete management policies successfully.\n@returns(204) No Content -- The management policies does not exist.\n\n@end\n"}