BlobContainerImpl.IWithMetadata.WithMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IWithMetadata.WithMetadata(IDictionary<String,String>) |
Specifies metadata. |
IWithMetadata.WithMetadata(String, String) |
Specifies a singluar instance of metadata. |
IWithMetadata.WithMetadata(IDictionary<String,String>)
Specifies metadata.
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
Parameters
- metadata
- IDictionary<String,String>
A name-value pair to associate with the container as metadata.
Returns
Implements
Applies to
IWithMetadata.WithMetadata(String, String)
Specifies a singluar instance of metadata.
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
Parameters
- name
- String
A name to associate with the container as metadata.
- value
- String
A value to associate with the container as metadata.
Returns
Implements
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET