次の方法で共有


NamespacesOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

リソース グループの名前。

namespaceName
String

名前空間の名前。

戻り値

適用対象