| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
Registries.checkNameAvailability(String name)
Checks if the specified container registry name is valid and available.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<CheckNameAvailabilityResult> |
Registries.checkNameAvailabilityAsync(String name)
Checks if container registry name is valid and is not in use asynchronously.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/