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
WithMetadata(IDictionary<String,String>) |
Specifies metadata. |
WithMetadata(String, String) |
Specifies a singluar instance of metadata. |
WithMetadata(IDictionary<String,String>)
Specifies metadata.
public Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Definition.IWithCreate WithMetadata (System.Collections.Generic.IDictionary<string,string> metadata);
abstract member WithMetadata : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Definition.IWithCreate
Public Function WithMetadata (metadata As IDictionary(Of String, String)) As IWithCreate
Parameters
- metadata
- IDictionary<String,String>
A name-value pair to associate with the container as metadata.
Returns
Applies to
WithMetadata(String, String)
Specifies a singluar instance of metadata.
public Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Definition.IWithCreate WithMetadata (string name, string value);
abstract member WithMetadata : string * string -> Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Definition.IWithCreate
Public Function WithMetadata (name As String, value As String) As IWithCreate
Parameters
- name
- String
A name to associate with the container as metadata.
- value
- String
A value to associate with the container as metadata.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET