AzureCloudOptions type

AzureCloudInstance 專屬選項

  • azureCloudInstance - string enum 提供主權及公共雲權威的簡短符號
  • 租戶 - 提供租戶資訊的條款
type AzureCloudOptions = {
  azureCloudInstance: AzureCloudInstance
  tenant?: string
}