swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrivateLinkResourcesController API schemes: - https tags: - name: PrivateLinkResourcesController paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources : get: operationId: microsoftAzurePrivatelinkresourcescontrollerListbymastersite tags: - PrivateLinkResourcesController description: Gets the private link resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/PrivateLinkResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: PrivateLinkResourcesController_ListByMasterSite_MaximumSet_Gen: $ref: ./examples/PrivateLinkResourcesController_ListByMasterSite_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Mastersites Sitename Privatelinkresources ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/masterSites/{siteName}/privateLinkResources/{privateLinkResourceName} : get: operationId: microsoftAzurePrivatelinkresourcescontrollerGet tags: - PrivateLinkResourcesController description: Gets the private link resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: privateLinkResourceName in: path description: Private link resource name. required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/PrivateLinkResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: PrivateLinkResourcesController_Get_MaximumSet_Gen: $ref: ./examples/PrivateLinkResourcesController_Get_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Mastersites Sitename Privatelinkresources Privatelinkresourcename definitions: PrivateLinkResourceProperties: type: object description: private link resource properties model properties: requiredMembers: type: array description: required members items: type: string requiredZoneNames: type: array description: required zone names items: type: string groupId: type: string description: group id provisioningState: $ref: '#/definitions/ProvisioningState' description: provisioning state enum readOnly: true PrivateLinkResourceListResult: type: object description: The response of a PrivateLinkResource list operation. properties: value: type: array description: The PrivateLinkResource items on this page items: $ref: '#/definitions/PrivateLinkResource' nextLink: type: string format: uri description: The link to the next page of items required: - value PrivateLinkResource: type: object description: REST model used to encapsulate Private Link properties for tracked resources. properties: properties: $ref: '#/definitions/PrivateLinkResourceProperties' description: The resource-specific properties for this resource. x-ms-client-flatten: true x-ms-mutability: - read - create allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource ProvisioningState: type: string description: The status of the current operation. enum: - Created - Updated - Running - Completed - Failed - Succeeded - Canceled x-ms-enum: name: ProvisioningState modelAsString: true values: - name: Created value: Created description: Created value. - name: Updated value: Updated description: Updated value. - name: Running value: Running description: Running value. - name: Completed value: Completed description: Completed value. - name: Failed value: Failed description: Failed value. - name: Succeeded value: Succeeded description: Succeeded value. - name: Canceled value: Canceled description: Canceled value. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'