public interface com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$UpdateStages$SourceControlType
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$UpdateStages$SourceControlType
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$Update withGithubAsSourceControl();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistrySourceTrigger$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$Update withAzureDevOpsAsSourceControl();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/RegistrySourceTrigger$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$Update withSourceControl(com.microsoft.azure.management.containerregistry.SourceControlType);
    descriptor: (Lcom/microsoft/azure/management/containerregistry/SourceControlType;)Lcom/microsoft/azure/management/containerregistry/RegistrySourceTrigger$Update;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      sourceControl  
}
SourceFile: "RegistrySourceTrigger.java"
NestHost: com.microsoft.azure.management.containerregistry.RegistrySourceTrigger
InnerClasses:
  public abstract Update = com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$Update of com.microsoft.azure.management.containerregistry.RegistrySourceTrigger
  public abstract UpdateStages = com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$UpdateStages of com.microsoft.azure.management.containerregistry.RegistrySourceTrigger
  public abstract SourceControlType = com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$UpdateStages$SourceControlType of com.microsoft.azure.management.containerregistry.RegistrySourceTrigger$UpdateStages