次の方法で共有


NamespacesOperationsExtensions.Update メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

parameters
RelayUpdateParameters

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

戻り値

適用対象