BatchNameValuePair Class
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 class BatchNameValuePair : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.BatchNameValuePair>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.BatchNameValuePair>
type BatchNameValuePair = class
interface IJsonModel<BatchNameValuePair>
interface IPersistableModel<BatchNameValuePair>
Public Class BatchNameValuePair
Implements IJsonModel(Of BatchNameValuePair), IPersistableModel(Of BatchNameValuePair)
- Inheritance
-
BatchNameValuePair
- Implements
Properties
| Name | Description |
|---|---|
| Name |
The name in the name-value pair. |
| Value |
The value in the name-value pair. |