편집

다음을 통해 공유


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
}