MetadataItem Constructors
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.
Overloads
MetadataItem() |
Initializes a new instance of the MetadataItem class. |
MetadataItem(String, String) |
Initializes a new instance of the MetadataItem class. |
MetadataItem()
- Source:
- MetadataItem.cs
Initializes a new instance of the MetadataItem class.
public MetadataItem ();
Public Sub New ()
Applies to
MetadataItem(String, String)
- Source:
- MetadataItem.cs
Initializes a new instance of the MetadataItem class.
public MetadataItem (string name, string value);
new Microsoft.Azure.Batch.Protocol.Models.MetadataItem : string * string -> Microsoft.Azure.Batch.Protocol.Models.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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET