BlobContainerImpl.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
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
Parameters
- metadata
- IDictionary<String,String>
Returns
Applies to
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
Parameters
- name
- String
- value
- String