你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithMetadata.WithMetadata 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
要作为元数据与容器关联的值。