swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrivateEndpointConnectionOperations API schemes: - https tags: - name: PrivateEndpointConnectionOperations paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections : get: operationId: microsoftAzurePrivateendpointconnectionoperationsListbyassessmentproject tags: - PrivateEndpointConnectionOperations description: List PrivateEndpointConnection resources by AssessmentProject parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: projectName in: path description: Assessment Project Name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/PrivateEndpointConnectionListResult' default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: PrivateEndpointConnectionOperations_ListByAssessmentProject_MaximumSet_Gen: $ref: ./examples/PrivateEndpointConnectionOperations_ListByAssessmentProject_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Privateendpointconnections ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName} : get: operationId: microsoftAzurePrivateendpointconnectionoperationsGet tags: - PrivateEndpointConnectionOperations description: Get a PrivateEndpointConnection parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: projectName in: path description: Assessment Project Name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ - name: privateEndpointConnectionName in: path description: Private endpoint connection ARM name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/PrivateEndpointConnection' default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: PrivateEndpointConnectionOperations_Get_MaximumSet_Gen: $ref: ./examples/PrivateEndpointConnectionOperations_Get_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Privateendpointconnections Privateendpointconnectionname put: operationId: microsoftAzurePrivateendpointconnectionoperationsUpdate tags: - PrivateEndpointConnectionOperations description: Create a PrivateEndpointConnection parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: projectName in: path description: Assessment Project Name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ - name: privateEndpointConnectionName in: path description: Private endpoint connection ARM name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ - name: resource in: body description: Resource create parameters. required: true schema: $ref: '#/definitions/PrivateEndpointConnection' responses: '200': description: Resource 'PrivateEndpointConnection' update operation succeeded schema: $ref: '#/definitions/PrivateEndpointConnection' '201': description: Resource 'PrivateEndpointConnection' create operation succeeded schema: $ref: '#/definitions/PrivateEndpointConnection' headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true x-ms-examples: PrivateEndpointConnectionOperations_Update_MaximumSet_Gen: $ref: ./examples/PrivateEndpointConnectionOperations_Update_MaximumSet_Gen.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Privateendpointconnections Privateendpointconnectionname delete: operationId: microsoftAzurePrivateendpointconnectionoperationsDelete tags: - PrivateEndpointConnectionOperations description: Delete a PrivateEndpointConnection parameters: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: projectName in: path description: Assessment Project Name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ - name: privateEndpointConnectionName in: path description: Private endpoint connection ARM name required: true type: string pattern: ^[^<>&:\?/#]{1,260}$ responses: '200': description: Resource deleted successfully. '204': description: Resource deleted successfully. default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: PrivateEndpointConnectionOperations_Delete_MaximumSet_Gen: $ref: ./examples/PrivateEndpointConnectionOperations_Delete_MaximumSet_Gen.json summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Migrate Assessmentprojects Projectname Privateendpointconnections Privateendpointconnectionname definitions: PrivateEndpointConnectionListResult: type: object description: The response of a PrivateEndpointConnection list operation. properties: value: type: array description: The PrivateEndpointConnection items on this page items: $ref: '#/definitions/PrivateEndpointConnection' nextLink: type: string format: uri description: The link to the next page of items required: - value PrivateEndpointConnection: type: object description: Private endpoint connection resource. properties: properties: $ref: ../../../../../../common-types/resource-management/v5/privatelinks.json#/definitions/PrivateEndpointConnectionProperties description: The resource-specific properties for this resource. x-ms-client-flatten: true x-ms-mutability: - read - create allOf: - $ref: ../../../../../../common-types/resource-management/v5/types.json#/definitions/ProxyResource x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'