RoleInstanceDiagnosticManager Members

Class for remotely managing the configuration and diagnostic data for a given role instance.

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

Public Constructors

  Name Description
  RoleInstanceDiagnosticManager Initializes a new instance of the RoleInstanceDiagnosticManager class.

Top

Public Properties

  Name Description
public property static AllowInsecureRemoteConnections This API is obsolete. Specifies that the role instance diagnostic manager may use non-secure (HTTP) connections to communicate with the storage account.
public property DeploymentId Gets the deployment ID of this role instance.
public property RoleInstanceId Gets the ID of this role instance.
public property RoleName Gets the name of the role for this role instance.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method BeginOnDemandTransfer Overloaded.  
public method CancelOnDemandTransfers Cancel all on-demand transfers that are currently in progress, returning the request ID for each transfer.
public method EndOnDemandTransfer Stops an on-demand transfer based on its request ID.
public method Equals  (Inherited from Object)
public method GetActiveTransfers Returns the set of active transfers, with associated transfer information.
public method GetCurrentConfiguration Gets the current diagnostic monitor configuration for a role instance.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method SetCurrentConfiguration Sets the configuration for the diagnostic monitor.
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

RoleInstanceDiagnosticManager Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace