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

IWithMetadata.WithMetadata 方法

定义

重载

WithMetadata(IDictionary<String,String>)

指定元数据。

WithMetadata(String, String)

指定元数据的 singluar 实例。

WithMetadata(IDictionary<String,String>)

指定元数据。

public Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate WithMetadata (System.Collections.Generic.IDictionary<string,string> metadata);
abstract member WithMetadata : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
Public Function WithMetadata (metadata As IDictionary(Of String, String)) As IUpdate

参数

metadata
IDictionary<String,String>

作为元数据与容器关联的名称-值对。

返回

适用于

WithMetadata(String, String)

指定元数据的 singluar 实例。

public Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate WithMetadata (string name, string value);
abstract member WithMetadata : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
Public Function WithMetadata (name As String, value As String) As IUpdate

参数

name
String

要作为元数据与容器关联的名称。

value
String

要作为元数据与容器关联的值。

返回

适用于