public interface com.microsoft.azure.management.containerregistry.RegistryTask extends com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerregistry.implementation.TaskInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.containerregistry.RegistryTask>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.containerregistry.RegistryTask$Update>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.containerregistry.RegistryTask
  super_class: java.lang.Object
{
  public abstract java.lang.String resourceGroupName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract org.joda.time.DateTime creationDate();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

  public abstract int timeout();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract int cpuCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract java.util.Map<java.lang.String, com.microsoft.azure.management.containerregistry.RegistrySourceTrigger> sourceTriggers();
    descriptor: ()Ljava/util/Map;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lcom/microsoft/azure/management/containerregistry/RegistrySourceTrigger;>;
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/Resource;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/containerregistry/implementation/TaskInner;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/containerregistry/RegistryTask;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/containerregistry/RegistryTask$Update;>;
SourceFile: "RegistryTask.java"
NestMembers:
  com.microsoft.azure.management.containerregistry.RegistryTask$Definition  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$AgentConfiguration  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$Blank  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$Location  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$Platform  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$SourceTriggerDefinition  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$TaskCreatable  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$TaskStepType  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$Timeout  com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages$TriggerTypes  com.microsoft.azure.management.containerregistry.RegistryTask$Update  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages$AgentConfiguration  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages$Platform  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages$TaskStepType  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages$Timeout  com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages$TriggerTypes
InnerClasses:
  public final SinceVersion = com.microsoft.azure.management.apigeneration.Beta$SinceVersion of com.microsoft.azure.management.apigeneration.Beta
  public abstract Definition = com.microsoft.azure.management.containerregistry.RegistryTask$Definition of com.microsoft.azure.management.containerregistry.RegistryTask
  public abstract DefinitionStages = com.microsoft.azure.management.containerregistry.RegistryTask$DefinitionStages of com.microsoft.azure.management.containerregistry.RegistryTask
  public abstract Update = com.microsoft.azure.management.containerregistry.RegistryTask$Update of com.microsoft.azure.management.containerregistry.RegistryTask
  public abstract UpdateStages = com.microsoft.azure.management.containerregistry.RegistryTask$UpdateStages of com.microsoft.azure.management.containerregistry.RegistryTask
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()
      com.microsoft.azure.management.apigeneration.Beta(value = com.microsoft.azure.management.apigeneration.Beta$SinceVersion.V1_17_0:Lcom/microsoft/azure/management/apigeneration/Beta$SinceVersion;)