AppInsightsReference Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AppInsightsReference() |
Inicializuje novou instanci AppInsightsReference třídy. |
AppInsightsReference(ResourceId, String, KeyVaultSecretReference) |
Inicializuje novou instanci AppInsightsReference třídy. |
AppInsightsReference()
Inicializuje novou instanci AppInsightsReference třídy.
public AppInsightsReference ();
Public Sub New ()
Platí pro
AppInsightsReference(ResourceId, String, KeyVaultSecretReference)
Inicializuje novou instanci AppInsightsReference třídy.
public AppInsightsReference (Microsoft.Azure.Management.BatchAI.Models.ResourceId component, string instrumentationKey = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference instrumentationKeySecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference : Microsoft.Azure.Management.BatchAI.Models.ResourceId * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference
Public Sub New (component As ResourceId, Optional instrumentationKey As String = Nothing, Optional instrumentationKeySecretReference As KeyVaultSecretReference = Nothing)
Parametry
- component
- ResourceId
ID komponenty.
- instrumentationKey
- String
Instrumentační klíč.
- instrumentationKeySecretReference
- KeyVaultSecretReference
Referenční informace ke klíči instrumentace KeyVault Secret
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET