次の方法で共有


BlobContainerImpl.WithMetadata メソッド

定義

オーバーロード

WithMetadata(IDictionary<String,String>)
WithMetadata(String, String)

WithMetadata(IDictionary<String,String>)

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

パラメーター

戻り値

適用対象

WithMetadata(String, String)

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

パラメーター

name
String
value
String

戻り値

適用対象