次の方法で共有


ContainerAppsOperationsExtensions.Get メソッド

定義

コンテナー アプリのプロパティを取得します。

public static Microsoft.Azure.Management.WebSites.Models.ContainerApp Get (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string resourceGroupName, string name);
static member Get : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string * string -> Microsoft.Azure.Management.WebSites.Models.ContainerApp
<Extension()>
Public Function Get (operations As IContainerAppsOperations, resourceGroupName As String, name As String) As ContainerApp

パラメーター

operations
IContainerAppsOperations

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

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

コンテナー アプリの名前。

戻り値

適用対象