public interface com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.keyvault.implementation.CheckNameAvailabilityResultInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.keyvault.CheckNameAvailabilityResult
  super_class: java.lang.Object
{
  public abstract java.lang.Boolean nameAvailable();
    descriptor: ()Ljava/lang/Boolean;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.keyvault.Reason reason();
    descriptor: ()Lcom/microsoft/azure/management/keyvault/Reason;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String message();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/keyvault/implementation/CheckNameAvailabilityResultInner;>;
SourceFile: "CheckNameAvailabilityResult.java"
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.Fluent.KeyVault")
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_11_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)