Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The workspaces/dicomservices resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.HealthcareApis/workspaces/dicomservices resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview' = {
parent: resourceSymbolicName
etag: 'string'
location: 'string'
name: 'string'
properties: {
authenticationConfiguration: {}
provisioningState: 'string'
}
tags: {
{customized property}: 'string'
}
}
Property Values
Microsoft.HealthcareApis/workspaces/dicomservices
Name | Description | Value |
---|---|---|
etag | An etag associated with the resource, used for optimistic concurrency when editing it. | string |
location | The resource location. | string |
name | The resource name | string Constraints: Min length = 3 Max length = 24 (required) |
parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: workspaces |
properties | Dicom Service configuration. | DicomServiceProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
DicomServiceAuthenticationConfiguration
Name | Description | Value |
---|
DicomServiceProperties
Name | Description | Value |
---|---|---|
authenticationConfiguration | Dicom Service authentication configuration. | DicomServiceAuthenticationConfiguration |
provisioningState | The provisioning state. | 'Accepted' 'Canceled' 'Creating' 'Deleting' 'Deprovisioned' 'Failed' 'Moving' 'Succeeded' 'Suspended' 'SystemMaintenance' 'Updating' 'Verifying' 'Warned' |
ResourceTags
Name | Description | Value |
---|
ARM template resource definition
The workspaces/dicomservices resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.HealthcareApis/workspaces/dicomservices resource, add the following JSON to your template.
{
"type": "Microsoft.HealthcareApis/workspaces/dicomservices",
"apiVersion": "2021-06-01-preview",
"name": "string",
"etag": "string",
"location": "string",
"properties": {
"authenticationConfiguration": {
},
"provisioningState": "string"
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Microsoft.HealthcareApis/workspaces/dicomservices
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2021-06-01-preview' |
etag | An etag associated with the resource, used for optimistic concurrency when editing it. | string |
location | The resource location. | string |
name | The resource name | string Constraints: Min length = 3 Max length = 24 (required) |
properties | Dicom Service configuration. | DicomServiceProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
type | The resource type | 'Microsoft.HealthcareApis/workspaces/dicomservices' |
DicomServiceAuthenticationConfiguration
Name | Description | Value |
---|
DicomServiceProperties
Name | Description | Value |
---|---|---|
authenticationConfiguration | Dicom Service authentication configuration. | DicomServiceAuthenticationConfiguration |
provisioningState | The provisioning state. | 'Accepted' 'Canceled' 'Creating' 'Deleting' 'Deprovisioned' 'Failed' 'Moving' 'Succeeded' 'Suspended' 'SystemMaintenance' 'Updating' 'Verifying' 'Warned' |
ResourceTags
Name | Description | Value |
---|
Usage Examples
Terraform (AzAPI provider) resource definition
The workspaces/dicomservices resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.HealthcareApis/workspaces/dicomservices resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
etag = "string"
properties = {
authenticationConfiguration = {
}
provisioningState = "string"
}
}
}
Property Values
Microsoft.HealthcareApis/workspaces/dicomservices
Name | Description | Value |
---|---|---|
etag | An etag associated with the resource, used for optimistic concurrency when editing it. | string |
location | The resource location. | string |
name | The resource name | string Constraints: Min length = 3 Max length = 24 (required) |
parent_id | The ID of the resource that is the parent for this resource. | ID for resource of type: workspaces |
properties | Dicom Service configuration. | DicomServiceProperties |
tags | Resource tags | Dictionary of tag names and values. |
type | The resource type | "Microsoft.HealthcareApis/workspaces/dicomservices@2021-06-01-preview" |
DicomServiceAuthenticationConfiguration
Name | Description | Value |
---|
DicomServiceProperties
Name | Description | Value |
---|---|---|
authenticationConfiguration | Dicom Service authentication configuration. | DicomServiceAuthenticationConfiguration |
provisioningState | The provisioning state. | 'Accepted' 'Canceled' 'Creating' 'Deleting' 'Deprovisioned' 'Failed' 'Moving' 'Succeeded' 'Suspended' 'SystemMaintenance' 'Updating' 'Verifying' 'Warned' |
ResourceTags
Name | Description | Value |
---|