CheckNameAvailabilityResponse Interface
public interface CheckNameAvailabilityResponse
An immutable client-side representation of CheckNameAvailabilityResponse.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Check |
innerModel()
Gets the inner com. |
abstract String |
message()
Gets the message property: Detailed reason why the given name is available. |
abstract Boolean |
nameAvailable()
Gets the name |
abstract
Check |
reason()
Gets the reason property: The reason why the given name is not available. |
Method Details
innerModel
public abstract CheckNameAvailabilityResponseInner innerModel()
Gets the inner com.azure.resourcemanager.confidentialledger.fluent.models.CheckNameAvailabilityResponseInner object.
Returns:
message
public abstract String message()
Gets the message property: Detailed reason why the given name is available.
Returns:
nameAvailable
public abstract Boolean nameAvailable()
Gets the nameAvailable property: Indicates if the resource name is available.
Returns:
reason
public abstract CheckNameAvailabilityReason reason()
Gets the reason property: The reason why the given name is not available.
Returns:
Applies to
Azure SDK for Java