GetMonitorResult

data class GetMonitorResult(val appLocation: String? = null, val appServicePlanConfiguration: AppServicePlanConfigurationResponse? = null, val azureApiVersion: String, val errors: ErrorDetailResponse, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val logAnalyticsWorkspaceArmId: String? = null, val managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, val monitorSubnet: String? = null, val msiArmId: String, val name: String, val provisioningState: String, val routingPreference: String? = null, val storageAccountArmId: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancyPreference: String? = null)

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

Constructors

Link copied to clipboard
constructor(appLocation: String? = null, appServicePlanConfiguration: AppServicePlanConfigurationResponse? = null, azureApiVersion: String, errors: ErrorDetailResponse, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, logAnalyticsWorkspaceArmId: String? = null, managedResourceGroupConfiguration: ManagedResourceGroupConfigurationResponse? = null, monitorSubnet: String? = null, msiArmId: String, name: String, provisioningState: String, routingPreference: String? = null, storageAccountArmId: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneRedundancyPreference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appLocation: String? = null

The SAP monitor resources will be deployed in the SAP monitoring region. The subnet region should be same as the SAP monitoring region.

Link copied to clipboard

App service plan configuration

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Defines the SAP monitor errors.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The managed service identities assigned to this resource.

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 SAP monitoring.

Link copied to clipboard

Managed resource group configuration

Link copied to clipboard
val monitorSubnet: String? = null

The subnet which the SAP monitor will be deployed in

Link copied to clipboard

The ARM ID of the MSI used for SAP monitoring.

Link copied to clipboard

The name of the resource

Link copied to clipboard

State of provisioning of the SAP monitor.

Link copied to clipboard

Sets the routing preference of the SAP monitor. By default only RFC1918 traffic is routed to the customer VNET.

Link copied to clipboard

The ARM ID of the Storage account used for SAP monitoring.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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"

Link copied to clipboard

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.