NamespacesOperationsExtensions.Get メソッド

定義

指定した名前空間の説明を取得します。 https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

戻り値

適用対象