interface com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl$CdnManagementClientService
  minor version: 0
  major version: 59
  flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl$CdnManagementClientService
  super_class: java.lang.Object
{
  public abstract rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> checkNameAvailability(java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.CheckNameAvailabilityInput, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityInput;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityInput;Ljava/lang/String;)Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.cdn.CdnManagementClient checkNameAvailability"})
      retrofit2.http.POST(value = "providers/Microsoft.Cdn/checkNameAvailability")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Query(value = "api-version")
      1:
        retrofit2.http.Header(value = "accept-language")
      2:
        retrofit2.http.Body()
      3:
        retrofit2.http.Header(value = "User-Agent")
    MethodParameters:
                            Name  Flags
      apiVersion                  
      acceptLanguage              
      checkNameAvailabilityInput  
      userAgent                   

  public abstract rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> checkNameAvailabilityWithSubscription(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.CheckNameAvailabilityInput, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityInput;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/CheckNameAvailabilityInput;Ljava/lang/String;)Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.cdn.CdnManagementClient checkNameAvailabilityWithSubscription"})
      retrofit2.http.POST(value = "subscriptions/{subscriptionId}/providers/Microsoft.Cdn/checkNameAvailability")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "subscriptionId")
      1:
        retrofit2.http.Query(value = "api-version")
      2:
        retrofit2.http.Header(value = "accept-language")
      3:
        retrofit2.http.Body()
      4:
        retrofit2.http.Header(value = "User-Agent")
    MethodParameters:
                            Name  Flags
      subscriptionId              
      apiVersion                  
      acceptLanguage              
      checkNameAvailabilityInput  
      userAgent                   

  public abstract rx.Observable<retrofit2.Response<okhttp3.ResponseBody>> validateProbe(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.cdn.ValidateProbeInput, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/ValidateProbeInput;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/cdn/ValidateProbeInput;Ljava/lang/String;)Lrx/Observable<Lretrofit2/Response<Lokhttp3/ResponseBody;>;>;
    RuntimeVisibleAnnotations: 
      retrofit2.http.Headers(value = {"Content-Type: application/json; charset=utf-8", "x-ms-logging-context: com.microsoft.azure.management.cdn.CdnManagementClient validateProbe"})
      retrofit2.http.POST(value = "subscriptions/{subscriptionId}/providers/Microsoft.Cdn/validateProbe")
    RuntimeVisibleParameterAnnotations: 
      0:
        retrofit2.http.Path(value = "subscriptionId")
      1:
        retrofit2.http.Query(value = "api-version")
      2:
        retrofit2.http.Header(value = "accept-language")
      3:
        retrofit2.http.Body()
      4:
        retrofit2.http.Header(value = "User-Agent")
    MethodParameters:
                    Name  Flags
      subscriptionId      
      apiVersion          
      acceptLanguage      
      validateProbeInput  
      userAgent           
}
SourceFile: "CdnManagementClientImpl.java"
NestHost: com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl
InnerClasses:
  abstract CdnManagementClientService = com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl$CdnManagementClientService of com.microsoft.azure.management.cdn.implementation.CdnManagementClientImpl