Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static ImportMode |
ImportMode.FORCE
Static value Force for ImportMode.
|
static ImportMode |
ImportMode.NO_FORCE
Static value NoForce for ImportMode.
|
Modifier and Type | Method and Description |
---|---|
static ImportMode |
ImportMode.fromString(String name)
Creates or finds a ImportMode from its string representation.
|
ImportMode |
ImportImageParameters.mode()
Get when Force, any existing target tags will be overwritten.
|
Modifier and Type | Method and Description |
---|---|
static Collection<ImportMode> |
ImportMode.values() |
Modifier and Type | Method and Description |
---|---|
ImportImageParameters |
ImportImageParameters.withMode(ImportMode mode)
Set when Force, any existing target tags will be overwritten.
|
Copyright © 2019. All rights reserved.