swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Resource API schemes: - https tags: - name: Resource paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthcareApis/services/{resourceName} : get: tags: - Resource description: Get the metadata of a service instance. operationId: microsoftAzureServicesGet x-ms-examples: ServiceGet: $ref: ./examples/ServiceGet.json parameters: - $ref: '#/parameters/api-version' - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - $ref: '#/parameters/resourceName' responses: '200': description: The body contains all of the properties of the service instance. schema: $ref: '#/definitions/ServicesDescription' default: description: Default error response schema: $ref: '#/definitions/ErrorDetails' deprecated: false summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services Resourcename put: tags: - Resource description: Create or update the metadata of a service instance. operationId: microsoftAzureServicesCreateorupdate x-ms-examples: ServicePut: $ref: ./examples/ServiceCreate.json x-ms-long-running-operation: true parameters: - $ref: '#/parameters/api-version' - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - $ref: '#/parameters/resourceName' - name: serviceDescription in: body description: The service instance metadata. required: true schema: $ref: '#/definitions/ServicesDescription' responses: '200': description: Updated - Put request accepted and an existing resource is being updated; the operation will complete asynchronously. schema: $ref: '#/definitions/ServicesDescription' '201': description: Created - Put request accepted and a new resource was created; the operation will complete asynchronously. schema: $ref: '#/definitions/ServicesDescription' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorDetails' deprecated: false summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services Resourcename patch: tags: - Resource description: Update the metadata of a service instance. operationId: microsoftAzureServicesUpdate x-ms-examples: ServicePatch: $ref: ./examples/ServicePatch.json x-ms-long-running-operation: true parameters: - $ref: '#/parameters/api-version' - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - $ref: '#/parameters/resourceName' - name: servicePatchDescription in: body description: The service instance metadata and security metadata. required: true schema: $ref: '#/definitions/ServicesPatchDescription' responses: '200': description: The tags for the resource were updated successfully. schema: $ref: '#/definitions/ServicesDescription' default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorDetails' deprecated: false summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services Resourcename delete: tags: - Resource description: Delete a service instance. operationId: microsoftAzureServicesDelete x-ms-examples: ServiceDelete: $ref: ./examples/ServiceDelete.json x-ms-long-running-operation: true parameters: - $ref: '#/parameters/api-version' - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - $ref: '#/parameters/resourceName' responses: '202': description: Accepted - Delete request accepted; the operation will complete asynchronously. '204': description: The resource does not exist. default: description: DefaultErrorResponse schema: $ref: '#/definitions/ErrorDetails' summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Healthcareapis Services Resourcename ? /subscriptions/{subscriptionId}/providers/Microsoft.HealthcareApis/locations/{locationName}/operationresults/{operationResultId} : get: tags: - Resource description: Get the operation result for a long running operation. operationId: microsoftAzureOperationresultsGet x-ms-examples: OperationResultsGet: $ref: ./examples/OperationResultsGet.json parameters: - $ref: '#/parameters/api-version' - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/locationName' - $ref: '#/parameters/operationResultId' responses: '200': description: The body contains all of the properties of the operation result. schema: $ref: '#/definitions/OperationResultsDescription' '404': description: No operation result was found matching operationResultId. schema: $ref: '#/definitions/ErrorDetails' default: description: Default error response schema: $ref: '#/definitions/ErrorDetails' deprecated: false summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Healthcareapis Locations Locationname Operationresults Operationresultid ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.M365SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName} : get: tags: - Resource description: Get the metadata of a privateLinkServicesForSCCPowershell resource. operationId: microsoftAzurePrivatelinkservicesforsccpowershellGet x-ms-examples: Get metadata: $ref: ./examples/SCCPowershellServiceGet.json parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName responses: '200': description: The body contains all of the properties of the privateLinkServicesForSCCPowershell instance. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: Default error response schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft M365securityandcompliance Privatelinkservicesforsccpowershell Resourcename put: tags: - Resource description: Create or update the metadata of a privateLinkServicesForSCCPowershell instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellCreateorupdate x-ms-examples: Create or Update a service with all parameters: $ref: ./examples/SCCPowershellServiceCreate.json Create or Update a service with minimum parameters: $ref: ./examples/SCCPowershellServiceCreateMinimum.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName - name: PrivateLinkServicesForSCCPowershellDescription in: body description: The service instance metadata. required: true schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' responses: '200': description: OK. Updated - Put request accepted and an existing resource is being updated; the operation will complete asynchronously. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' '201': description: Created - Put request accepted and a new resource was created; the operation will complete asynchronously. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft M365securityandcompliance Privatelinkservicesforsccpowershell Resourcename patch: tags: - Resource description: Update the metadata of a privateLinkServicesForSCCPowershell instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellUpdate x-ms-examples: Patch service: $ref: ./examples/SCCPowershellServicePatch.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName - name: servicePatchDescription in: body description: The service instance metadata and security metadata. required: true schema: $ref: ./common-types.json#/definitions/ServicesPatchDescription responses: '200': description: OK. The resource was updated successfully. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' '202': description: The resource was updated successfully. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft M365securityandcompliance Privatelinkservicesforsccpowershell Resourcename delete: tags: - Resource description: Delete a service instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellDelete x-ms-examples: Delete service: $ref: ./examples/SCCPowershellServiceDelete.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName responses: '200': description: Accepted - Delete request accepted; the operation will complete. '202': description: Accepted - Delete request accepted; the operation will complete asynchronously. '204': description: The resource does not exist. default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft M365securityandcompliance Privatelinkservicesforsccpowershell Resourcename /subscriptions/{subscriptionId}/providers/Microsoft.MixedReality/remoteRenderingAccounts: get: operationId: microsoftAzureRemoterenderingaccountsListbysubscription tags: - Resource description: List Remote Rendering Accounts by Subscription x-ms-examples: List remote rendering accounts by subscription: $ref: ./examples/remote-rendering/GetBySubscription.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/RemoteRenderingAccountPage' default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Mixedreality Remoterenderingaccounts ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts : get: operationId: microsoftAzureRemoterenderingaccountsListbyresourcegroup tags: - Resource description: List Resources by Resource Group x-ms-examples: List remote rendering accounts by resource group: $ref: ./examples/remote-rendering/GetByResourceGroup.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/resourceGroupNameParameter - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/RemoteRenderingAccountPage' default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mixedreality Remoterenderingaccounts ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MixedReality/remoteRenderingAccounts/{accountName} : delete: operationId: microsoftAzureRemoterenderingaccountsDelete tags: - Resource description: Delete a Remote Rendering Account. x-ms-examples: Delete remote rendering account: $ref: ./examples/remote-rendering/Delete.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/resourceGroupNameParameter - $ref: ./common.json#/parameters/accountNameParameter - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK '204': description: NoContent default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mixedreality Remoterenderingaccounts Accountname get: operationId: microsoftAzureRemoterenderingaccountsGet tags: - Resource description: Retrieve a Remote Rendering Account. x-ms-examples: Get remote rendering account: $ref: ./examples/remote-rendering/Get.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/resourceGroupNameParameter - $ref: ./common.json#/parameters/accountNameParameter - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/RemoteRenderingAccount' default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mixedreality Remoterenderingaccounts Accountname patch: operationId: microsoftAzureRemoterenderingaccountsUpdate tags: - Resource description: Updating a Remote Rendering Account x-ms-examples: Update remote rendering account: $ref: ./examples/remote-rendering/Patch.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/resourceGroupNameParameter - $ref: ./common.json#/parameters/accountNameParameter - $ref: '#/parameters/remoteRenderingAccountParameter' - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/RemoteRenderingAccount' default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mixedreality Remoterenderingaccounts Accountname put: operationId: microsoftAzureRemoterenderingaccountsCreate tags: - Resource description: Creating or Updating a Remote Rendering Account. x-ms-examples: Create remote rendering account: $ref: ./examples/remote-rendering/Put.json parameters: - $ref: ./common.json#/parameters/subscriptionIdParameter - $ref: ./common.json#/parameters/resourceGroupNameParameter - $ref: ./common.json#/parameters/accountNameParameter - $ref: '#/parameters/remoteRenderingAccountParameter' - $ref: ./common.json#/parameters/apiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/RemoteRenderingAccount' '201': description: Created schema: $ref: '#/definitions/RemoteRenderingAccount' default: description: Error response describing why the operation failed. schema: $ref: ./common.json#/definitions/CloudError summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mixedreality Remoterenderingaccounts Accountname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityAndCompliance/privateLinkServicesForSCCPowershell/{resourceName} : get: tags: - Resource description: Get the metadata of a privateLinkServicesForSCCPowershell resource. operationId: microsoftAzurePrivatelinkservicesforsccpowershellGet x-ms-examples: Get metadata: $ref: ./examples/SCCPowershellServiceGet.json parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName responses: '200': description: The body contains all of the properties of the privateLinkServicesForSCCPowershell instance. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: Default error response schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Securityandcompliance Privatelinkservicesforsccpowershell Resourcename put: tags: - Resource description: Create or update the metadata of a privateLinkServicesForSCCPowershell instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellCreateorupdate x-ms-examples: Create or Update a service with all parameters: $ref: ./examples/SCCPowershellServiceCreate.json Create or Update a service with minimum parameters: $ref: ./examples/SCCPowershellServiceCreateMinimum.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName - name: PrivateLinkServicesForSCCPowershellDescription in: body description: The service instance metadata. required: true schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' responses: '200': description: OK. Updated - Put request accepted and an existing resource is being updated; the operation will complete asynchronously. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' '201': description: Created - Put request accepted and a new resource was created; the operation will complete asynchronously. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Securityandcompliance Privatelinkservicesforsccpowershell Resourcename patch: tags: - Resource description: Update the metadata of a privateLinkServicesForSCCPowershell instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellUpdate x-ms-examples: Patch service: $ref: ./examples/SCCPowershellServicePatch.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName - name: servicePatchDescription in: body description: The service instance metadata and security metadata. required: true schema: $ref: ./common-types.json#/definitions/ServicesPatchDescription responses: '200': description: OK. The resource was updated successfully. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' '202': description: The resource was updated successfully. schema: $ref: '#/definitions/PrivateLinkServicesForSCCPowershellDescription' default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails deprecated: false summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Securityandcompliance Privatelinkservicesforsccpowershell Resourcename delete: tags: - Resource description: Delete a service instance. operationId: microsoftAzurePrivatelinkservicesforsccpowershellDelete x-ms-examples: Delete service: $ref: ./examples/SCCPowershellServiceDelete.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location parameters: - $ref: ./common-types.json#/parameters/ApiVersionParameter - $ref: ./common-types.json#/parameters/subscriptionId - $ref: ./common-types.json#/parameters/resourceGroupName - $ref: ./common-types.json#/parameters/resourceName responses: '200': description: Accepted - Delete request accepted; the operation will complete. '202': description: Accepted - Delete request accepted; the operation will complete asynchronously. '204': description: The resource does not exist. default: description: DefaultErrorResponse schema: $ref: ./common-types.json#/definitions/ErrorDetails summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Securityandcompliance Privatelinkservicesforsccpowershell Resourcename definitions: ServiceCorsConfigurationOriginEntry: description: An origin for CORS. type: string pattern: ^(?:(?:(?:[hH][tT][tT][pP](?:[sS]|))\:\/\/(?:[a-zA-Z0-9-]+[.]?)+(?:\:[0-9]{1,5})?|[*]))$ ServiceAccessPolicyEntry: description: An access policy entry. properties: objectId: description: An object ID that is allowed access to the FHIR service. type: string pattern: ^(([0-9A-Fa-f]{8}[-]?(?:[0-9A-Fa-f]{4}[-]?){3}[0-9A-Fa-f]{12}){1})+$ required: - objectId ErrorDetails: description: Error details. type: object properties: error: description: Object containing error details. $ref: '#/definitions/ErrorDetailsInternal' Resource: description: The common properties of a service. properties: id: readOnly: true type: string description: The resource identifier. name: readOnly: true type: string description: The resource name. pattern: ^[a-z0-9][a-z0-9-]{1,21}[a-z0-9]$ type: readOnly: true type: string description: The resource type. kind: readOnly: false type: string description: 'The kind of the service. Valid values are: fhir, fhir-Stu3 and fhir-R4.' enum: - fhir - fhir-Stu3 - fhir-R4 x-ms-enum: name: kind modelAsString: false location: type: string description: The resource location. x-ms-mutability: - create - read tags: type: object additionalProperties: type: string description: The resource tags. etag: description: An etag associated with the resource, used for optimistic concurrency when editing it. type: string identity: type: object description: Setting indicating whether the service has a managed identity associated with it. properties: principalId: readOnly: true type: string description: The principal ID of the resource identity. tenantId: readOnly: true type: string description: The tenant ID of the resource. type: description: Type of identity being specified, currently SystemAssigned and None are allowed. type: string enum: - SystemAssigned - None x-ms-enum: name: ManagedServiceIdentityType modelAsString: true x-ms-azure-resource: true required: - location - kind OperationResultsDescription: description: The properties indicating the operation result of an operation on a service. type: object properties: id: description: The ID of the operation returned. readOnly: true type: string name: description: The name of the operation result. readOnly: true type: string status: description: The status of the operation being performed. enum: - Canceled - Succeeded - Failed - Requested - Running readOnly: true type: string x-ms-enum: name: OperationResultStatus modelAsString: true startTime: description: The time that the operation was started. readOnly: true type: string properties: x-ms-client-flatten: false description: Additional properties of the operation result. ErrorDetailsInternal: description: Error details. type: object properties: code: description: The error code. type: string readOnly: true message: description: The error message. type: string readOnly: true target: description: The target of the particular error. type: string readOnly: true ServicesProperties: description: The properties of a service instance. type: object properties: provisioningState: description: The provisioning state. enum: - Deleting - Succeeded - Creating - Accepted - Verifying - Updating - Failed - Canceled - Deprovisioned type: string readOnly: true x-ms-enum: name: provisioningState modelAsString: true accessPolicies: $ref: '#/definitions/ServiceAccessPoliciesInfo' description: The access policies of the service instance. cosmosDbConfiguration: $ref: '#/definitions/ServiceCosmosDbConfigurationInfo' description: The settings for the Cosmos DB database backing the service. authenticationConfiguration: $ref: '#/definitions/ServiceAuthenticationConfigurationInfo' description: The authentication configuration for the service instance. corsConfiguration: $ref: '#/definitions/ServiceCorsConfigurationInfo' description: The settings for the CORS configuration of the service instance. RemoteRenderingAccountPage: description: Result of the request to get resource collection. It contains a list of resources and a URL link to get the next set of results. type: object properties: value: type: array items: $ref: '#/definitions/RemoteRenderingAccount' description: List of resources supported by the Resource Provider. nextLink: type: string description: URL to get the next set of resource list results if there are any. ServiceAccessPoliciesInfo: description: The access policies of the service instance. type: array items: $ref: '#/definitions/ServiceAccessPolicyEntry' ServiceAuthenticationConfigurationInfo: description: Authentication configuration information type: object properties: authority: type: string description: The authority url for the service readOnly: false audience: type: string description: The audience url for the service readOnly: false smartProxyEnabled: type: boolean description: If the SMART on FHIR proxy is enabled readOnly: false ServiceCorsConfigurationInfo: description: The settings for the CORS configuration of the service instance. type: object properties: origins: type: array description: The origins to be allowed via CORS. readOnly: false items: $ref: '#/definitions/ServiceCorsConfigurationOriginEntry' headers: type: array description: The headers to be allowed via CORS. readOnly: false items: $ref: '#/definitions/ServiceCorsConfigurationHeaderEntry' methods: type: array description: The methods to be allowed via CORS. readOnly: false items: $ref: '#/definitions/ServiceCorsConfigurationMethodEntry' maxAge: type: integer description: The max age to be allowed via CORS. readOnly: false minimum: 0 maximum: 99999 allowCredentials: type: boolean description: If credentials are allowed via CORS. readOnly: false ServiceCorsConfigurationMethodEntry: description: A method for CORS. type: string PrivateLinkServicesForSCCPowershellDescription: description: The description of the service. type: object properties: properties: x-ms-client-flatten: false description: The common properties of a service. $ref: ./common-types.json#/definitions/ServicesProperties allOf: - $ref: ./common-types.json#/definitions/ServicesResource ServiceCorsConfigurationHeaderEntry: description: A header for CORS. type: string RemoteRenderingAccount: allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/TrackedResource description: RemoteRenderingAccount Response. type: object properties: properties: x-ms-client-flatten: true description: Property bag. $ref: ./common.json#/definitions/MixedRealityAccountProperties identity: description: The identity associated with this account $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/Identity plan: description: The plan associated with this account $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/Identity sku: description: The sku associated with this account $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/Sku kind: description: The kind of account, if supported $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/Sku systemData: description: System metadata for this account $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/systemData ServicesPatchDescription: description: The description of the service. type: object properties: tags: description: Instance tags type: object additionalProperties: type: string ServiceCosmosDbConfigurationInfo: description: The settings for the Cosmos DB database backing the service. type: object properties: offerThroughput: type: integer description: The provisioned throughput for the backing database. readOnly: false minimum: 400 maximum: 10000 ServicesDescription: description: The description of the service. type: object properties: properties: x-ms-client-flatten: false description: The common properties of a service. $ref: '#/definitions/ServicesProperties' allOf: - $ref: '#/definitions/Resource' parameters: resourceName: name: resourceName in: path description: The name of the service instance. required: true type: string x-ms-parameter-location: method minLength: 3 maxLength: 24 resourceGroupName: name: resourceGroupName in: path description: The name of the resource group that contains the service instance. required: true type: string x-ms-parameter-location: method pattern: ^[-\w\._\(\)]+$ minLength: 1 maxLength: 90 locationName: name: locationName in: path description: The location of the operation. required: true type: string x-ms-parameter-location: method operationResultId: name: operationResultId in: path description: The ID of the operation result to get. required: true type: string x-ms-parameter-location: method api-version: name: api-version enum: - 2018-08-20-preview in: query description: The version of the API. required: true type: string minLength: 10 remoteRenderingAccountParameter: name: remoteRenderingAccount description: Remote Rendering Account parameter. in: body schema: $ref: '#/definitions/RemoteRenderingAccount' required: true x-ms-parameter-location: method subscriptionId: name: subscriptionId in: path description: The subscription identifier. required: true type: string x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'