你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RelayNamespaceResource.UpdateAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建或更新命名空间。 创建后,此命名空间的资源清单是不可变的。 此操作是幂等的。
- 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}
- 操作IdNamespaces_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>> UpdateAsync (Azure.ResourceManager.Relay.Models.RelayNamespacePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Relay.Models.RelayNamespacePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>>
override this.UpdateAsync : Azure.ResourceManager.Relay.Models.RelayNamespacePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Relay.RelayNamespaceResource>>
Public Overridable Function UpdateAsync (patch As RelayNamespacePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RelayNamespaceResource))
参数
- patch
- RelayNamespacePatch
用于更新命名空间资源的参数。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
例外
patch
为 null。