| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerGroup.Definition
Starts the exec command for a specific container instance within the current group asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume |
ContainerGroup.DefinitionStages.WithPrivateImageRegistry.withPrivateImageRegistry(String server,
String username,
String password)
Specifies the private container image registry server login for the container group.
|
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume |
ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly.withPublicImageRegistryOnly()
Only public container image repository will be used to create the container instances in the container
group.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.