GetFhirServicePlainArgs

data class GetFhirServicePlainArgs(val fhirServiceName: String, val resourceGroupName: String, val workspaceName: String) : ConvertibleToJava<GetFhirServicePlainArgs>

Constructors

Link copied to clipboard
constructor(fhirServiceName: String, resourceGroupName: String, workspaceName: String)

Properties

Link copied to clipboard

The name of FHIR Service resource.

Link copied to clipboard

The name of the resource group that contains the service instance.

Link copied to clipboard

The name of workspace resource.

Functions

Link copied to clipboard
open override fun toJava(): GetFhirServicePlainArgs