ArmFrontDoorModelFactory.FrontDoorTimeSeriesInfo 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 FrontDoorTimeSeriesInfo.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo FrontDoorTimeSeriesInfo (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Uri endpoint = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfoAggregationInterval? aggregationInterval = default, Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType? timeSeriesType = default, string country = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesDataPoint> timeSeriesData = default);
static member FrontDoorTimeSeriesInfo : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Uri * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfoAggregationInterval> * Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesType> * string * seq<Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesDataPoint> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorTimeSeriesInfo
Public Shared Function FrontDoorTimeSeriesInfo (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional endpoint As Uri = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional aggregationInterval As Nullable(Of FrontDoorTimeSeriesInfoAggregationInterval) = Nothing, Optional timeSeriesType As Nullable(Of FrontDoorTimeSeriesType) = Nothing, Optional country As String = Nothing, Optional timeSeriesData As IEnumerable(Of FrontDoorTimeSeriesDataPoint) = Nothing) As FrontDoorTimeSeriesInfo
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- endpoint
- Uri
The endpoint associated with the Timeseries data point.
- startOn
- Nullable<DateTimeOffset>
The start DateTime of the Timeseries in UTC.
- endOn
- Nullable<DateTimeOffset>
The end DateTime of the Timeseries in UTC.
- aggregationInterval
- Nullable<FrontDoorTimeSeriesInfoAggregationInterval>
The aggregation interval of the Timeseries.
- timeSeriesType
- Nullable<FrontDoorTimeSeriesType>
The type of Timeseries.
- country
- String
The country associated with the Timeseries. Values are country ISO codes as specified here- https://www.iso.org/iso-3166-country-codes.html.
- timeSeriesData
- IEnumerable<FrontDoorTimeSeriesDataPoint>
The set of data points for the timeseries.
Returns
A new FrontDoorTimeSeriesInfo instance for mocking.
Applies to
Azure SDK for .NET