Compartilhar via


AppInsightsReference Construtores

Definição

Sobrecargas

AppInsightsReference()

Inicializa uma nova instância da classe AppInsightsReference.

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Inicializa uma nova instância da classe AppInsightsReference.

AppInsightsReference()

Inicializa uma nova instância da classe AppInsightsReference.

public AppInsightsReference ();
Public Sub New ()

Aplica-se a

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

Inicializa uma nova instância da 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)

Parâmetros

component
ResourceId

ID do componente.

instrumentationKey
String

Chave de instrumentação.

instrumentationKeySecretReference
KeyVaultSecretReference

Referência do Segredo do KeyVault da chave de instrumentação.

Aplica-se a