BlobContainerImpl.IWithMetadata.WithMetadata Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IWithMetadata.WithMetadata(IDictionary<String,String>) |
Spécifie les métadonnées. |
IWithMetadata.WithMetadata(String, String) |
Spécifie un instance singluar de métadonnées. |
IWithMetadata.WithMetadata(IDictionary<String,String>)
Spécifie les métadonnées.
Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate IWithMetadata.WithMetadata (System.Collections.Generic.IDictionary<string,string> metadata);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithMetadata.WithMetadata : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithMetadata.WithMetadata : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
Function WithMetadata (metadata As IDictionary(Of String, String)) As IUpdate Implements IWithMetadata.WithMetadata
Paramètres
- metadata
- IDictionary<String,String>
Une paire nom-valeur à associer au conteneur en tant que métadonnées.
Retours
Implémente
S’applique à
IWithMetadata.WithMetadata(String, String)
Spécifie un instance singluar de métadonnées.
Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate IWithMetadata.WithMetadata (string name, string value);
abstract member Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithMetadata.WithMetadata : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
override this.Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithMetadata.WithMetadata : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate
Function WithMetadata (name As String, value As String) As IUpdate Implements IWithMetadata.WithMetadata
Paramètres
- name
- String
Nom à associer au conteneur en tant que métadonnées.
- value
- String
Valeur à associer au conteneur en tant que métadonnées.
Retours
Implémente
S’applique à
Azure SDK for .NET