Share via


AppInsightsReference Constructors

Definition

Overloads

AppInsightsReference()

Initializes a new instance of the AppInsightsReference class.

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Initializes a new instance of the AppInsightsReference class.

AppInsightsReference()

Initializes a new instance of the AppInsightsReference class.

public AppInsightsReference ();
Public Sub New ()

Applies to

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Initializes a new instance of the AppInsightsReference class.

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)

Parameters

component
ResourceId

Component ID.

instrumentationKey
String

Instrumentation Key.

instrumentationKeySecretReference
KeyVaultSecretReference

Instrumentation key KeyVault Secret reference.

Applies to