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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ContainerGroup.DefinitionStages.WithNextContainerInstance>defineContainerInstance(String name)Begins the definition of a container instance.-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithDnsPrefix
withDnsPrefix
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithLogAnalytics
withLogAnalytics, withLogAnalytics
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithNetworkProfile
withExistingSubnet, withExistingSubnet, withNewNetworkProfileOnExistingVirtualNetwork, withNewVirtualNetwork
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithRestartPolicy
withRestartPolicy
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.WithUserAssignedManagedServiceIdentity
withExistingUserAssignedManagedServiceIdentity, withNewUserAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-
-
-
Method Detail
-
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
-
-