Getmonitor Result
data class GetmonitorResult(val appLocation: String? = null, val errors: MonitorPropertiesResponseErrors, val id: String, val identity: UserAssignedServiceIdentityResponse? = null, val location: String, val logAnalyticsWorkspaceArmId: String? = null, val managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = 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
fun GetmonitorResult(appLocation: String? = null, errors: MonitorPropertiesResponseErrors, id: String, identity: UserAssignedServiceIdentityResponse? = null, location: String, logAnalyticsWorkspaceArmId: String? = null, managedResourceGroupConfiguration: ManagedRGConfigurationResponse? = 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)