Uses of Record Class
io.camunda.zeebe.backup.azure.SasTokenConfig
-
Uses of SasTokenConfig in io.camunda.zeebe.backup.azure
Methods in io.camunda.zeebe.backup.azure that return SasTokenConfigModifier and TypeMethodDescriptionSasTokenConfig.Builder.build()AzureBackupConfig.sasTokenConfig()Returns the value of thesasTokenConfigrecord component.Methods in io.camunda.zeebe.backup.azure with parameters of type SasTokenConfigModifier and TypeMethodDescriptionAzureBackupConfig.Builder.withSasToken(SasTokenConfig sasToken) Constructors in io.camunda.zeebe.backup.azure with parameters of type SasTokenConfigModifierConstructorDescriptionAzureBackupConfig(String endpoint, String accountName, String accountKey, String connectionString, String containerName, boolean createContainer, SasTokenConfig sasTokenConfig) Creates an instance of aAzureBackupConfigrecord class.