Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithCreate
Packages that use ContainerGroup.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroup.DefinitionStages.WithCreate in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.WithCreate in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptionstatic interfaceStarts the exec command for a specific container instance within the current group asynchronously.static interfaceThe stage of the container group definition allowing to specify the DNS configuration of the container group.static interfaceThe stage of the container group definition allowing to specify a container instance.static interfaceThe stage of the container instance definition allowing to specify system assigned managed service identity with specific role based access.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.WithCreateModifier and TypeMethodDescriptionContainerGroup.DefinitionStages.WithAutoGeneratedDomainNameLabelScope.withAutoGeneratedDomainNameLabelScope(DnsNameLabelReusePolicy reusePolicy) Specifies the reuse policy of DNS name label for container group.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.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.WithDnsConfig.withDnsConfiguration(List<String> dnsServerNames, String dnsSearchDomains, String dnsOptions) Specifies the DNS configuration for the container group.ContainerGroup.DefinitionStages.WithDnsPrefix.withDnsPrefix(String dnsPrefix) Specifies the DNS prefix to be used to create the FQDN for the container group.ContainerGroup.DefinitionStages.WithDnsConfig.withDnsServerNames(List<String> dnsServerNames) Specifies the DNS servers for the container group.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity.withExistingUserAssignedManagedServiceIdentity(Identity identity) Specifies an existing user assigned identity to be associate with the container group.ContainerGroup.DefinitionStages.WithLogAnalytics.withLogAnalytics(String workspaceId, String workspaceKey) Specifies the log analytics workspace to use for the container group.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.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.WithRestartPolicy.withRestartPolicy(ContainerGroupRestartPolicy restartPolicy) Specifies the restart policy for all the container instances within the container group.