AzureCloudOptions type

AzureCloudInstance 特定选项

  • azureCloudInstance - 字符串枚举为 soverign 和公有云颁发机构提供短表示法
  • tenant - 预配以提供租户信息
type AzureCloudOptions = {
  azureCloudInstance: AzureCloudInstance
  tenant?: string
}