Share via


BatchMetadataItem(String, String) Constructor

Definition

Initializes a new instance of BatchMetadataItem.

public BatchMetadataItem(string name, string value);
new Azure.Compute.Batch.BatchMetadataItem : string * string -> Azure.Compute.Batch.BatchMetadataItem
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