MetadataItem(String, String) Constructor

Definition

Initializes a new instance of MetadataItem.

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

Parameters

name
String

The name of the metadata item.

value
String

The value of the metadata item.

Exceptions

name or value is null.

Applies to