次の方法で共有


NamespacesOperationsExtensions.Update メソッド

定義

サービス名前空間を更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

parameters
SBNamespaceUpdateParameters

名前空間リソースを更新するために指定されたパラメーター。

戻り値

適用対象