public interface com.microsoft.azure.management.resources.DeploymentOperation extends com.microsoft.azure.management.resources.fluentcore.model.Indexable, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<com.microsoft.azure.management.resources.DeploymentOperation>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.resources.implementation.DeploymentOperationInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.DeploymentOperation
  super_class: java.lang.Object
{
  public abstract java.lang.String operationId();
    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 com.microsoft.azure.management.resources.ProvisioningOperation provisioningOperation();
    descriptor: ()Lcom/microsoft/azure/management/resources/ProvisioningOperation;
    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.String statusCode();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract com.microsoft.azure.management.resources.TargetResource targetResource();
    descriptor: ()Lcom/microsoft/azure/management/resources/TargetResource;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
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/DeploymentOperation;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/resources/implementation/DeploymentOperationInner;>;
SourceFile: "DeploymentOperation.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()