Interface ContainerGroup.DefinitionStages
-
- Enclosing interface:
- ContainerGroup
public static interface ContainerGroup.DefinitionStagesGrouping of the container group definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceContainerGroup.DefinitionStages.BlankThe first stage of the container group definition.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStagesGrouping of volume definition stages.static interfaceContainerGroup.DefinitionStages.DnsConfigForkThe stage of the container group definition allowing to specify the DNS configuration of the container group.static interfaceContainerGroup.DefinitionStages.VolumeDefinitionStagesGrouping of volume definition stages.static interfaceContainerGroup.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceContainerGroup.DefinitionStages.WithDnsConfigThe stage of the container group definition allowing to specify the DNS configuration of the container group.static interfaceContainerGroup.DefinitionStages.WithDnsPrefixThe stage of the container group definition allowing to specify the DNS prefix label.static interfaceContainerGroup.DefinitionStages.WithFirstContainerInstanceThe stage of the container group definition allowing to specify first required container instance.static interfaceContainerGroup.DefinitionStages.WithGroupThe stage of the container group definition allowing to specify the resource group.static interfaceContainerGroup.DefinitionStages.WithLogAnalyticsThe stage of the container group definition allowing to specify the log analytics platform for the container group.static interfaceContainerGroup.DefinitionStages.WithNetworkProfileThe stage of the container group definition allowing to specify the network profile id.static interfaceContainerGroup.DefinitionStages.WithNextContainerInstanceThe stage of the container group definition allowing to specify a container instance.static interfaceContainerGroup.DefinitionStages.WithOsTypeThe stage of the container group definition allowing to specify the OS type.static interfaceContainerGroup.DefinitionStages.WithPrivateImageRegistryThe stage of the container group definition allowing to specify a private image registry.static interfaceContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolumeThe stage of the container group definition allowing to specify a private image registry or a volume.static interfaceContainerGroup.DefinitionStages.WithPublicImageRegistryOnlyThe stage of the container group definition allowing to skip the private image registry.static interfaceContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistryThe stage of the container group definition allowing to specify a public only or private image registry.static interfaceContainerGroup.DefinitionStages.WithRestartPolicyThe stage of the container group definition allowing to specify the container group restart policy.static interfaceContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreateThe stage of the container instance definition allowing to specify system assigned managed service identity with specific role based access.static interfaceContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentityThe stage of the container instance definition allowing to specify having system assigned managed service identity.static interfaceContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentityThe stage of the container instance definition allowing to specify user assigned managed service identity.static interfaceContainerGroup.DefinitionStages.WithVolumeThe stage of the container group definition allowing to specify a volume that can be mounted by a container instance.
-