Condividi tramite


AppInsightsReference Costruttori

Definizione

Overload

AppInsightsReference()

Inizializza una nuova istanza della classe AppInsightsReference.

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Inizializza una nuova istanza della classe AppInsightsReference.

AppInsightsReference()

Inizializza una nuova istanza della classe AppInsightsReference.

public AppInsightsReference ();
Public Sub New ()

Si applica a

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Inizializza una nuova istanza della classe 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)

Parametri

component
ResourceId

ID componente.

instrumentationKey
String

Chiave di strumentazione.

instrumentationKeySecretReference
KeyVaultSecretReference

Informazioni di riferimento sulla chiave di strumentazione KeyVault Secret.

Si applica a