public interface com.microsoft.azure.management.containerregistry.Webhook extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<com.microsoft.azure.management.containerregistry.Webhook, com.microsoft.azure.management.containerregistry.Registry>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.WebhookInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.containerregistry.Webhook>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.containerregistry.Webhook$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.containerregistry.Webhook
  super_class: java.lang.Object
{
  public abstract boolean isEnabled();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

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

  public abstract java.util.Collection<com.microsoft.azure.management.containerregistry.WebhookAction> triggers();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/containerregistry/WebhookAction;>;

  public abstract com.microsoft.azure.management.containerregistry.ProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/containerregistry/ProvisioningState;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract rx.Completable enableAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

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

  public abstract rx.Completable disableAsync();
    descriptor: ()Lrx/Completable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

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

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

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.containerregistry.WebhookEventInfo> listEvents();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/containerregistry/WebhookEventInfo;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<com.microsoft.azure.management.containerregistry.WebhookEventInfo> listEventsAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/containerregistry/WebhookEventInfo;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/ExternalChildResource<Lcom/microsoft/azure/management/containerregistry/Webhook;Lcom/microsoft/azure/management/containerregistry/Registry;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/Resource;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/containerregistry/implementation/WebhookInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/containerregistry/Webhook;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/containerregistry/Webhook$Update;>;
SourceFile: "Webhook.java"
NestMembers:
  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$Blank  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithAttach  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithCustomHeaders  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithDefaultStatus  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithRepositoriesScope  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithServiceUri  com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages$WithTriggerWhen  com.microsoft.azure.management.containerregistry.Webhook$Update  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinition  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$Blank  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithAttach  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithCustomHeaders  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithDefaultStatus  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithRepositoriesScope  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithServiceUri  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithTags  com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages$WithTriggerWhen  com.microsoft.azure.management.containerregistry.Webhook$UpdateResource  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$Blank  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithAttach  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithCustomHeaders  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithDefaultStatus  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithOrWithoutTags  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithRepositoriesScope  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithServiceUri  com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages$WithTriggerWhen  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages$WithCustomHeaders  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages$WithDefaultStatus  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages$WithRepositoriesScope  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages$WithServiceUri  com.microsoft.azure.management.containerregistry.Webhook$UpdateStages$WithTriggerWhen  com.microsoft.azure.management.containerregistry.Webhook$WebhookDefinition
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.Webhook$DefinitionStages of com.microsoft.azure.management.containerregistry.Webhook
  public abstract Update = com.microsoft.azure.management.containerregistry.Webhook$Update of com.microsoft.azure.management.containerregistry.Webhook
  public abstract UpdateDefinition = com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinition of com.microsoft.azure.management.containerregistry.Webhook
  public abstract UpdateDefinitionStages = com.microsoft.azure.management.containerregistry.Webhook$UpdateDefinitionStages of com.microsoft.azure.management.containerregistry.Webhook
  public abstract UpdateResource = com.microsoft.azure.management.containerregistry.Webhook$UpdateResource of com.microsoft.azure.management.containerregistry.Webhook
  public abstract UpdateResourceStages = com.microsoft.azure.management.containerregistry.Webhook$UpdateResourceStages of com.microsoft.azure.management.containerregistry.Webhook
  public abstract UpdateStages = com.microsoft.azure.management.containerregistry.Webhook$UpdateStages of com.microsoft.azure.management.containerregistry.Webhook
  public abstract WebhookDefinition = com.microsoft.azure.management.containerregistry.Webhook$WebhookDefinition of com.microsoft.azure.management.containerregistry.Webhook
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_4_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)