public interface com.microsoft.azure.management.appservice.WebAppSourceControl extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.appservice.implementation.SiteSourceControlInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<com.microsoft.azure.management.appservice.WebAppBase>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.appservice.WebAppSourceControl
  super_class: java.lang.Object
{
  public abstract java.lang.String repositoryUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String branch();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isManualIntegration();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean deploymentRollbackEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.appservice.RepositoryType repositoryType();
    descriptor: ()Lcom/microsoft/azure/management/appservice/RepositoryType;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/appservice/implementation/SiteSourceControlInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ChildResource<Lcom/microsoft/azure/management/appservice/WebAppBase;>;
SourceFile: "WebAppSourceControl.java"
NestMembers:
  com.microsoft.azure.management.appservice.WebAppSourceControl$Definition  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$Blank  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$GitHubWithAttach  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithAttach  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithBranch  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithGitHubAccessToken  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithGitHubBranch  com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages$WithRepositoryType  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinition  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$Blank  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$GitHubWithAttach  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithBranch  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithGitHubAccessToken  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithGitHubBranch  com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages$WithRepositoryType
InnerClasses:
  public abstract Definition = com.microsoft.azure.management.appservice.WebAppSourceControl$Definition of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract DefinitionStages = com.microsoft.azure.management.appservice.WebAppSourceControl$DefinitionStages of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract UpdateDefinition = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinition of com.microsoft.azure.management.appservice.WebAppSourceControl
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.appservice.WebAppSourceControl$UpdateDefinitionStages of com.microsoft.azure.management.appservice.WebAppSourceControl
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.AppService.Fluent")
      com.microsoft.azure.management.apigeneration.Beta()