ArmApplicationInsightsModelFactory.ApplicationInsightsComponentFeature 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 ApplicationInsightsComponentFeature.
public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature ApplicationInsightsComponentFeature (string featureName = default, string meterId = default, string meterRateFrequency = default, string resourceId = default, bool? isHidden = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> capabilities = default, string title = default, bool? isMainFeature = default, string supportedAddonFeatures = default);
static member ApplicationInsightsComponentFeature : string * string * string * string * Nullable<bool> * seq<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeatureCapability> * string * Nullable<bool> * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentFeature
Public Shared Function ApplicationInsightsComponentFeature (Optional featureName As String = Nothing, Optional meterId As String = Nothing, Optional meterRateFrequency As String = Nothing, Optional resourceId As String = Nothing, Optional isHidden As Nullable(Of Boolean) = Nothing, Optional capabilities As IEnumerable(Of ApplicationInsightsComponentFeatureCapability) = Nothing, Optional title As String = Nothing, Optional isMainFeature As Nullable(Of Boolean) = Nothing, Optional supportedAddonFeatures As String = Nothing) As ApplicationInsightsComponentFeature
Parâmetros
- featureName
- String
O nome do recurso de preços.
- meterId
- String
A ID do medidor usada para o recurso.
- meterRateFrequency
- String
A taxa de medidor para o medidor do recurso.
- resourceId
- String
Reservado, não usado agora.
- capabilities
- IEnumerable<ApplicationInsightsComponentFeatureCapability>
Uma lista da funcionalidade de recurso de componente do Application Insights.
- title
- String
Nome de exibição do recurso.
- supportedAddonFeatures
- String
O recurso adicionar recursos no main.
Retornos
Uma nova ApplicationInsightsComponentFeature instância para zombar.
Aplica-se a
Azure SDK for .NET