public interface com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding extends com.microsoft.azure.management.resources.fluentcore.arm.models.IndependentChildResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding
  super_class: java.lang.Object
{
  public abstract java.lang.String keyVaultId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String keyVaultSecretName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.KeyVaultSecretStatus provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/appservice/KeyVaultSecretStatus;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/IndependentChildResource<Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
SourceFile: "AppServiceCertificateKeyVaultBinding.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")
      com.microsoft.azure.management.apigeneration.Beta()