次の方法で共有


FhirServicesOperationsExtensions.GetAsync メソッド

定義

指定した FHIR サービスのプロパティを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService> GetAsync (this Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations operations, string resourceGroupName, string workspaceName, string fhirServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.HealthcareApis.IFhirServicesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.HealthcareApis.Models.FhirService>
<Extension()>
Public Function GetAsync (operations As IFhirServicesOperations, resourceGroupName As String, workspaceName As String, fhirServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FhirService)

パラメーター

operations
IFhirServicesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

サービス インスタンスを含むリソース グループの名前。

workspaceName
String

ワークスペース リソースの名前。

fhirServiceName
String

FHIR サービス リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象