Partilhar via


SapMonitorProperties Class

Definition

Describes the properties of a SAP monitor.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.SapMonitorPropertiesTypeConverter))]
public class SapMonitorProperties : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ISapMonitorProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.SapMonitorPropertiesTypeConverter))>]
type SapMonitorProperties = class
    interface ISapMonitorProperties
    interface IJsonSerializable
Public Class SapMonitorProperties
Implements ISapMonitorProperties
Inheritance
SapMonitorProperties
Attributes
Implements

Constructors

SapMonitorProperties()

Creates an new SapMonitorProperties instance.

Properties

EnableCustomerAnalytic

The value indicating whether to send analytics to Microsoft

LogAnalyticsWorkspaceArmId

The ARM ID of the Log Analytics Workspace that is used for monitoring

LogAnalyticsWorkspaceId

The workspace ID of the log analytics workspace to be used for monitoring

LogAnalyticsWorkspaceSharedKey

The shared key of the log analytics workspace that is used for monitoring

ManagedResourceGroupName

The name of the resource group the SAP Monitor resources get deployed into.

MonitorSubnet

The subnet which the SAP monitor will be deployed in

ProvisioningState

State of provisioning of the HanaInstance

SapMonitorCollectorVersion

The version of the payload running in the Collector VM

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapMonitorProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapMonitorProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ISapMonitorProperties.

FromJsonString(String)

Creates a new instance of SapMonitorProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapMonitorProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to