GetDicomServiceResult

data class GetDicomServiceResult(val authentications: List<GetDicomServiceAuthentication>, val id: String, val identities: List<GetDicomServiceIdentity>, val location: String, val name: String, val privateEndpoints: List<GetDicomServicePrivateEndpoint>, val serviceUrl: String, val tags: Map<String, String>, val workspaceId: String)

A collection of values returned by getDicomService.

Constructors

Link copied to clipboard
constructor(authentications: List<GetDicomServiceAuthentication>, id: String, identities: List<GetDicomServiceIdentity>, location: String, name: String, privateEndpoints: List<GetDicomServicePrivateEndpoint>, serviceUrl: String, tags: Map<String, String>, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The Azure Region where the Healthcare DICOM Service is located.

Link copied to clipboard
Link copied to clipboard

The url of the Healthcare DICOM Services.

Link copied to clipboard

A map of tags assigned to the Healthcare DICOM Service.

Link copied to clipboard