azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.batch.p...

70 строки
2.9 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.batch.protocol.models.MetadataItem.name()
name: name()
nameWithType: MetadataItem.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.batch.protocol.models.MetadataItem.name()
- fullName: com.microsoft.azure.batch.protocol.models.MetadataItem.value()
name: value()
nameWithType: MetadataItem.value()
returns:
description: <p>the value value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the value value.</p>
<p></p>
syntax: public String value()
uid: com.microsoft.azure.batch.protocol.models.MetadataItem.value()
- fullName: com.microsoft.azure.batch.protocol.models.MetadataItem.withName(String name)
name: withName(String name)
nameWithType: MetadataItem.withName(String name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetadataItem object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.MetadataItem?alt=com.microsoft.azure.batch.protocol.models.MetadataItem&text=MetadataItem" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name value.</p>
<p></p>
syntax: public MetadataItem withName(String name)
uid: com.microsoft.azure.batch.protocol.models.MetadataItem.withName(String)
- fullName: com.microsoft.azure.batch.protocol.models.MetadataItem.withValue(String value)
name: withValue(String value)
nameWithType: MetadataItem.withValue(String value)
parameters:
- description: <p>the value value to set </p>
name: value
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetadataItem object itself. </p>
type: <xref href="com.microsoft.azure.batch.protocol.models.MetadataItem?alt=com.microsoft.azure.batch.protocol.models.MetadataItem&text=MetadataItem" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the value value.</p>
<p></p>
syntax: public MetadataItem withValue(String value)
uid: com.microsoft.azure.batch.protocol.models.MetadataItem.withValue(String)
nameWithType: MetadataItem
syntax: public class MetadataItem
type: class
uid: com.microsoft.azure.batch.protocol.models.MetadataItem
fullName: com.microsoft.azure.batch.protocol.models.MetadataItem
name: MetadataItem
package: com.microsoft.azure.batch.protocol.models
summary: <p>A name-value pair associated with a Batch service resource. The Batch service does not assign any meaning to this metadata; it is solely for the use of user code. </p>
metadata: {}