GetSapMonitorResult

data class GetSapMonitorResult(val enableCustomerAnalytics: Boolean? = null, val id: String, val location: String, val logAnalyticsWorkspaceArmId: String? = null, val logAnalyticsWorkspaceId: String? = null, val logAnalyticsWorkspaceSharedKey: String? = null, val managedResourceGroupName: String, val monitorSubnet: String? = null, val name: String, val provisioningState: String, val sapMonitorCollectorVersion: String, val tags: Map<String, String>? = null, val type: String)

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

Constructors

Link copied to clipboard
constructor(enableCustomerAnalytics: Boolean? = null, id: String, location: String, logAnalyticsWorkspaceArmId: String? = null, logAnalyticsWorkspaceId: String? = null, logAnalyticsWorkspaceSharedKey: String? = null, managedResourceGroupName: String, monitorSubnet: String? = null, name: String, provisioningState: String, sapMonitorCollectorVersion: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value indicating whether to send analytics to Microsoft

Link copied to clipboard
val id: String

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val monitorSubnet: String? = null

The subnet which the SAP monitor will be deployed in

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of provisioning of the HanaInstance

Link copied to clipboard

The version of the payload running in the Collector VM

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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