OnDemandTransferInfo.RoleInstanceId Property
Gets or sets the ID of the role instance from which the source data is being transferred.
Namespace: Microsoft.WindowsAzure.Diagnostics.Management
Assembly: Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)
Syntax
public string RoleInstanceId { get; set; }
public:
property String^ RoleInstanceId {
String^ get();
void set(String^ value);
}
member RoleInstanceId : string with get, set
Public Property RoleInstanceId As String
Property Value
Type: System.String
Type: System.String
Returns String.
Remarks
The RoleInstanceId property specifies the role instance ID from which the diagnostics data is being transferred from.
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.
See Also
OnDemandTransferInfo Class
Microsoft.WindowsAzure.Diagnostics.Management Namespace
Return to top