你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PurviewEntities.SetLabelsAsync(String, RequestContent, RequestContext) 方法

定义

将标签设置为给定实体。

public virtual System.Threading.Tasks.Task<Azure.Response> SetLabelsAsync (string guid, Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member SetLabelsAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.SetLabelsAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function SetLabelsAsync (guid As String, content As RequestContent, Optional context As RequestContext = Nothing) As Task(Of Response)

参数

guid
String

实体的全局唯一标识符。

content
RequestContent

要作为请求正文发送的内容。

context
RequestContext

请求上下文,它可以基于每个调用覆盖请求的默认行为。

返回

例外

guid 为 null。

guid 是一个空字符串,预期为非空。

适用于