Package version:

Interface AzureStackHCIClientOptionalParams

Optional parameters for the client.

interface AzureStackHCIClientOptionalParams {
    apiVersion?: string;
    cloudSetting?: "AZURE_PUBLIC_CLOUD" | "AZURE_CHINA_CLOUD" | "AZURE_US_GOVERNMENT";
}

Hierarchy

  • unknown
    • AzureStackHCIClientOptionalParams

Properties

apiVersion?: string

Known values of KnownVersions that the service accepts.

cloudSetting?: "AZURE_PUBLIC_CLOUD" | "AZURE_CHINA_CLOUD" | "AZURE_US_GOVERNMENT"

Specifies the Azure cloud environment for the client.