AzureManagedRedisResource
Handle
interface AzureManagedRedisResource extends IAzureResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParameters, IValueProvider, IValueWithReferences, IAzurePrivateEndpointTarget { readonly connectionStringExpression: ReferenceExpression; readonly hostName: ReferenceExpression; readonly id: BicepOutputReference; readonly nameOutputReference: BicepOutputReference; readonly password: ReferenceExpression; readonly port: ReferenceExpression; readonly uriExpression: ReferenceExpression; readonly useAccessKeyAuthentication: boolean; runAsContainer(configureContainer?: (obj: RedisResource) => Promise<void>): AzureManagedRedisResource; withAccessKeyAuthentication(keyVaultBuilder?: IAzureKeyVaultResource): AzureManagedRedisResource;}10 members
Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string template for the manifest for the Azure Managed Redis resource.
property
hostNameReferenceExpressiongetGets the host name for the Redis server.
property
idBicepOutputReferencegetGets the "id" output reference for the resource.
property
nameOutputReferenceBicepOutputReferencegetGets the "name" output reference for the resource.
property
passwordReferenceExpressiongetGets the password/access key for the Redis server.
property
portReferenceExpressiongetGets the port for the Redis server.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the Redis server.
property
useAccessKeyAuthenticationbooleangetGets a value indicating whether the resource uses access key authentication.
Methods
Configures an Azure Managed Redis resource to run locally in a container.
runAsContainer(configureContainer?: (obj: RedisResource) => Promise<void>): AzureManagedRedisResourceParameters
configureContainer(obj: RedisResource) => Promise<void>optionalReturns
AzureManagedRedisResourceConfigures Azure Managed Redis to use access key authentication
withAccessKeyAuthentication(keyVaultBuilder?: IAzureKeyVaultResource): AzureManagedRedisResourceParameters
keyVaultBuilderIAzureKeyVaultResourceoptionalReturns
AzureManagedRedisResource