Edit

Share via


AzureCloudOptions type

AzureCloudInstance specific options

  • azureCloudInstance - string enum providing short notation for soverign and public cloud authorities
  • tenant - provision to provide the tenant info
type AzureCloudOptions = {
  azureCloudInstance: AzureCloudInstance
  tenant?: string
}