| Modifier and Type | Method and Description |
|---|---|
MetadataItem |
MetadataItem.withName(String name)
Set the name value.
|
MetadataItem |
MetadataItem.withValue(String value)
Set the value value.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataItem> |
Pool.metadata() |
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withMetadata(List<MetadataItem> metadata)
Specifies the metadata for the use of user code.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/