@Beta(value=V1_11_0)
public interface CheckNameAvailabilityResult
extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner>
| Modifier and Type | Method and Description |
|---|---|
String |
message()
Get the message value.
|
Boolean |
nameAvailable()
Get the nameAvailable value.
|
Reason |
reason()
Get the reason value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/