public static interface ContainerGroup.DefinitionStages.WithPrivateImageRegistry
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume |
withPrivateImageRegistry(String server,
String username,
String password)
Specifies the private container image registry server login for the container group.
|
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume withPrivateImageRegistry(String server, String username, String password)
server - Docker image registry server, without protocol such as "http" and "https"username - the username for the private registrypassword - the password for the private registry/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/