ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithFirstContainerInstance.withContainerInstance(String imageName) |
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with TCP
port 80 opened externally.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithFirstContainerInstance.withContainerInstance(String imageName,
int port) |
Defines one container instance for the specified image with one CPU count and 1.5 GB memory, with a
custom TCP port opened externally.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithDnsConfig.withDnsConfiguration(List<String> dnsServerNames,
String dnsSearchDomains,
String dnsOptions) |
Specifies the DNS configuration for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithDnsPrefix.withDnsPrefix(String dnsPrefix) |
Specifies the DNS prefix to be used to create the FQDN for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithDnsConfig.withDnsServerNames(List<String> dnsServerNames) |
Specifies the DNS servers for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity(Identity identity) |
Specifies an existing user assigned identity to be associate with the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithLogAnalytics.withLogAnalytics(String workspaceId,
String workspaceKey) |
Specifies the log analytics workspace to use for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithLogAnalytics.withLogAnalytics(String workspaceId,
String workspaceKey,
LogAnalyticsLogType logType,
Map<String,String> metadata) |
Specifies the log analytics workspace with optional add-ons for the container group.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity) |
Specifies the definition of a not-yet-created user assigned identity to be associated with the virtual
machine.
|
ContainerGroup.DefinitionStages.WithCreate |
ContainerGroup.DefinitionStages.WithRestartPolicy.withRestartPolicy(ContainerGroupRestartPolicy restartPolicy) |
Specifies the restart policy for all the container instances within the container group.
|