Share via


SapMonitor Class

Definition

SAP monitor info on Azure (ARM properties and SAP monitor properties)

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.SapMonitorTypeConverter))]
public class SapMonitor : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.ISapMonitor, Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.SapMonitorTypeConverter))>]
type SapMonitor = class
    interface ISapMonitor
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class SapMonitor
Implements ISapMonitor, IValidates
Inheritance
SapMonitor
Attributes
Implements

Constructors

SapMonitor()

Creates an new SapMonitor instance.

Properties

CollectorVersion

The version of the payload running in the Collector VM

EnableCustomerAnalytic

The value indicating whether to send analytics to Microsoft

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Location

The geo-location where the resource lives

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

Name

The name of the resource

ProvisioningState

State of provisioning of the HanaInstance

Tag

Resource tags.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SapMonitor.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SapMonitor.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SapMonitor into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to