public interface com.microsoft.azure.management.resources.Deployment extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.resources.Deployment>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<com.microsoft.azure.management.resources.Deployment$Update>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.resources.implementation.DeploymentExtendedInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.resources.implementation.ResourceManager>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasName, com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.Deployment
  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 provisioningState();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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

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

  public abstract java.util.List<com.microsoft.azure.management.resources.Provider> providers();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/Provider;>;

  public abstract java.util.List<com.microsoft.azure.management.resources.Dependency> dependencies();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/Dependency;>;

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

  public abstract com.microsoft.azure.management.resources.TemplateLink templateLink();
    descriptor: ()Lcom/microsoft/azure/management/resources/TemplateLink;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.microsoft.azure.management.resources.ParametersLink parametersLink();
    descriptor: ()Lcom/microsoft/azure/management/resources/ParametersLink;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract com.microsoft.azure.management.resources.DeploymentMode mode();
    descriptor: ()Lcom/microsoft/azure/management/resources/DeploymentMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<com.microsoft.azure.management.resources.ResourceReference> outputResources();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<Lcom/microsoft/azure/management/resources/ResourceReference;>;

  public abstract com.microsoft.azure.management.resources.DeploymentOperations deploymentOperations();
    descriptor: ()Lcom/microsoft/azure/management/resources/DeploymentOperations;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangMethodDefinition(AsType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType.Property:Lcom/microsoft/azure/management/apigeneration/LangMethodDefinition$LangMethodType;)

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

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

  public abstract com.microsoft.rest.ServiceFuture<java.lang.Void> cancelAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
    MethodParameters:
          Name  Flags
      callback  

  public abstract com.microsoft.azure.management.resources.DeploymentExportResult exportTemplate();
    descriptor: ()Lcom/microsoft/azure/management/resources/DeploymentExportResult;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract rx.Observable<com.microsoft.azure.management.resources.DeploymentExportResult> exportTemplateAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/management/resources/DeploymentExportResult;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()

  public abstract com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.DeploymentExportResult> exportTemplateAsync(com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.DeploymentExportResult>);
    descriptor: (Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/DeploymentExportResult;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/DeploymentExportResult;>;
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
    MethodParameters:
          Name  Flags
      callback  

  public abstract com.microsoft.azure.management.resources.Deployment$Execution prepareWhatIf();
    descriptor: ()Lcom/microsoft/azure/management/resources/Deployment$Execution;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Method()
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/model/Indexable;Lcom/microsoft/azure/management/resources/fluentcore/model/Refreshable<Lcom/microsoft/azure/management/resources/Deployment;>;Lcom/microsoft/azure/management/resources/fluentcore/model/Updatable<Lcom/microsoft/azure/management/resources/Deployment$Update;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/resources/implementation/DeploymentExtendedInner;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/resources/implementation/ResourceManager;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasName;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasId;
SourceFile: "Deployment.java"
NestMembers:
  com.microsoft.azure.management.resources.Deployment$Definition  com.microsoft.azure.management.resources.Deployment$DefinitionStages  com.microsoft.azure.management.resources.Deployment$DefinitionStages$Blank  com.microsoft.azure.management.resources.Deployment$DefinitionStages$WithCreate  com.microsoft.azure.management.resources.Deployment$DefinitionStages$WithGroup  com.microsoft.azure.management.resources.Deployment$DefinitionStages$WithMode  com.microsoft.azure.management.resources.Deployment$DefinitionStages$WithParameters  com.microsoft.azure.management.resources.Deployment$DefinitionStages$WithTemplate  com.microsoft.azure.management.resources.Deployment$Execution  com.microsoft.azure.management.resources.Deployment$ExecutionStages  com.microsoft.azure.management.resources.Deployment$ExecutionStages$Blank  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithExecute  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIf  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfDeploymentMode  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfLocation  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfOnErrorDeploymentType  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfParameter  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfResultFormat  com.microsoft.azure.management.resources.Deployment$ExecutionStages$WithWhatIfTemplate  com.microsoft.azure.management.resources.Deployment$Update  com.microsoft.azure.management.resources.Deployment$UpdateStages  com.microsoft.azure.management.resources.Deployment$UpdateStages$WithMode  com.microsoft.azure.management.resources.Deployment$UpdateStages$WithParameters  com.microsoft.azure.management.resources.Deployment$UpdateStages$WithTemplate
InnerClasses:
  public final LangMethodType = com.microsoft.azure.management.apigeneration.LangMethodDefinition$LangMethodType of com.microsoft.azure.management.apigeneration.LangMethodDefinition
  public abstract Definition = com.microsoft.azure.management.resources.Deployment$Definition of com.microsoft.azure.management.resources.Deployment
  public abstract DefinitionStages = com.microsoft.azure.management.resources.Deployment$DefinitionStages of com.microsoft.azure.management.resources.Deployment
  public abstract Execution = com.microsoft.azure.management.resources.Deployment$Execution of com.microsoft.azure.management.resources.Deployment
  public abstract ExecutionStages = com.microsoft.azure.management.resources.Deployment$ExecutionStages of com.microsoft.azure.management.resources.Deployment
  public abstract Update = com.microsoft.azure.management.resources.Deployment$Update of com.microsoft.azure.management.resources.Deployment
  public abstract UpdateStages = com.microsoft.azure.management.resources.Deployment$UpdateStages of com.microsoft.azure.management.resources.Deployment
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()