Interface ContainerGroup.DefinitionStages.WithNextContainerInstance
- All Superinterfaces:
ContainerGroup.DefinitionStages.WithCreate
,ContainerGroup.DefinitionStages.WithDnsPrefix
,ContainerGroup.DefinitionStages.WithLogAnalytics
,ContainerGroup.DefinitionStages.WithNetworkProfile
,ContainerGroup.DefinitionStages.WithRestartPolicy
,ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
,ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
,Creatable<ContainerGroup>
,HasName
,Indexable
,Resource.DefinitionWithTags<ContainerGroup.DefinitionStages.WithCreate>
- All Known Subinterfaces:
ContainerGroup.Definition
- Enclosing interface:
- ContainerGroup.DefinitionStages
public static interface ContainerGroup.DefinitionStages.WithNextContainerInstance
extends ContainerGroup.DefinitionStages.WithCreate
The stage of the container group definition allowing to specify a container instance.
-
Method Summary
Modifier and TypeMethodDescriptionContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ContainerGroup.DefinitionStages.WithNextContainerInstance>
Begins the definition of a container instance.Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithDnsPrefix
withDnsPrefix
Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithLogAnalytics
withLogAnalytics, withLogAnalytics
Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithNetworkProfile
withNetworkProfileId
Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithRestartPolicy
withRestartPolicy
Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
Methods inherited from interface com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Creatable
create, createAsync, createAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Method Details
-
defineContainerInstance
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ContainerGroup.DefinitionStages.WithNextContainerInstance> defineContainerInstance(String name) Begins the definition of a container instance.- Parameters:
name
- the name of the volume- Returns:
- the next stage of the definition
-