DicomService interface
The description of Dicom Service
- Extends
Properties
authentication |
Dicom Service authentication configuration. |
cors |
Dicom Service Cors configuration. |
enable |
If data partitions is enabled or not. |
encryption | The encryption settings of the DICOM service |
event |
DICOM Service event support status. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
The list of private endpoint connections that are set up for this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
service |
The url of the Dicom Services. NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The configuration of external storage account |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | An etag associated with the resource, used for optimistic concurrency when editing it. |
id | The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
identity | Setting indicating whether the service has a managed identity associated with it. |
location | The resource location. |
name | The resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authenticationConfiguration
Dicom Service authentication configuration.
authenticationConfiguration?: DicomServiceAuthenticationConfiguration
Property Value
corsConfiguration
Dicom Service Cors configuration.
corsConfiguration?: CorsConfiguration
Property Value
enableDataPartitions
If data partitions is enabled or not.
enableDataPartitions?: boolean
Property Value
boolean
encryption
eventState
DICOM Service event support status. NOTE: This property will not be serialized. It can only be populated by the server.
eventState?: string
Property Value
string
privateEndpointConnections
The list of private endpoint connections that are set up for this resource. NOTE: This property will not be serialized. It can only be populated by the server.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
publicNetworkAccess
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
publicNetworkAccess?: string
Property Value
string
serviceUrl
The url of the Dicom Services. NOTE: This property will not be serialized. It can only be populated by the server.
serviceUrl?: string
Property Value
string
storageConfiguration
The configuration of external storage account
storageConfiguration?: StorageConfiguration
Property Value
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
etag
An etag associated with the resource, used for optimistic concurrency when editing it.
etag?: string
Property Value
string
Inherited From TaggedResource.etag
id
The resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TaggedResource.id
identity
Setting indicating whether the service has a managed identity associated with it.
identity?: ServiceManagedIdentityIdentity
Property Value
Inherited From ServiceManagedIdentity.identity
location
The resource location.
location?: string
Property Value
string
Inherited From TaggedResource.location
name
The resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TaggedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TaggedResource.tags
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TaggedResource.type