@Beta(value=V1_8_0)
public static interface BatchAICluster.DefinitionStages.WithAppInsightsKey
Modifier and Type | Method and Description |
---|---|
BatchAICluster.DefinitionStages.WithCreate |
withInstrumentationKey(String instrumentationKey) |
BatchAICluster.DefinitionStages.WithCreate |
withInstrumentationKeySecretReference(String keyVaultId,
String secretUrl)
Specifies KeyVault Store and Secret which contains the value for the instrumentation key.
|
BatchAICluster.DefinitionStages.WithCreate withInstrumentationKey(String instrumentationKey)
instrumentationKey
- value of the Azure Application Insights instrumentation keyBatchAICluster.DefinitionStages.WithCreate withInstrumentationKeySecretReference(String keyVaultId, String secretUrl)
keyVaultId
- fully qualified resource Id for the Key VaultsecretUrl
- the URL referencing a secret in a Key VaultCopyright © 2019. All rights reserved.