次の方法で共有


NamespacesOperationsExtensions.Get メソッド

定義

指定した名前空間の説明を取得します。

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

戻り値

適用対象