Interface BatchAICluster.DefinitionStages.WithAppInsightsKey

All Known Subinterfaces:
BatchAICluster.Definition
Enclosing interface:
BatchAICluster.DefinitionStages

@Beta(V1_8_0) public static interface BatchAICluster.DefinitionStages.WithAppInsightsKey
  • Method Details

    • withInstrumentationKey

      BatchAICluster.DefinitionStages.WithCreate withInstrumentationKey(String instrumentationKey)
      Parameters:
      instrumentationKey - value of the Azure Application Insights instrumentation key
      Returns:
      the next stage of the definition
    • withInstrumentationKeySecretReference

      BatchAICluster.DefinitionStages.WithCreate withInstrumentationKeySecretReference(String keyVaultId, String secretUrl)
      Specifies KeyVault Store and Secret which contains the value for the instrumentation key.
      Parameters:
      keyVaultId - fully qualified resource Id for the Key Vault
      secretUrl - the URL referencing a secret in a Key Vault
      Returns:
      the next stage of the definition