ConfigOptions.DiagnosticsAuthorization Property
Gets or sets the minimum required authorization required to access service diagnostics information. The service diagnostics information is provided by the StatusReporter instances registered with the dependency injection engine.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public AuthorizationLevel DiagnosticsAuthorization { get; set; }
public:
property AuthorizationLevel DiagnosticsAuthorization {
AuthorizationLevel get();
void set(AuthorizationLevel value);
}
member DiagnosticsAuthorization : AuthorizationLevel with get, set
Public Property DiagnosticsAuthorization As AuthorizationLevel
Property Value
Type: Microsoft.WindowsAzure.Mobile.Service.Security.AuthorizationLevel
See Also
ConfigOptions Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top