MetadataItem(String, String) Constructor

Definition

Initializes a new instance of the MetadataItem class.

public MetadataItem (string name, string value);
new Microsoft.Azure.Batch.MetadataItem : string * string -> Microsoft.Azure.Batch.MetadataItem
Public Sub New (name As String, value As String)

Parameters

name
String

The name of the MetadataItem.

value
String

The value of the MetadataItem.

Applies to