Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerRegistry |
TaskContainerSettings.registry()
Get the registry value.
|
ContainerRegistry |
ContainerRegistry.withPassword(String password)
Set the password value.
|
ContainerRegistry |
ContainerRegistry.withRegistryServer(String registryServer)
Set the registryServer value.
|
ContainerRegistry |
ContainerRegistry.withUserName(String userName)
Set the userName value.
|
Modifier and Type | Method and Description |
---|---|
List<ContainerRegistry> |
ContainerConfiguration.containerRegistries()
Get the containerRegistries value.
|
Modifier and Type | Method and Description |
---|---|
TaskContainerSettings |
TaskContainerSettings.withRegistry(ContainerRegistry registry)
Set the registry value.
|
Modifier and Type | Method and Description |
---|---|
ContainerConfiguration |
ContainerConfiguration.withContainerRegistries(List<ContainerRegistry> containerRegistries)
Set the containerRegistries value.
|
Copyright © 2019. All rights reserved.