AzureCloudOptions type
Opzioni specifiche di AzureCloudInstance
- azureCloudInstance : enumerazione stringa che fornisce una notazione breve per le autorità cloud pubbliche e soverign
- tenant: provisioning per fornire le informazioni sul tenant
type AzureCloudOptions = {
azureCloudInstance: AzureCloudInstance
tenant?: string
}