Interface ContainerImageSettings.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>
,ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
- All Known Subinterfaces:
ContainerImageSettings.Definition<ParentT>
,ContainerImageSettings.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- ContainerImageSettings.DefinitionStages
public static interface ContainerImageSettings.DefinitionStages.WithAttach<ParentT>
extends Attachable.InDefinition<ParentT>, ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
The final stage of the output directory settings definition.
At this stage, any remaining optional settings can be specified, or the output directory settings definition
can be attached to the parent Batch AI job definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithRegistryUrl
(String serverUrl) Specifies url for container registry.withRegistryUsername
(String username) Specifies username to login to container registry.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition
attach
Methods inherited from interface com.microsoft.azure.management.batchai.ContainerImageSettings.DefinitionStages.WithShmSize
withShmSize
-
Method Details
-
withRegistryUrl
Specifies url for container registry.- Parameters:
serverUrl
- URL for image repository- Returns:
- the next stage of the definition
-
withRegistryUsername
ContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT> withRegistryUsername(String username) Specifies username to login to container registry.- Parameters:
username
- user name to login- Returns:
- the next stage of the definition
-