com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
RegistriesClient.beginImportImage(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
RegistriesClient.beginImportImage(String resourceGroupName,
String registryName,
ImportImageParameters parameters,
com.azure.core.util.Context context) |
Copies an image to this container registry from the specified container registry.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
RegistriesClient.beginImportImageAsync(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
void |
RegistriesClient.importImage(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
void |
RegistriesClient.importImage(String resourceGroupName,
String registryName,
ImportImageParameters parameters,
com.azure.core.util.Context context) |
Copies an image to this container registry from the specified container registry.
|
Mono<Void> |
RegistriesClient.importImageAsync(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
RegistriesClient.importImageWithResponseAsync(String resourceGroupName,
String registryName,
ImportImageParameters parameters) |
Copies an image to this container registry from the specified container registry.
|