ArmFrontDoorModelFactory.FrontDoorTimeSeriesInfo Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
- tags
- IDictionary<String,String>
As marcas.
- location
- AzureLocation
O local.
- endpoint
- Uri
O ponto de extremidade associado ao ponto de dados timeseries.
- startOn
- Nullable<DateTimeOffset>
O DateTime inicial da Timeseries em UTC.
- endOn
- Nullable<DateTimeOffset>
O DateTime final da Timeseries em UTC.
- aggregationInterval
- Nullable<FrontDoorTimeSeriesInfoAggregationInterval>
O intervalo de agregação dos Timeseries.
- timeSeriesType
- Nullable<FrontDoorTimeSeriesType>
O tipo de Timeseries.
- country
- String
O país associado à Timeseries. Os valores são códigos ISO de país, conforme especificado aqui- https://www.iso.org/iso-3166-country-codes.html.
- timeSeriesData
- IEnumerable<FrontDoorTimeSeriesDataPoint>
O conjunto de pontos de dados para os intervalos de tempo.
Retornos
Uma nova FrontDoorTimeSeriesInfo instância para zombar.