FhirServices interface
表示 FhirServices 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)
使用指定的參數建立或更新 FHIR 服務資源。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirService>, FhirService>>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- workspaceName
-
string
工作區資源的名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- fhirservice
- FhirService
用於建立或更新 Fhir 服務資源的參數。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<FhirService>, FhirService>>
beginCreateOrUpdateAndWait(string, string, string, FhirService, FhirServicesCreateOrUpdateOptionalParams)
使用指定的參數建立或更新 FHIR 服務資源。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, fhirServiceName: string, fhirservice: FhirService, options?: FhirServicesCreateOrUpdateOptionalParams): Promise<FhirService>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- workspaceName
-
string
工作區資源的名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- fhirservice
- FhirService
用於建立或更新 Fhir 服務資源的參數。
選項參數。
傳回
Promise<FhirService>
beginDelete(string, string, string, FhirServicesDeleteOptionalParams)
刪除 FHIR 服務。
function beginDelete(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- workspaceName
-
string
工作區資源的名稱。
- options
- FhirServicesDeleteOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FhirServicesDeleteOptionalParams)
刪除 FHIR 服務。
function beginDeleteAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, options?: FhirServicesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- workspaceName
-
string
工作區資源的名稱。
- options
- FhirServicesDeleteOptionalParams
選項參數。
傳回
Promise<void>
beginUpdate(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)
Patch FHIR 服務詳細數據。
function beginUpdate(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FhirService>, FhirService>>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- workspaceName
-
string
工作區資源的名稱。
- fhirservicePatchResource
- FhirServicePatchResource
更新 Fhir 服務的參數。
- options
- FhirServicesUpdateOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<FhirService>, FhirService>>
beginUpdateAndWait(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)
Patch FHIR 服務詳細數據。
function beginUpdateAndWait(resourceGroupName: string, fhirServiceName: string, workspaceName: string, fhirservicePatchResource: FhirServicePatchResource, options?: FhirServicesUpdateOptionalParams): Promise<FhirService>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- workspaceName
-
string
工作區資源的名稱。
- fhirservicePatchResource
- FhirServicePatchResource
更新 Fhir 服務的參數。
- options
- FhirServicesUpdateOptionalParams
選項參數。
傳回
Promise<FhirService>
get(string, string, string, FhirServicesGetOptionalParams)
取得指定之 FHIR 服務的屬性。
function get(resourceGroupName: string, workspaceName: string, fhirServiceName: string, options?: FhirServicesGetOptionalParams): Promise<FhirService>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- workspaceName
-
string
工作區資源的名稱。
- fhirServiceName
-
string
FHIR 服務資源的名稱。
- options
- FhirServicesGetOptionalParams
選項參數。
傳回
Promise<FhirService>
listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)
列出指定工作區的所有 FHIR 服務
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService, FhirService[], PageSettings>
參數
- resourceGroupName
-
string
包含服務實例的資源群組名稱。
- workspaceName
-
string
工作區資源的名稱。
選項參數。