public class CheckNameAvailabilityResult extends Object
Constructor and Description |
---|
CheckNameAvailabilityResult(com.microsoft.azure.management.cdn.implementation.CheckNameAvailabilityOutputInner inner)
Construct CheckNameAvailabilityResult object from server response object.
|
Modifier and Type | Method and Description |
---|---|
String |
message()
Get the message value.
|
boolean |
nameAvailable()
Indicates whether the name is available.
|
String |
reason()
Get the reason value.
|
public CheckNameAvailabilityResult(com.microsoft.azure.management.cdn.implementation.CheckNameAvailabilityOutputInner inner)
inner
- server response for CheckNameAvailability request.Copyright © 2019. All rights reserved.