Interface BatchAICluster.DefinitionStages.WithAppInsightsKey
- All Known Subinterfaces:
BatchAICluster.Definition
- Enclosing interface:
- BatchAICluster.DefinitionStages
@Beta(V1_8_0)
public static interface BatchAICluster.DefinitionStages.WithAppInsightsKey
-
Method Summary
Modifier and TypeMethodDescriptionwithInstrumentationKey
(String instrumentationKey) withInstrumentationKeySecretReference
(String keyVaultId, String secretUrl) Specifies KeyVault Store and Secret which contains the value for the instrumentation key.
-
Method Details
-
withInstrumentationKey
- 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 VaultsecretUrl
- the URL referencing a secret in a Key Vault- Returns:
- the next stage of the definition
-