NamespacesOperationsExtensions.Update メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

parameters
EHNamespace

名前空間リソースを更新するためのパラメーター。

戻り値

適用対象