public static interface ContainerGroup.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ContainerGroup.DefinitionStages.Blank
The first stage of the container group definition.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages
Grouping of volume definition stages.
|
static interface |
ContainerGroup.DefinitionStages.DnsConfigFork |
static interface |
ContainerGroup.DefinitionStages.VolumeDefinitionStages
Grouping of volume definition stages.
|
static interface |
ContainerGroup.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for the resource to be created
(via
Creatable.create() ), but also allows for any other optional settings to be specified. |
static interface |
ContainerGroup.DefinitionStages.WithDnsConfig
The stage of the container group definition allowing to specify the DNS configuration of the container group.
|
static interface |
ContainerGroup.DefinitionStages.WithDnsPrefix
The stage of the container group definition allowing to specify the DNS prefix label.
|
static interface |
ContainerGroup.DefinitionStages.WithFirstContainerInstance
The stage of the container group definition allowing to specify first required container instance.
|
static interface |
ContainerGroup.DefinitionStages.WithGroup
The stage of the container group definition allowing to specify the resource group.
|
static interface |
ContainerGroup.DefinitionStages.WithLogAnalytics
The stage of the container group definition allowing to specify the log analytics platform for the container group.
|
static interface |
ContainerGroup.DefinitionStages.WithNetworkProfile
The stage of the container group definition allowing to specify the network profile id.
|
static interface |
ContainerGroup.DefinitionStages.WithNextContainerInstance
The stage of the container group definition allowing to specify a container instance.
|
static interface |
ContainerGroup.DefinitionStages.WithOsType
The stage of the container group definition allowing to specify the OS type.
|
static interface |
ContainerGroup.DefinitionStages.WithPrivateImageRegistry
The stage of the container group definition allowing to specify a private image registry.
|
static interface |
ContainerGroup.DefinitionStages.WithPrivateImageRegistryOrVolume
The stage of the container group definition allowing to specify a private image registry or a volume.
|
static interface |
ContainerGroup.DefinitionStages.WithPublicImageRegistryOnly
The stage of the container group definition allowing to skip the private image registry.
|
static interface |
ContainerGroup.DefinitionStages.WithPublicOrPrivateImageRegistry
The stage of the container group definition allowing to specify a public only or private image registry.
|
static interface |
ContainerGroup.DefinitionStages.WithRestartPolicy
The stage of the container group definition allowing to specify the container group restart policy.
|
static interface |
ContainerGroup.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
The stage of the container instance definition allowing to specify system assigned managed service identity with specific
role based access.
|
static interface |
ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
The stage of the container instance definition allowing to specify having system assigned managed service identity.
|
static interface |
ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
The stage of the container instance definition allowing to specify user assigned managed service identity.
|
static interface |
ContainerGroup.DefinitionStages.WithVolume
The stage of the container group definition allowing to specify a volume that can be mounted by a container instance.
|
Copyright © 2019. All rights reserved.