Interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>
- All Known Subinterfaces:
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT>
- Enclosing interface:
- ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages
public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> extends ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>, ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>, Attachable.InDefinition<ParentT>
The final stage of the container instance definition.At this stage, any remaining optional settings can be specified, or the subnet definition can be attached to the parent virtual network definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount
withCpuCoreCount
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables
withEnvironmentVariable, withEnvironmentVariables, withEnvironmentVariableWithSecuredValue, withEnvironmentVariableWithSecuredValue
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource
withGpuResource
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize
withMemorySizeInGB
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine
withStartingCommandLine, withStartingCommandLine
-
Methods inherited from interface com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting
withReadOnlyVolumeMountSetting, withReadOnlyVolumeMountSetting, withVolumeMountSetting, withVolumeMountSetting
-
-