Share via


BatchAccountPoolMetadataItem(String, String) Constructor

Definition

Initializes a new instance of BatchAccountPoolMetadataItem.

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