MonitoringResultData.Role Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Dynamics 365 role for which the monitoring test was run.
public:
property Microsoft::Xrm::Sdk::Deployment::ServerRoles Role { Microsoft::Xrm::Sdk::Deployment::ServerRoles get(); void set(Microsoft::Xrm::Sdk::Deployment::ServerRoles value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.Deployment.ServerRoles Role { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Role : Microsoft.Xrm.Sdk.Deployment.ServerRoles with get, set
Public Property Role As ServerRoles
Property Value
Role for which the monitoring test was run.
- Attributes
Remarks
Monitoring test results are run for the following roles: AppServer, AsyncService, SrsDataConnector, DiscoveryService, EmailService, WebService, SqlServer, ApiServer, HelpServer, DeploymentService, SrsSqlServer, SandboxServer, and DeploymentManagementTools.