swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector DppFeatureSupport API schemes: - https tags: - name: DppFeatureSupport paths: /subscriptions/{subscriptionId}/providers/Microsoft.DataProtection/locations/{location}/checkFeatureSupport: post: tags: - DppFeatureSupport summary: Microsoft Azure Validates If A Feature Is Supported operationId: microsoftAzureDataprotectionCheckfeaturesupport produces: - application/json parameters: - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v4/types.json#/parameters/SubscriptionIdParameter - name: location in: path required: true type: string - name: parameters in: body description: Feature support request object required: true schema: $ref: '#/definitions/FeatureValidationRequestBase' responses: '200': description: OK schema: $ref: '#/definitions/FeatureValidationResponseBase' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-examples: Check Azure Vm Backup Feature Support: $ref: ./examples/CheckfeatureSupport.json description: Needs a more full description created. definitions: CloudError: description: An error response from Azure Backup. properties: error: $ref: '#/definitions/Error' title: CloudError x-ms-external: true FeatureValidationResponseBase: description: Base class for Backup Feature support required: - objectType type: object properties: objectType: description: Type of the specific object - used for deserializing type: string readOnly: false discriminator: objectType FeatureValidationRequestBase: description: Base class for Backup Feature support required: - objectType type: object properties: objectType: description: Type of the specific object - used for deserializing type: string readOnly: false discriminator: objectType Error: description: The resource management error response. properties: additionalInfo: description: The error additional info. items: $ref: '#/definitions/ErrorAdditionalInfo' x-ms-identifiers: [] readOnly: true type: array code: description: The error code. readOnly: true type: string details: description: The error details. items: $ref: '#/definitions/Error' x-ms-identifiers: [] readOnly: true type: array message: description: The error message. readOnly: true type: string target: description: The error target. readOnly: true type: string ErrorAdditionalInfo: description: The resource management error additional info. properties: info: description: The additional info. readOnly: true type: object type: description: The additional info type. readOnly: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'