{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-subscription-subscriptiondefinitions","description":"SubscriptionDefinitionsClient","version":"2017-11-01-preview","base_url":"https://management.azure.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api SubscriptionDefinitionsClient\n@base https://management.azure.com\n@version 2017-11-01-preview\n@auth OAuth2\n@endpoints 5\n@toc providers(5)\n\n@endpoint GET /providers/Microsoft.Subscription/operations\n@desc Lists all of the available Microsoft.Subscription API operations.\n@required {api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01}\n@returns(200) OK. The request has succeeded.\n\n@endpoint PUT /providers/Microsoft.Subscription/subscriptionDefinitions/{subscriptionDefinitionName}\n@desc Create an Azure subscription definition.\n@required {subscriptionDefinitionName: any # The name of the Azure subscription definition., api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01, body: any # The subscription definition creation.}\n@returns(200) Normal response for a successful query. The response body will contain the data that matches the filters specified in the query parameters.\n@returns(202) Accepted. Subscription creation is in progress.\n\n@endpoint GET /providers/Microsoft.Subscription/subscriptionDefinitions/{subscriptionDefinitionName}\n@desc Get an Azure subscription definition.\n@required {subscriptionDefinitionName: any # The name of the Azure subscription definition., api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01}\n@returns(200) Normal response for a successful query. The response body will contain the data that matches the filters specified in the query parameters.\n\n@endpoint GET /providers/Microsoft.Subscription/subscriptionDefinitions\n@desc List an Azure subscription definition by subscriptionId.\n@required {api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01}\n@returns(200) Normal response for a successful query. The response body will contain the data that matches the filters specified in the query parameters.\n\n@endpoint GET /providers/Microsoft.Subscription/subscriptionOperations/{operationId}\n@desc Retrieves the status of the subscription definition PUT operation. The URI of this API is returned in the Location field of the response header.\n@required {api-version: any # Version of the API to be used with the client request. Current version is 2015-06-01, operationId: any # The operation ID, which can be found from the Location field in the generate recommendation response header.}\n@returns(200) Successful completion of the asynchronous operation\n@returns(202) Accepted. Subscription update is in progress.\n\n@end\n"}