ComputeBatchModelFactory.BatchNameValuePair(String, String) 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.
Represents a name-value pair.
public static Azure.Compute.Batch.BatchNameValuePair BatchNameValuePair(string name = default, string value = default);
static member BatchNameValuePair : string * string -> Azure.Compute.Batch.BatchNameValuePair
Public Shared Function BatchNameValuePair (Optional name As String = Nothing, Optional value As String = Nothing) As BatchNameValuePair
Parameters
- name
- String
The name in the name-value pair.
- value
- String
The value in the name-value pair.
Returns
A new BatchNameValuePair instance for mocking.