OnDemandTransferInfo Members

Represents information about ongoing data transfers from the local logs to a Windows Azure storage account.

The following tables list the members exposed by the OnDemandTransferInfo type.

Public Constructors

  Name Description
  OnDemandTransferInfo  

Top

Public Properties

  Name Description
public property DeploymentId Gets or sets the deployment ID from which the source data is being transferred.
public property NotificationQueueName Gets or sets the name of a queue where a completion message will be enqueued to provide information about this transfer.
public property RequestId Gets or sets the unique ID for a given transfer request.
public property RoleInstanceId Gets or sets the ID of the role instance from which the source data is being transferred.
public property RoleName Gets or sets the name of the role from which the source data is being transferred.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public methodstatic FromQueueMessage Creates an OnDemandTransferInfo object from queue messages sent by a diagnostic monitor when an on-demand transfer completes.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

OnDemandTransferInfo Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace