Uses of Class
com.microsoft.azure.management.containerinstance.ImageRegistryCredential
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ImageRegistryCredential in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionImageRegistryCredential.withPassword
(String password) Set the password for the private registry.ImageRegistryCredential.withServer
(String server) Set the Docker image registry server without a protocol such as "http" and "https".ImageRegistryCredential.withUsername
(String username) Set the username for the private registry.