ArmWorkloadsModelFactory.SapLandscapeMonitorData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SapLandscapeMonitorData.
public static Azure.ResourceManager.Workloads.SapLandscapeMonitorData SapLandscapeMonitorData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorProvisioningState? provisioningState = default, Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorPropertiesGrouping grouping = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorMetricThresholds> topMetricsThresholds = default);
static member SapLandscapeMonitorData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorProvisioningState> * Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorPropertiesGrouping * seq<Azure.ResourceManager.Workloads.Models.SapLandscapeMonitorMetricThresholds> -> Azure.ResourceManager.Workloads.SapLandscapeMonitorData
Public Shared Function SapLandscapeMonitorData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional provisioningState As Nullable(Of SapLandscapeMonitorProvisioningState) = Nothing, Optional grouping As SapLandscapeMonitorPropertiesGrouping = Nothing, Optional topMetricsThresholds As IEnumerable(Of SapLandscapeMonitorMetricThresholds) = Nothing) As SapLandscapeMonitorData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- provisioningState
- Nullable<SapLandscapeMonitorProvisioningState>
State of provisioning of the SAP monitor.
Gets or sets the SID groupings by landscape and Environment.
- topMetricsThresholds
- IEnumerable<SapLandscapeMonitorMetricThresholds>
Gets or sets the list Top Metric Thresholds for SAP Landscape Monitor Dashboard.
Returns
A new SapLandscapeMonitorData instance for mocking.