次の方法で共有


AppsOperationsExtensions.GetAsync メソッド

定義

アプリとそのプロパティを取得します。

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

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

serviceName
String

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

appName
String

アプリ リソースの名前。

syncStatus
String

同期の状態を示します

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象