| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ImageRegistryCredential |
ImageRegistryCredential.withPassword(String password)
Set the password property: The password for the private registry.
|
ImageRegistryCredential |
ImageRegistryCredential.withServer(String server)
Set the server property: The Docker image registry server without a protocol such as "http" and "https".
|
ImageRegistryCredential |
ImageRegistryCredential.withUsername(String username)
Set the username property: The username for the private registry.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.