SliSpatialAggregation Constructor
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 SliSpatialAggregation.
public SliSpatialAggregation(Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregationType type, System.Collections.Generic.IEnumerable<string> dimensions);
new Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregation : Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregationType * seq<string> -> Azure.ResourceManager.Monitor.Slis.Models.SliSpatialAggregation
Public Sub New (type As SliSpatialAggregationType, dimensions As IEnumerable(Of String))
Parameters
Type of spatial aggregation.
- dimensions
- IEnumerable<String>
Dimensions considered for spatial aggregation.
Exceptions
dimensions is null.