Sdílet prostřednictvím


AppInsightsReference Konstruktory

Definice

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