public interface com.microsoft.azure.management.appservice.FunctionApp extends com.microsoft.azure.management.appservice.WebAppBase, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.appservice.FunctionApp>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.appservice.FunctionApp$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.FunctionApp
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.appservice.FunctionDeploymentSlots deploymentSlots();
    descriptor: ()Lcom/microsoft/azure/management/appservice/FunctionDeploymentSlots;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_3_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)

  public abstract com.microsoft.azure.management.storage.StorageAccount storageAccount();
    descriptor: ()Lcom/microsoft/azure/management/storage/StorageAccount;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getMasterKey();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<java.lang.String> getMasterKeyAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Ljava/lang/String;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract java.util.Map<java.lang.String, java.lang.String> listFunctionKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    MethodParameters:
              Name  Flags
      functionName  

  public abstract rx.Observable<java.util.Map<java.lang.String, java.lang.String>> listFunctionKeysAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;>;
    MethodParameters:
              Name  Flags
      functionName  

  public abstract com.microsoft.azure.management.appservice.NameValuePair addFunctionKey(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/NameValuePair;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      functionName  
      keyName       
      keyValue      

  public abstract rx.Observable<com.microsoft.azure.management.appservice.NameValuePair> addFunctionKeyAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/NameValuePair;>;
    MethodParameters:
              Name  Flags
      functionName  
      keyName       
      keyValue      

  public abstract void removeFunctionKey(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      functionName  
      keyName       

  public abstract rx.Completable removeFunctionKeyAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      functionName  
      keyName       

  public abstract void triggerFunction(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      functionName  
      payload       

  public abstract rx.Completable triggerFunctionAsync(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      functionName  
      payload       

  public abstract void syncTriggers();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Completable syncTriggersAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/appservice/WebAppBase;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/appservice/FunctionApp;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/appservice/FunctionApp$Update;>;
SourceFile: "FunctionApp.java"
NestMembers:
  com.microsoft.azure.management.appservice.FunctionApp$Definition  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$Blank  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$ExistingAppServicePlanWithGroup  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$ExistingLinuxPlanWithGroup  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$NewAppServicePlanWithGroup  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCreate  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithCredentials  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDailyUsageQuota  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithDockerContainerImage  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithNewAppServicePlan  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithRuntimeVersion  com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages$WithStorageAccount  com.microsoft.azure.management.appservice.FunctionApp$Update  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithAppServicePlan  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithCredentials  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithDailyUsageQuota  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithDockerContainerImage  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithRuntimeVersion  com.microsoft.azure.management.appservice.FunctionApp$UpdateStages$WithStorageAccount
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.appservice.FunctionApp$Definition of com.microsoft.azure.management.appservice.FunctionApp
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.FunctionApp$DefinitionStages of com.microsoft.azure.management.appservice.FunctionApp
  public abstract Update = com.microsoft.azure.management.appservice.FunctionApp$Update of com.microsoft.azure.management.appservice.FunctionApp
  public abstract UpdateStages = com.microsoft.azure.management.appservice.FunctionApp$UpdateStages of com.microsoft.azure.management.appservice.FunctionApp
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")
      com.microsoft.azure.management.apigeneration.Beta()