swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Locations API schemes: - https tags: - name: Locations paths: /subscriptions/{subscriptionId}/providers/Microsoft.AgFoodPlatform/checkNameAvailability: post: tags: - Locations description: Checks the name availability of the resource with requested resource name. operationId: microsoftAzureLocationsChecknameavailability consumes: - application/json produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter - in: body name: body description: NameAvailabilityRequest object. required: true schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityRequest responses: '200': description: Success schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/CheckNameAvailabilityResponse default: description: Error schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse x-ms-examples: Locations_CheckNameAvailability_AlreadyExists: $ref: ./examples/Locations_CheckNameAvailability_AlreadyExists.json Locations_CheckNameAvailability_Available: $ref: ./examples/Locations_CheckNameAvailability_Available.json summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Agfoodplatform Checknameavailability /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkTrialAvailability: post: tags: - Locations description: Return trial status for subscription by region operationId: microsoftAzureLocationsChecktrialavailability parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - name: location in: path required: true type: string description: Azure region - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Request has succeeded schema: $ref: '#/definitions/Trial' default: description: Error response describing why the operation failed schema: $ref: '#/definitions/CloudError' x-ms-examples: Locations_CheckTrialAvailability: $ref: ./examples/Locations_CheckTrialAvailability.json summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Avs Locations Location Checktrialavailability /subscriptions/{subscriptionId}/providers/Microsoft.AVS/locations/{location}/checkQuotaAvailability: post: tags: - Locations description: Return quota for subscription by region operationId: microsoftAzureLocationsCheckquotaavailability parameters: - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - name: location in: path required: true type: string description: Azure region - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ApiVersionParameter responses: '200': description: Request has succeeded schema: $ref: '#/definitions/Quota' default: description: Error response describing why the operation failed schema: $ref: '#/definitions/CloudError' x-ms-examples: Locations_CheckQuotaAvailability: $ref: ./examples/Locations_CheckQuotaAvailability.json summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Avs Locations Location Checkquotaavailability /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability: get: tags: - Locations operationId: microsoftAzureLocationsGetcapability description: Gets subscription-level properties and limits for Data Lake Analytics specified by resource location. parameters: - $ref: '#/parameters/SubscriptionIdParameter' - name: location in: path required: true type: string description: The resource location without whitespace. - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: Successfully retrieved the subscription-level properties and limits for Data Lake Analytics specified by resource location. schema: $ref: '#/definitions/CapabilityInformation' '404': description: Subscription not found. default: schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse description: '' x-ms-examples: Gets subscription-level properties and limits for Data Lake Analytics specified by resource location: $ref: ./examples/Locations_GetCapability.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Datalakeanalytics Locations Location Capability /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability: get: tags: - Locations operationId: microsoftAzureLocationsGetcapability description: Gets subscription-level properties and limits for Data Lake Store specified by resource location. parameters: - $ref: '#/parameters/SubscriptionIdParameter_2' - name: location in: path required: true type: string description: The resource location without whitespace. - $ref: '#/parameters/ApiVersionParameter' responses: '200': description: Successfully retrieved the subscription-level properties and limits for Data Lake Store specified by resource location. schema: $ref: '#/definitions/CapabilityInformation_2' '404': description: Subscription not found. x-ms-examples: Gets subscription-level properties and limits for Data Lake Store specified by resource location: $ref: ./examples/Locations_GetCapability.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Datalakestore Locations Location Capability /subscriptions/{subscriptionId}/providers/Microsoft.OpenEnergyPlatform/checkNameAvailability: post: tags: - Locations description: Checks the name availability of the resource with requested resource name. operationId: microsoftAzureLocationsChecknameavailability parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - in: body name: body description: NameAvailabilityRequest object. required: true schema: description: NameAvailabilityRequest object. $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityRequest responses: '200': description: Success schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/CheckNameAvailabilityResponse default: description: Error schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: Locations_CheckNameAvailability: $ref: ./examples/Locations_CheckNameAvailability.json summary: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Openenergyplatform Checknameavailability definitions: CloudError: x-ms-external: true properties: error: description: An error returned by the API $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/ErrorResponse description: API error response Quota: description: Subscription quotas properties: hostsRemaining: description: Remaining hosts quota by sku type type: object readOnly: true additionalProperties: type: integer format: int32 readOnly: true quotaEnabled: description: Host quota is active for current subscription type: string enum: - Enabled - Disabled readOnly: true x-ms-enum: name: QuotaEnabled modelAsString: true CapabilityInformation: properties: subscriptionId: readOnly: true type: string format: uuid description: The subscription credentials that uniquely identifies the subscription. state: readOnly: true type: string enum: - Registered - Suspended - Deleted - Unregistered - Warned x-ms-enum: name: SubscriptionState modelAsString: true description: The subscription state. maxAccountCount: readOnly: true type: integer format: int32 description: The maximum supported number of accounts under this subscription. accountCount: readOnly: true type: integer format: int32 description: The current number of accounts under this subscription. migrationState: readOnly: true type: boolean description: The Boolean value of true or false to indicate the maintenance state. description: Subscription-level properties and limits for Data Lake Analytics. CapabilityInformation_2: properties: subscriptionId: readOnly: true type: string format: uuid description: The subscription credentials that uniquely identifies the subscription. state: readOnly: true type: string enum: - Registered - Suspended - Deleted - Unregistered - Warned x-ms-enum: name: SubscriptionState modelAsString: true description: The subscription state. maxAccountCount: readOnly: true type: integer format: int32 description: The maximum supported number of accounts under this subscription. accountCount: readOnly: true type: integer format: int32 description: The current number of accounts under this subscription. migrationState: readOnly: true type: boolean description: The Boolean value of true or false to indicate the maintenance state. description: Subscription-level properties and limits for Data Lake Store. Trial: description: Subscription trial availability properties: status: description: Trial status type: string enum: - TrialAvailable - TrialUsed - TrialDisabled readOnly: true x-ms-enum: name: TrialStatus modelAsString: true availableHosts: description: Number of trial hosts available type: integer format: int32 readOnly: true parameters: SubscriptionIdParameter_2: name: subscriptionId in: path required: true type: string description: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. ApiVersionParameter: name: api-version in: query required: true type: string description: Client Api Version. SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: Get subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'