OnDemandTransferInfo Class
Represents information about ongoing data transfers from the local logs to a Windows Azure storage account.
Namespace: Microsoft.WindowsAzure.Diagnostics.Management
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Diagnostics.Management.OnDemandTransferInfo
Syntax
public class OnDemandTransferInfo
public ref class OnDemandTransferInfo
type OnDemandTransferInfo = class end
Public Class OnDemandTransferInfo
Constructors
Name | Description | |
---|---|---|
OnDemandTransferInfo() |
Properties
Name | Description | |
---|---|---|
DeploymentId | Gets or sets the deployment ID from which the source data is being transferred. |
|
NotificationQueueName | Gets or sets the name of a queue where a completion message will be enqueued to provide information about this transfer. |
|
RequestId | Gets or sets the unique ID for a given transfer request. |
|
RoleInstanceId | Gets or sets the ID of the role instance from which the source data is being transferred. |
|
RoleName | Gets or sets the name of the role from which the source data is being transferred. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
FromQueueMessage(String) | Creates an OnDemandTransferInfo object from queue messages sent by a diagnostic monitor when an on-demand transfer completes. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
The OnDemandTransferInfo class contains configuration information for queued on-demand transfers. An OnDemandTransferInfo object is returned in a Dictionary when you call GetActiveTransfers, and can be used to cancel or modify a queued transfer.
Warning
This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Diagnostics.Management Namespace
Return to top