Freigeben über


AppInsightsReference Konstruktoren

Definition

Überlädt

AppInsightsReference()

Initialisiert eine neue instance der AppInsightsReference-Klasse.

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Initialisiert eine neue instance der AppInsightsReference-Klasse.

AppInsightsReference()

Initialisiert eine neue instance der AppInsightsReference-Klasse.

public AppInsightsReference ();
Public Sub New ()

Gilt für:

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Initialisiert eine neue instance der AppInsightsReference-Klasse.

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)

Parameter

component
ResourceId

Komponenten-ID.

instrumentationKey
String

Instrumentierungsschlüssel.

instrumentationKeySecretReference
KeyVaultSecretReference

KeyVault Secret-Referenz für den Instrumentierungsschlüssel.

Gilt für: