Get Dicom Service Result
data class GetDicomServiceResult(val authenticationConfiguration: DicomServiceAuthenticationConfigurationResponse? = null, val corsConfiguration: CorsConfigurationResponse? = null, val etag: String? = null, 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
fun GetDicomServiceResult(authenticationConfiguration: DicomServiceAuthenticationConfigurationResponse? = null, corsConfiguration: CorsConfigurationResponse? = null, etag: String? = null, 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)