public static interface RegistryTask.DefinitionStages.Blank
| Modifier and Type | Method and Description |
|---|---|
RegistryTask.DefinitionStages.Location |
withExistingRegistry(String resourceGroupName,
String registryName)
The parameters referencing an existing container registry under which this task resides.
|
RegistryTask.DefinitionStages.Location withExistingRegistry(String resourceGroupName, String registryName)
resourceGroupName - the name of the parent container registry resource group.registryName - the name of the existing container registry./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/