AzureCloudOptions type

AzureCloudInstance 固有のオプション

  • azureCloudInstance - soverign およびパブリック クラウド機関に短い表記を提供する文字列列挙型
  • tenant - テナント情報を提供するためのプロビジョニング
type AzureCloudOptions = {
  azureCloudInstance: AzureCloudInstance
  tenant?: string
}