Share via


ApplicationGroupOperationsExtensions.Get メソッド

定義

名前空間の ApplicationGroup を取得します。

public static Microsoft.Azure.Management.EventHub.Models.ApplicationGroup Get (this Microsoft.Azure.Management.EventHub.IApplicationGroupOperations operations, string resourceGroupName, string namespaceName, string applicationGroupName);
static member Get : Microsoft.Azure.Management.EventHub.IApplicationGroupOperations * string * string * string -> Microsoft.Azure.Management.EventHub.Models.ApplicationGroup
<Extension()>
Public Function Get (operations As IApplicationGroupOperations, resourceGroupName As String, namespaceName As String, applicationGroupName As String) As ApplicationGroup

パラメーター

operations
IApplicationGroupOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

applicationGroupName
String

アプリケーション グループ名

戻り値

適用対象