MonitorProperties Class
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.
Describes the properties of a SAP monitor.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.MonitorPropertiesTypeConverter))]
public class MonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.MonitorPropertiesTypeConverter))>]
type MonitorProperties = class
interface IMonitorProperties
interface IJsonSerializable
Public Class MonitorProperties
Implements IMonitorProperties
- Inheritance
-
MonitorProperties
- Attributes
- Implements
Constructors
MonitorProperties() |
Creates an new MonitorProperties instance. |
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 |
Error code. |
ErrorDetail |
Error details. |
ErrorInnerError |
Inner error message. |
ErrorMessage |
Error message. |
ErrorTarget |
Error target. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MonitorProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MonitorProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitorProperties. |
FromJsonString(String) |
Creates a new instance of MonitorProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MonitorProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |