interface com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionService
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionService
  super_class: java.lang.Object
{
  public abstract rx.Observable<com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult> listFunctionKeys(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/implementation/FunctionAppImpl$FunctionKeyListResult;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps listFunctionKeys"})
      retrofit2.http.GET(value = "admin/functions/{name}/keys")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "name")
    MethodParameters:
              Name  Flags
      functionName  

  public abstract rx.Observable<com.microsoft.azure.management.appservice.NameValuePair> addFunctionKey(java.lang.String, java.lang.String, com.microsoft.azure.management.appservice.NameValuePair);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/NameValuePair;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/appservice/NameValuePair;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/NameValuePair;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps addFunctionKey"})
      retrofit2.http.PUT(value = "admin/functions/{name}/keys/{keyName}")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "name")
      1:
        retrofit2.http.Path(value = "keyName")
      2:
        retrofit2.http.Body()
    MethodParameters:
              Name  Flags
      functionName  
      keyName       
      key           

  public abstract rx.Observable<com.microsoft.azure.management.appservice.NameValuePair> generateFunctionKey(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/appservice/NameValuePair;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps generateFunctionKey"})
      retrofit2.http.POST(value = "admin/functions/{name}/keys/{keyName}")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "name")
      1:
        retrofit2.http.Path(value = "keyName")
    MethodParameters:
              Name  Flags
      functionName  
      keyName       

  public abstract rx.Observable<java.lang.Void> deleteFunctionKey(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps deleteFunctionKey"})
      retrofit2.http.DELETE(value = "admin/functions/{name}/keys/{keyName}")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "name")
      1:
        retrofit2.http.Path(value = "keyName")
    MethodParameters:
              Name  Flags
      functionName  
      keyName       

  public abstract rx.Observable<java.lang.Void> ping();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps ping"})
      retrofit2.http.POST(value = "admin/host/ping")

  public abstract rx.Observable<java.lang.Void> getHostStatus();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.appservice.WebApps getHostStatus"})
      retrofit2.http.GET(value = "admin/host/status")
}
SourceFile: "FunctionAppImpl.java"
NestHost: com.microsoft.azure.management.appservice.implementation.FunctionAppImpl
InnerClasses:
  private FunctionKeyListResult = com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionKeyListResult of com.microsoft.azure.management.appservice.implementation.FunctionAppImpl
  private abstract FunctionService = com.microsoft.azure.management.appservice.implementation.FunctionAppImpl$FunctionService of com.microsoft.azure.management.appservice.implementation.FunctionAppImpl