FhirServices interface
FhirServices を表すインターフェイス。
メソッド
begin |
指定したパラメーターを使用して FHIR サービス リソースを作成または更新します。 |
begin |
指定したパラメーターを使用して FHIR サービス リソースを作成または更新します。 |
begin |
FHIR サービスを削除します。 |
begin |
FHIR サービスを削除します。 |
begin |
FHIR サービスの詳細にパッチを適用します。 |
begin |
FHIR サービスの詳細にパッチを適用します。 |
get(string, string, string, Fhir |
指定した FHIR サービスのプロパティを取得します。 |
list |
指定されたワークスペースのすべての FHIR サービスを一覧表示します |
メソッドの詳細
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 サービス リソースを作成または更新するためのパラメーター。
options パラメーター。
戻り値
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 サービス リソースを作成または更新するためのパラメーター。
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)
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
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<FhirService>, FhirService>>
beginUpdateAndWait(string, string, string, FhirServicePatchResource, FhirServicesUpdateOptionalParams)
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<FhirService>
listByWorkspace(string, string, FhirServicesListByWorkspaceOptionalParams)
指定されたワークスペースのすべての FHIR サービスを一覧表示します
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: FhirServicesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<FhirService, FhirService[], PageSettings>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
options パラメーター。