Uses of Class
com.azure.resourcemanager.appplatform.models.MonitoringSettingProperties
Packages that use MonitoringSettingProperties
Package
Description
Package containing the inner data models for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of MonitoringSettingProperties in com.azure.resourcemanager.appplatform.fluent.models
Methods in com.azure.resourcemanager.appplatform.fluent.models that return MonitoringSettingPropertiesModifier and TypeMethodDescriptionMonitoringSettingResourceInner.properties()Get the properties property: Properties of the Monitoring Setting resource.Methods in com.azure.resourcemanager.appplatform.fluent.models with parameters of type MonitoringSettingPropertiesModifier and TypeMethodDescriptionMonitoringSettingResourceInner.withProperties(MonitoringSettingProperties properties) Set the properties property: Properties of the Monitoring Setting resource. -
Uses of MonitoringSettingProperties in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return MonitoringSettingPropertiesModifier and TypeMethodDescriptionstatic MonitoringSettingPropertiesMonitoringSettingProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MonitoringSettingProperties from the JsonReader.SpringService.getMonitoringSetting()Gets the Monitoring Setting properties of the service.MonitoringSettingProperties.withAppInsightsAgentVersions(ApplicationInsightsAgentVersions appInsightsAgentVersions) Set the appInsightsAgentVersions property: Indicates the versions of application insight agent.MonitoringSettingProperties.withAppInsightsInstrumentationKey(String appInsightsInstrumentationKey) Set the appInsightsInstrumentationKey property: Target application insight instrumentation key, null or whitespace include empty will disable monitoringSettings.MonitoringSettingProperties.withAppInsightsSamplingRate(Double appInsightsSamplingRate) Set the appInsightsSamplingRate property: Indicates the sampling rate of application insight agent, should be in range [0.0, 100.0].Set the error property: Error when apply Monitoring Setting changes.MonitoringSettingProperties.withTraceEnabled(Boolean traceEnabled) Set the traceEnabled property: Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type MonitoringSettingPropertiesModifier and TypeMethodDescriptionSpringService.getMonitoringSettingAsync()Gets the Monitoring Setting properties of the service.