GetDicomServiceResult

data class GetDicomServiceResult(val authenticationConfiguration: DicomServiceAuthenticationConfigurationResponse? = null, val corsConfiguration: CorsConfigurationResponse? = null, val etag: String? = null, val eventState: String, val id: String, val identity: ServiceManagedIdentityResponseIdentity? = null, val location: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String, val serviceUrl: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of Dicom Service

Constructors

Link copied to clipboard
constructor(authenticationConfiguration: DicomServiceAuthenticationConfigurationResponse? = null, corsConfiguration: CorsConfigurationResponse? = null, etag: String? = null, eventState: String, id: String, identity: ServiceManagedIdentityResponseIdentity? = null, location: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String, serviceUrl: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dicom Service authentication configuration.

Link copied to clipboard

Dicom Service Cors configuration.

Link copied to clipboard
val etag: String? = null

An etag associated with the resource, used for optimistic concurrency when editing it.

Link copied to clipboard

DICOM Service event support status.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

Setting indicating whether the service has a managed identity associated with it.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

The list of private endpoint connections that are set up for this resource.

Link copied to clipboard

The provisioning state.

Link copied to clipboard

Control permission for data plane traffic coming from public networks while private endpoint is enabled.

Link copied to clipboard

The url of the Dicom Services.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The resource type.