swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector FluidRelayContainers API schemes: - https tags: - name: FluidRelayContainers paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers/{fluidRelayContainerName} : get: operationId: microsoftAzureFluidrelaycontainersGet tags: - FluidRelayContainers summary: Microsoft Azure Get A Fluid Relay Container x-ms-examples: Get Fluid Relay container details: $ref: ./examples/FluidRelayContainers_Get.json parameters: - $ref: '#/parameters/SubscriptionId' - $ref: '#/parameters/ResourceGroup' - $ref: '#/parameters/FluidRelayServerName' - $ref: '#/parameters/FluidRelayContainerName' - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': schema: $ref: '#/definitions/FluidRelayContainer' description: Request completed synchronously. default: schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse description: Error in operation. description: Needs a more full description created. delete: operationId: microsoftAzureFluidrelaycontainersDelete tags: - FluidRelayContainers summary: Microsoft Azure Delete A Fluid Relay Container x-ms-examples: Delete a Fluid Relay container: $ref: ./examples/FluidRelayContainers_Delete.json parameters: - $ref: '#/parameters/SubscriptionId' - $ref: '#/parameters/ResourceGroup' - $ref: '#/parameters/FluidRelayServerName' - $ref: '#/parameters/FluidRelayContainerName' - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': description: Request completed Synchronously. '204': description: Request completed Synchronously. default: schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse description: Error in operation. description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.FluidRelay/fluidRelayServers/{fluidRelayServerName}/fluidRelayContainers : get: operationId: microsoftAzureFluidrelaycontainersListbyfluidrelayservers tags: - FluidRelayContainers summary: Microsoft Azure List All Fluid Relay Containers Which Are Children Of A Given Fluid Relay Server x-ms-examples: List all Fluid Relay containers in a Fluid Relay server: $ref: ./examples/FluidRelayContainers_ListByFluidRelayServer.json parameters: - $ref: '#/parameters/SubscriptionId' - $ref: '#/parameters/ResourceGroup' - $ref: '#/parameters/FluidRelayServerName' - $ref: ../../../../../common-types/resource-management/v2/types.json#/parameters/ApiVersionParameter responses: '200': schema: $ref: '#/definitions/FluidRelayContainerList' description: Paged response default: schema: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ErrorResponse description: Error in operation. x-ms-pageable: nextLinkName: nextLink description: Needs a more full description created. definitions: FluidRelayContainerProperties: type: object properties: frsTenantId: type: string description: The Fluid tenantId for this container readOnly: true frsContainerId: type: string description: The frsContainerId for this container readOnly: true provisioningState: readOnly: true enum: - Succeeded - Failed - Canceled type: string description: Provision states for FluidRelay RP title: ProvisioningState x-ms-enum: name: ProvisioningState modelAsString: true description: The properties of a Fluid Relay Container resource. FluidRelayContainer: type: object properties: properties: $ref: '#/definitions/FluidRelayContainerProperties' description: The resource-specific properties for this resource. readOnly: true x-ms-client-flatten: true systemData: $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/systemData description: System meta data for this resource, including creation and modification information. readOnly: true description: A FluidRelay Container. allOf: - $ref: ../../../../../common-types/resource-management/v2/types.json#/definitions/ProxyResource FluidRelayContainerList: type: object properties: value: type: array items: $ref: '#/definitions/FluidRelayContainer' description: A sequence of FluidRelay containers. x-adl-name: FluidRelayContainer[] nextLink: readOnly: true type: string description: A link to the next page of results, if any. description: Paged response parameters: FluidRelayContainerName: name: fluidRelayContainerName in: path type: string required: true description: The Fluid Relay container resource name. x-ms-parameter-location: method FluidRelayServerName: name: fluidRelayServerName in: path type: string required: true description: The Fluid Relay server resource name. x-ms-parameter-location: method ResourceGroup: name: resourceGroup in: path type: string required: true description: The resource group containing the resource. x-ms-parameter-location: method SubscriptionId: name: subscriptionId in: path type: string required: true description: The subscription id (GUID) for this resource. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'