class com.microsoft.azure.management.cdn.implementation.CdnProfileImpl extends com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl<com.microsoft.azure.management.cdn.CdnProfile, com.microsoft.azure.management.cdn.implementation.ProfileInner, com.microsoft.azure.management.cdn.implementation.CdnProfileImpl, com.microsoft.azure.management.cdn.implementation.CdnManager> implements com.microsoft.azure.management.cdn.CdnProfile, com.microsoft.azure.management.cdn.CdnProfile$Definition, com.microsoft.azure.management.cdn.CdnProfile$Update
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
  super_class: com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl
{
  private com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl endpoints;
    descriptor: Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, com.microsoft.azure.management.cdn.implementation.ProfileInner, com.microsoft.azure.management.cdn.implementation.CdnManager);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;Lcom/microsoft/azure/management/cdn/implementation/CdnManager;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.azure.management.cdn.implementation.ProfileInner innerModel
        start local 3 // com.microsoft.azure.management.cdn.implementation.CdnManager cdnManager
         0: .line 49
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* innerModel */
            aload 3 /* cdnManager */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.<init>:(Ljava/lang/String;Lcom/microsoft/azure/Resource;Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;)V
         1: .line 50
            aload 0 /* this */
            new com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
            putfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
         2: .line 51
            return
        end local 3 // com.microsoft.azure.management.cdn.implementation.CdnManager cdnManager
        end local 2 // com.microsoft.azure.management.cdn.implementation.ProfileInner innerModel
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    3     1        name  Ljava/lang/String;
            0    3     2  innerModel  Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;
            0    3     3  cdnManager  Lcom/microsoft/azure/management/cdn/implementation/CdnManager;
    MethodParameters:
            Name  Flags
      name        
      innerModel  final
      cdnManager  final

  public java.util.Map<java.lang.String, com.microsoft.azure.management.cdn.CdnEndpoint> endpoints();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 59
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.endpointsAsMap:()Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CdnEndpoint;>;

  public java.lang.String generateSsoUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 64
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.generateSsoUriAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public rx.Observable<java.lang.String> generateSsoUriAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 69
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.profiles:()Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
         1: .line 70
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
         2: .line 71
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
         3: .line 69
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfilesInner.generateSsoUriAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 71
            new com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$1.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 69
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Lrx/Observable<Ljava/lang/String;>;

  public com.microsoft.rest.ServiceFuture<java.lang.String> generateSsoUriAsync(com.microsoft.rest.ServiceCallback<java.lang.String>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // com.microsoft.rest.ServiceCallback callback
         0: .line 84
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.generateSsoUriAsync:()Lrx/Observable;
            aload 1 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.rest.ServiceCallback callback
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/String;>;
    Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/lang/String;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      callback  

  public void startEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
         0: .line 89
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.startEndpointAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 90
            return
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  endpointName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      endpointName  

  public rx.Completable startEndpointAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
         0: .line 94
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.startAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      endpointName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> startEndpointAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 99
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.startEndpointAsync:(Ljava/lang/String;)Lrx/Completable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Completable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2      callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      endpointName  
      callback      

  public void stopEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
         0: .line 104
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.stopEndpointAsync:(Ljava/lang/String;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 105
            return
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  endpointName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      endpointName  

  public rx.Completable stopEndpointAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
         0: .line 109
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.stopAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      endpointName  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> stopEndpointAsync(java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 114
            aload 0 /* this */
            aload 1 /* endpointName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.stopEndpointAsync:(Ljava/lang/String;)Lrx/Completable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Completable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2      callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      endpointName  
      callback      

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.cdn.ResourceUsage> listResourceUsage();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 119
            new com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$2.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
         1: .line 124
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.profiles:()Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
         2: .line 125
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
         3: .line 126
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
         4: .line 124
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfilesInner.listResourceUsage:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$2.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
         5: .line 119
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/cdn/ResourceUsage;>;

  public void purgeEndpointContent(java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
         0: .line 131
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* contentPaths */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.purgeEndpointContentAsync:(Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 132
            return
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  endpointName  Ljava/lang/String;
            0    2     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  

  public rx.Completable purgeEndpointContentAsync(java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
         0: .line 136
            aload 2 /* contentPaths */
            ifnull 2
         1: .line 137
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            aload 1 /* endpointName */
            new java.util.ArrayList
            dup
            aload 2 /* contentPaths */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.purgeContentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            invokestatic rx.Observable.empty:()Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    3     1  endpointName  Ljava/lang/String;
            0    3     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)Lrx/Completable;
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> purgeEndpointContentAsync(java.lang.String, java.util.Set<java.lang.String>, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
        start local 3 // com.microsoft.rest.ServiceCallback callback
         0: .line 145
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* contentPaths */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.purgeEndpointContentAsync:(Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
            aload 3 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Completable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback callback
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
            0    1     3      callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  
      callback      

  public void loadEndpointContent(java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
         0: .line 150
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* contentPaths */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.loadEndpointContentAsync:(Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
            invokevirtual rx.Completable.await:()V
         1: .line 151
            return
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  endpointName  Ljava/lang/String;
            0    2     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  

  public rx.Completable loadEndpointContentAsync(java.lang.String, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
         0: .line 155
            aload 2 /* contentPaths */
            ifnull 2
         1: .line 156
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            aload 1 /* endpointName */
            new java.util.ArrayList
            dup
            aload 2 /* contentPaths */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.loadContentAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
         2: .line 158
      StackMap locals:
      StackMap stack:
            invokestatic rx.Observable.empty:()Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    3     1  endpointName  Ljava/lang/String;
            0    3     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;)Lrx/Completable;
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  

  public com.microsoft.rest.ServiceFuture<java.lang.Void> loadEndpointContentAsync(java.lang.String, java.util.Set<java.lang.String>, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/util/Set;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.util.Set contentPaths
        start local 3 // com.microsoft.rest.ServiceCallback callback
         0: .line 164
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* contentPaths */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.loadEndpointContentAsync:(Ljava/lang/String;Ljava/util/Set;)Lrx/Completable;
            aload 3 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Completable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback callback
        end local 2 // java.util.Set contentPaths
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2  contentPaths  Ljava/util/Set<Ljava/lang/String;>;
            0    1     3      callback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
              Name  Flags
      endpointName  
      contentPaths  
      callback      

  public com.microsoft.azure.management.cdn.CustomDomainValidationResult validateEndpointCustomDomain(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CustomDomainValidationResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.lang.String hostName
         0: .line 169
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* hostName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.validateEndpointCustomDomainAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.CustomDomainValidationResult
            areturn
        end local 2 // java.lang.String hostName
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2      hostName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      endpointName  
      hostName      

  public rx.Observable<com.microsoft.azure.management.cdn.CustomDomainValidationResult> validateEndpointCustomDomainAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.lang.String hostName
         0: .line 174
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.endpoints:()Lcom/microsoft/azure/management/cdn/implementation/EndpointsInner;
         1: .line 175
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
         2: .line 176
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
         3: .line 177
            aload 1 /* endpointName */
         4: .line 178
            aload 2 /* hostName */
         5: .line 174
            invokevirtual com.microsoft.azure.management.cdn.implementation.EndpointsInner.validateCustomDomainAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         6: .line 178
            new com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$3.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         7: .line 174
            areturn
        end local 2 // java.lang.String hostName
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    8     1  endpointName  Ljava/lang/String;
            0    8     2      hostName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/CustomDomainValidationResult;>;
    MethodParameters:
              Name  Flags
      endpointName  
      hostName      

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.CustomDomainValidationResult> validateEndpointCustomDomainAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CustomDomainValidationResult>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointName
        start local 2 // java.lang.String hostName
        start local 3 // com.microsoft.rest.ServiceCallback callback
         0: .line 188
            aload 0 /* this */
            aload 1 /* endpointName */
            aload 2 /* hostName */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.validateEndpointCustomDomainAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback callback
        end local 2 // java.lang.String hostName
        end local 1 // java.lang.String endpointName
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointName  Ljava/lang/String;
            0    1     2      hostName  Ljava/lang/String;
            0    1     3      callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/CustomDomainValidationResult;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/CustomDomainValidationResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/CustomDomainValidationResult;>;
    MethodParameters:
              Name  Flags
      endpointName  
      hostName      
      callback      

  public com.microsoft.azure.management.cdn.CheckNameAvailabilityResult checkEndpointNameAvailability(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 193
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.checkEndpointNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.last:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.CheckNameAvailabilityResult
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public rx.Observable<com.microsoft.azure.management.cdn.CheckNameAvailabilityResult> checkEndpointNameAvailabilityAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 198
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.profiles:()Lcom/microsoft/azure/management/cdn/CdnProfiles;
            aload 1 /* name */
            invokeinterface com.microsoft.azure.management.cdn.CdnProfiles.checkEndpointNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;>;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.cdn.CheckNameAvailabilityResult> checkEndpointNameAvailabilityAsync(java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CheckNameAvailabilityResult>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
        start local 2 // com.microsoft.rest.ServiceCallback callback
         0: .line 203
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.checkEndpointNameAvailabilityAsync:(Ljava/lang/String;)Lrx/Observable;
            aload 2 /* callback */
            invokestatic com.microsoft.rest.ServiceFuture.fromBody:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.rest.ServiceCallback callback
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1      name  Ljava/lang/String;
            0    1     2  callback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityResult;>;
    MethodParameters:
          Name  Flags
      name      
      callback  

  public boolean isPremiumVerizon();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 208
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.sku:()Lcom/microsoft/azure/management/cdn/Sku;
            ifnull 4
         1: .line 209
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.sku:()Lcom/microsoft/azure/management/cdn/Sku;
            invokevirtual com.microsoft.azure.management.cdn.Sku.name:()Lcom/microsoft/azure/management/cdn/SkuName;
            ifnull 4
         2: .line 210
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.sku:()Lcom/microsoft/azure/management/cdn/Sku;
            invokevirtual com.microsoft.azure.management.cdn.Sku.name:()Lcom/microsoft/azure/management/cdn/SkuName;
            getstatic com.microsoft.azure.management.cdn.SkuName.PREMIUM_VERIZON:Lcom/microsoft/azure/management/cdn/SkuName;
            invokevirtual com.microsoft.azure.management.cdn.SkuName.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 211
            iconst_1
            ireturn
         4: .line 213
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

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

  public com.microsoft.azure.management.cdn.Sku sku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/Sku;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 223
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfileInner.sku:()Lcom/microsoft/azure/management/cdn/Sku;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public java.lang.String resourceState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 228
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfileInner.resourceState:()Lcom/microsoft/azure/management/cdn/ProfileResourceState;
            invokevirtual com.microsoft.azure.management.cdn.ProfileResourceState.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  protected rx.Observable<com.microsoft.azure.management.cdn.implementation.ProfileInner> getInnerAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 233
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.profiles:()Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfilesInner.getByResourceGroupAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;>;

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl update();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 238
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.enableCommitMode:()V
         1: .line 239
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.update:()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnProfileImpl
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public rx.Observable<com.microsoft.azure.management.cdn.CdnProfile> createResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 245
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.profiles:()Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.resourceGroupName:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.name:()Ljava/lang/String;
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfilesInner.createAsync:(Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;)Lrx/Observable;
         1: .line 246
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.innerToFluentMap:(Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;)Lrx/functions/Func1;
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 245
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/cdn/CdnProfile;>;

  public rx.Observable<com.microsoft.azure.management.cdn.CdnProfile> updateResourceAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 251
            aload 0 /* this */
            astore 1 /* self */
        start local 1 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl self
         1: .line 252
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.manager:()Lcom/microsoft/azure/management/resources/fluentcore/arm/implementation/ManagerBase;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManager
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManager.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl.profiles:()Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
            astore 2 /* innerCollection */
        start local 2 // com.microsoft.azure.management.cdn.implementation.ProfilesInner innerCollection
         2: .line 253
            aload 1 /* self */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.commitAndGetAllAsync:()Lrx/Observable;
         3: .line 254
            new com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$4
            dup
            aload 0 /* this */
            aload 2 /* innerCollection */
            aload 1 /* self */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$4.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 253
            areturn
        end local 2 // com.microsoft.azure.management.cdn.implementation.ProfilesInner innerCollection
        end local 1 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl self
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            1    5     1             self  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            2    5     2  innerCollection  Lcom/microsoft/azure/management/cdn/implementation/ProfilesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/cdn/CdnProfile;>;

  public rx.Completable afterPostRunAsync(boolean);
    descriptor: (Z)Lrx/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // boolean isGroupFaulted
         0: .line 270
            iload 1 /* isGroupFaulted */
            ifeq 3
         1: .line 271
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.clear:()V
         2: .line 272
            invokestatic rx.Completable.complete:()Lrx/Completable;
            areturn
         3: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.refreshAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toCompletable:()Lrx/Completable;
            areturn
        end local 1 // boolean isGroupFaulted
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    4     1  isGroupFaulted  Z
    MethodParameters:
                Name  Flags
      isGroupFaulted  final

  public rx.Observable<com.microsoft.azure.management.cdn.CdnProfile> refreshAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 280
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.fluentcore.arm.models.implementation.GroupableResourceImpl.refreshAsync:()Lrx/Observable;
            new com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$5.<init>:(Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/cdn/CdnProfile;>;

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withStandardAkamaiSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 291
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
         1: .line 292
            new com.microsoft.azure.management.cdn.Sku
            dup
            invokespecial com.microsoft.azure.management.cdn.Sku.<init>:()V
         2: .line 293
            getstatic com.microsoft.azure.management.cdn.SkuName.STANDARD_AKAMAI:Lcom/microsoft/azure/management/cdn/SkuName;
            invokevirtual com.microsoft.azure.management.cdn.Sku.withName:(Lcom/microsoft/azure/management/cdn/SkuName;)Lcom/microsoft/azure/management/cdn/Sku;
         3: .line 292
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfileInner.withSku:(Lcom/microsoft/azure/management/cdn/Sku;)Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;
            pop
         4: .line 294
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withStandardVerizonSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 299
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
         1: .line 300
            new com.microsoft.azure.management.cdn.Sku
            dup
            invokespecial com.microsoft.azure.management.cdn.Sku.<init>:()V
         2: .line 301
            getstatic com.microsoft.azure.management.cdn.SkuName.STANDARD_VERIZON:Lcom/microsoft/azure/management/cdn/SkuName;
            invokevirtual com.microsoft.azure.management.cdn.Sku.withName:(Lcom/microsoft/azure/management/cdn/SkuName;)Lcom/microsoft/azure/management/cdn/Sku;
         3: .line 300
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfileInner.withSku:(Lcom/microsoft/azure/management/cdn/Sku;)Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;
            pop
         4: .line 302
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withPremiumVerizonSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 307
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.inner:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.cdn.implementation.ProfileInner
         1: .line 308
            new com.microsoft.azure.management.cdn.Sku
            dup
            invokespecial com.microsoft.azure.management.cdn.Sku.<init>:()V
         2: .line 309
            getstatic com.microsoft.azure.management.cdn.SkuName.PREMIUM_VERIZON:Lcom/microsoft/azure/management/cdn/SkuName;
            invokevirtual com.microsoft.azure.management.cdn.Sku.withName:(Lcom/microsoft/azure/management/cdn/SkuName;)Lcom/microsoft/azure/management/cdn/Sku;
         3: .line 308
            invokevirtual com.microsoft.azure.management.cdn.implementation.ProfileInner.withSku:(Lcom/microsoft/azure/management/cdn/Sku;)Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;
            pop
         4: .line 310
            aload 0 /* this */
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointOriginHostname
         0: .line 315
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpointWithOriginHostname:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            astore 2 /* endpoint */
        start local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         1: .line 316
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 2 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.addEndpoint:(Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;)V
         2: .line 317
            aload 0 /* this */
            areturn
        end local 2 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 1 // java.lang.String endpointOriginHostname
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    3     1  endpointOriginHostname  Ljava/lang/String;
            1    3     2                endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
                        Name  Flags
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 322
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 327
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String endpointOriginHostname
         0: .line 332
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* name */
            aload 2 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 2 // java.lang.String endpointOriginHostname
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1                    name  Ljava/lang/String;
            0    1     2  endpointOriginHostname  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      name                    
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String endpointOriginHostname
         0: .line 337
            aload 0 /* this */
            aload 1 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
        end local 1 // java.lang.String endpointOriginHostname
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  endpointOriginHostname  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewPremiumEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
         0: .line 342
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.defineNewEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 347
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl defineNewPremiumEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String endpointOriginHostname
         0: .line 352
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* endpointOriginHostname */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 2 // java.lang.String endpointOriginHostname
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    1     0                    this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1                    name  Ljava/lang/String;
            0    1     2  endpointOriginHostname  Ljava/lang/String;
    MethodParameters:
                        Name  Flags
      name                    
      endpointOriginHostname  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl updateEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 357
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.updateEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl updatePremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 362
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.updateEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public com.microsoft.azure.management.cdn.CdnProfile$Update withoutEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnProfile$Update;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // java.lang.String name
         0: .line 367
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* name */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.remove:(Ljava/lang/String;)V
         1: .line 368
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl withEndpoint(com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl);
    descriptor: (Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
        start local 1 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
         0: .line 372
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.endpoints:Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointsImpl;
            aload 1 /* endpoint */
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnEndpointsImpl.addEndpoint:(Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;)V
         1: .line 373
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.implementation.CdnEndpointImpl endpoint
        end local 0 // com.microsoft.azure.management.cdn.implementation.CdnProfileImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            0    2     1  endpoint  Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
    MethodParameters:
          Name  Flags
      endpoint  

  public java.lang.Object withRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withRegion:(Lcom/microsoft/azure/management/resources/fluentcore/arm/Region;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withRegion(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withRegion:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithStandardCreate withNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnProfile$DefinitionStages$WithStandardCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$Update withNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnProfile$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateStandardEndpoint updateEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateStandardEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.updateEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$WithPremiumAttach defineNewPremiumEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$WithPremiumAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$WithPremiumAttach defineNewPremiumEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$WithPremiumAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$PremiumEndpoint defineNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$Blank$PremiumEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$PremiumEndpoint defineNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$Blank$PremiumEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$PremiumEndpoint defineNewPremiumEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$Blank$PremiumEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$PremiumEndpoint defineNewPremiumEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$Blank$PremiumEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewPremiumEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithPremiumVerizonCreate withNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnProfile$DefinitionStages$WithPremiumVerizonCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewPremiumEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$Update withNewPremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnProfile$Update;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewPremiumEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithStandardCreate withStandardVerizonSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnProfile$DefinitionStages$WithStandardCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withStandardVerizonSku:()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithPremiumVerizonCreate withPremiumVerizonSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnProfile$DefinitionStages$WithPremiumVerizonCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withPremiumVerizonSku:()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$WithStandardAttach defineNewEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$WithStandardAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$WithStandardAttach defineNewEndpoint(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$WithStandardAttach;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$StandardEndpoint defineNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$Blank$StandardEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$StandardEndpoint defineNewEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$Blank$StandardEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$StandardEndpoint defineNewEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnEndpoint$DefinitionStages$Blank$StandardEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$StandardEndpoint defineNewEndpoint();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdateDefinitionStages$Blank$StandardEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.defineNewEndpoint:()Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object update();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.update:()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.resources.fluentcore.model.implementation.IndexableRefreshableWrapperImpl update();
    descriptor: ()Lcom/microsoft/azure/management/resources/fluentcore/model/implementation/IndexableRefreshableWrapperImpl;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.update:()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTags(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withTags:(Ljava/util/Map;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(com.microsoft.azure.management.resources.ResourceGroup);
    descriptor: (Lcom/microsoft/azure/management/resources/ResourceGroup;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withExistingResourceGroup:(Lcom/microsoft/azure/management/resources/ResourceGroup;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withExistingResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withExistingResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnEndpoint$UpdatePremiumEndpoint updatePremiumEndpoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/CdnEndpoint$UpdatePremiumEndpoint;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.updatePremiumEndpoint:(Ljava/lang/String;)Lcom/microsoft/azure/management/cdn/implementation/CdnEndpointImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(com.microsoft.azure.management.resources.fluentcore.model.Creatable);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewResourceGroup:(Lcom/microsoft/azure/management/resources/fluentcore/model/Creatable;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewResourceGroup:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withNewResourceGroup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withNewResourceGroup:()Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withTag(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withTag:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithStandardCreate withStandardAkamaiSku();
    descriptor: ()Lcom/microsoft/azure/management/cdn/CdnProfile$DefinitionStages$WithStandardCreate;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withStandardAkamaiSku:()Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object withoutTag(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.microsoft.azure.management.cdn.implementation.CdnProfileImpl.withoutTag:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/ResourceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/microsoft/azure/management/resources/fluentcore/arm/models/implementation/GroupableResourceImpl<Lcom/microsoft/azure/management/cdn/CdnProfile;Lcom/microsoft/azure/management/cdn/implementation/ProfileInner;Lcom/microsoft/azure/management/cdn/implementation/CdnProfileImpl;Lcom/microsoft/azure/management/cdn/implementation/CdnManager;>;Lcom/microsoft/azure/management/cdn/CdnProfile;Lcom/microsoft/azure/management/cdn/CdnProfile$Definition;Lcom/microsoft/azure/management/cdn/CdnProfile$Update;
SourceFile: "CdnProfileImpl.java"
NestMembers:
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$1  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$2  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$3  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$4  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$4$1  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$5
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages of com.microsoft.azure.management.cdn.CdnEndpoint
  public abstract Blank = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank of com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages
  public abstract PremiumEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$PremiumEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank
  public abstract StandardEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank$StandardEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$Blank
  public abstract WithPremiumAttach = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$WithPremiumAttach of com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages
  public abstract WithStandardAttach = com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages$WithStandardAttach of com.microsoft.azure.management.cdn.CdnEndpoint$DefinitionStages
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages of com.microsoft.azure.management.cdn.CdnEndpoint
  public abstract Blank = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank of com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages
  public abstract PremiumEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$PremiumEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank
  public abstract StandardEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank$StandardEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$Blank
  public abstract WithPremiumAttach = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$WithPremiumAttach of com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages
  public abstract WithStandardAttach = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages$WithStandardAttach of com.microsoft.azure.management.cdn.CdnEndpoint$UpdateDefinitionStages
  public abstract UpdatePremiumEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$UpdatePremiumEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint
  public abstract UpdateStandardEndpoint = com.microsoft.azure.management.cdn.CdnEndpoint$UpdateStandardEndpoint of com.microsoft.azure.management.cdn.CdnEndpoint
  public abstract Definition = com.microsoft.azure.management.cdn.CdnProfile$Definition of com.microsoft.azure.management.cdn.CdnProfile
  public abstract DefinitionStages = com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages of com.microsoft.azure.management.cdn.CdnProfile
  public abstract WithPremiumVerizonCreate = com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithPremiumVerizonCreate of com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages
  public abstract WithStandardCreate = com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages$WithStandardCreate of com.microsoft.azure.management.cdn.CdnProfile$DefinitionStages
  public abstract Update = com.microsoft.azure.management.cdn.CdnProfile$Update of com.microsoft.azure.management.cdn.CdnProfile
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$1
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$2
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$3
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$4
  com.microsoft.azure.management.cdn.implementation.CdnProfileImpl$5
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()