Udostępnij za pośrednictwem


AppInsightsReference Konstruktory

Definicja

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