IMonitorProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MonitorPropertiesTypeConverter))]
public interface IMonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MonitorPropertiesTypeConverter))>]
type IMonitorProperties = interface
interface IJsonSerializable
Public Interface IMonitorProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AppLocation |
The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region. |
ErrorCode |
Server-defined set of error codes. |
ErrorDetail |
Array of details about specific errors that led to this reported error. |
ErrorInnerError |
Object containing more specific information than the current object about the error. |
ErrorMessage |
Human-readable representation of the error. |
ErrorTarget |
Target of the error. |
LogAnalyticsWorkspaceArmId |
The ARM ID of the Log Analytics Workspace that is used for SAP monitoring. |
ManagedResourceGroupConfigurationName |
Managed resource group name |
MonitorSubnet |
The subnet which the SAP monitor will be deployed in |
MsiArmId |
The ARM ID of the MSI used for SAP monitoring. |
ProvisioningState |
State of provisioning of the SAP monitor. |
RoutingPreference |
Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET. |
StorageAccountArmId |
The ARM ID of the Storage account used for SAP monitoring. |
ZoneRedundancyPreference |
Sets the preference for zone redundancy on resources created for the SAP monitor. By default resources will be created which do not support zone redundancy. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |