Udostępnij za pośrednictwem


MonitorProperties Class

Definition

Describes the properties of a SAP monitor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.MonitorPropertiesTypeConverter))]
public class MonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IMonitorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.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

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

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.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()

Applies to