ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerImageSettings.DefinitionStages.WithAttach<ParentT> extends com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>, ContainerImageSettings.DefinitionStages.WithShmSize<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerImageSettings.DefinitionStages.WithAttach<ParentT> |
withRegistryUrl(String serverUrl)
Specifies url for container registry.
|
ContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT> |
withRegistryUsername(String username)
Specifies username to login to container registry.
|
attachwithShmSizeContainerImageSettings.DefinitionStages.WithAttach<ParentT> withRegistryUrl(String serverUrl)
serverUrl - URL for image repositoryContainerImageSettings.DefinitionStages.WithRegistryCredentials<ParentT> withRegistryUsername(String username)
username - user name to login /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/