class com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.IndependentChildResourceImpl<com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding, com.microsoft.azure.management.appservice.AppServiceCertificateOrder, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl, com.microsoft.azure.management.appservice.implementation.AppServiceManager> implements com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.IndependentChildResourceImpl
{
  private final com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl parent;
    descriptor: Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner, com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl);
    descriptor: (Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
        start local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner innerObject
        start local 2 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl parent
         0: .line 36
            aload 0 /* this */
            aload 1 /* innerObject */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.name:()Ljava/lang/String;
            aload 1 /* innerObject */
            aload 2 /* parent */
            ifnull 1
            aload 2 /* parent */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            goto 2
      StackMap locals: uninitialized-this com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl
      StackMap stack: uninitialized-this java.lang.String com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
         1: aconst_null
      StackMap locals: uninitialized-this com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl
      StackMap stack: uninitialized-this java.lang.String com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner com.microsoft.azure.management.appservice.implementation.AppServiceManager
         2: invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.IndependentChildResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Ljava/lang/Object;)V
         3: .line 37
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
         4: .line 38
            return
        end local 2 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl parent
        end local 1 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner innerObject
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;
            0    5     1  innerObject  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;
            0    5     2       parent  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
    MethodParameters:
             Name  Flags
      innerObject  
      parent       

  public java.lang.String id();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 42
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.id:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;

  public rx.Observable<com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding> createChildResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 47
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding self
         1: .line 48
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.appServiceCertificateOrders:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
         2: .line 49
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
         3: .line 48
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.createOrUpdateCertificateAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;)Lrx/Observable;
         4: .line 50
            new com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl$1
            dup
            aload 0 /* this */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl$1.<init>:(Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;Lcom/microsoft/azure/management/appservice/AppServiceCertificateKeyVaultBinding;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 48
            areturn
        end local 1 // com.microsoft.azure.management.appservice.AppServiceCertificateKeyVaultBinding self
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;
            1    6     1  self  Lcom/microsoft/azure/management/appservice/AppServiceCertificateKeyVaultBinding;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/AppServiceCertificateKeyVaultBinding;>;

  public java.lang.String keyVaultId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultId:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;

  public java.lang.String keyVaultSecretName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 66
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.keyVaultSecretName:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;

  public com.microsoft.azure.management.appservice.KeyVaultSecretStatus provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/appservice/KeyVaultSecretStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner.provisioningState:()Lcom/microsoft/azure/management/appservice/KeyVaultSecretStatus;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;

  protected rx.Observable<com.microsoft.azure.management.appservice.implementation.AppServiceCertificateResourceInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
         0: .line 76
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.appservice.implementation.AppServiceManager
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl
            invokevirtual com.microsoft.azure.management.appservice.implementation.WebSiteManagementClientImpl.appServiceCertificateOrders:()Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrdersInner;
         1: .line 77
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.parent:Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateOrderImpl;
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrderImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl.name:()Ljava/lang/String;
         2: .line 76
            invokevirtual com.microsoft.azure.management.appservice.implementation.AppServiceCertificateOrdersInner.getCertificateAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;>;
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/IndependentChildResourceImpl<Lcom/microsoft/azure/management/appservice/AppServiceCertificateKeyVaultBinding;Lcom/microsoft/azure/management/appservice/AppServiceCertificateOrder;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateResourceInner;Lcom/microsoft/azure/management/appservice/implementation/AppServiceCertificateKeyVaultBindingImpl;Lcom/microsoft/azure/management/appservice/implementation/AppServiceManager;>;Lcom/microsoft/azure/management/appservice/AppServiceCertificateKeyVaultBinding;
SourceFile: "AppServiceCertificateKeyVaultBindingImpl.java"
NestMembers:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl$1
InnerClasses:
  com.microsoft.azure.management.appservice.implementation.AppServiceCertificateKeyVaultBindingImpl$1
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")