次の方法で共有


ConfigServersOperationsExtensions.GetAsync メソッド

定義

構成サーバーとそのプロパティを取得します。

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

パラメーター

operations
IConfigServersOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serviceName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象