Type alias AzureCloudOptions

AzureCloudOptions: {
    azureCloudInstance: AzureCloudInstance;
    tenant?: string;
}

AzureCloudInstance specific options

  • azureCloudInstance - string enum providing short notation for soverign and public cloud authorities
  • tenant - provision to provide the tenant info

Type declaration

Generated using TypeDoc