AppInsightsReference Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AppInsightsReference() |
Inicjuje nowe wystąpienie klasy AppInsightsReference. |
AppInsightsReference(ResourceId, String, KeyVaultSecretReference) |
Inicjuje nowe wystąpienie klasy AppInsightsReference. |
AppInsightsReference()
Inicjuje nowe wystąpienie klasy AppInsightsReference.
public AppInsightsReference ();
Public Sub New ()
Dotyczy
AppInsightsReference(ResourceId, String, KeyVaultSecretReference)
Inicjuje nowe wystąpienie klasy AppInsightsReference.
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
Identyfikator składnika.
- instrumentationKey
- String
Klucz instrumentacji.
- instrumentationKeySecretReference
- KeyVaultSecretReference
Dokumentacja klucza instrumentacji KeyVault Secret.
Dotyczy
Azure SDK for .NET