AzureCloudOptions type

Specifieke opties voor AzureCloudInstance

  • azureCloudInstance - string enum die korte notatie biedt voor soverign- en openbare cloudautoriteiten
  • tenant - inrichten om de tenantgegevens op te geven
type AzureCloudOptions = {
  azureCloudInstance: AzureCloudInstance
  tenant?: string
}