{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-azsadmin-filecontainer","description":"DeploymentAdminClient","version":"2019-01-01","base_url":"https://management.azure.com","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api DeploymentAdminClient\n@base https://management.azure.com\n@version 2019-01-01\n@auth OAuth2\n@endpoints 4\n@toc subscriptions(4)\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/fileContainers\n@desc Returns an array of file containers.\n@returns(200) OK\n\n@endpoint GET /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/fileContainers/{fileContainerId}\n@desc Retrieves the specific file container details.\n@required {fileContainerId: any # The file container identifier.}\n@returns(200) OK\n\n@endpoint PUT /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/fileContainers/{fileContainerId}\n@desc Creates a new file container.\n@required {fileContainerParameters: map # The parameters required to create a new file container., fileContainerId: any # The file container identifier.}\n@returns(200) OK\n@returns(202) Accepted\n\n@endpoint DELETE /subscriptions/{subscriptionId}/providers/Microsoft.Deployment.Admin/locations/global/fileContainers/{fileContainerId}\n@desc Deletes specified file container.\n@required {fileContainerId: any # The file container identifier.}\n@returns(200) OK\n@returns(204) No Content\n\n@end\n"}