Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SetValue |
SetValue.withIsSecret(Boolean isSecret)
Set flag to indicate whether the value represents a secret or not.
|
SetValue |
SetValue.withName(String name)
Set the name of the overridable value.
|
SetValue |
SetValue.withValue(String value)
Set the overridable value.
|
Modifier and Type | Method and Description |
---|---|
List<SetValue> |
EncodedTaskStepUpdateParameters.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
TaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
RegistryEncodedTaskStep.values() |
List<SetValue> |
EncodedTaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskStepUpdateParameters.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
RegistryFileTaskStep.values() |
List<SetValue> |
EncodedTaskStep.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskStep.values()
Get the collection of overridable values that can be passed when running a task.
|
List<SetValue> |
FileTaskRunRequest.values()
Get the collection of overridable values that can be passed when running a task.
|
Modifier and Type | Method and Description |
---|---|
EncodedTaskStepUpdateParameters |
EncodedTaskStepUpdateParameters.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
TaskRunRequest |
TaskRunRequest.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
EncodedTaskRunRequest |
EncodedTaskRunRequest.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStepUpdateParameters |
FileTaskStepUpdateParameters.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
EncodedTaskStep |
EncodedTaskStep.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
FileTaskStep |
FileTaskStep.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
FileTaskRunRequest |
FileTaskRunRequest.withValues(List<SetValue> values)
Set the collection of overridable values that can be passed when running a task.
|
Copyright © 2019. All rights reserved.