ImportExistingDatabaseDefinition interface

包含執行現有資料庫匯入作業所需的資訊。

屬性

administratorLogin

系統管理員登入名稱。 如果 AuthenticationType 是 ManagedIdentity,此欄位應該指定受控識別的資源識別碼。

administratorLoginPassword

系統管理員登入密碼。 如果 AuthenticationType 是 ManagedIdentity,則不應該指定此字段。

authenticationType

為存取目標 SQL Server 而提供的認證類型:SQL、ADPassword 或 ManagedIdentity。

networkIsolation

選擇性的資源資訊,可啟用要求的網路隔離。

storageKey

儲存體帳戶的記憶體金鑰。 如果 StorageKeyType 是 ManagedIdentity,此欄位應該指定受控識別的資源標識符。

storageKeyType

儲存金鑰類型:StorageAccessKey、SharedAccessKey 或 ManagedIdentity。

storageUri

記憶體 URI。

屬性詳細資料

administratorLogin

系統管理員登入名稱。 如果 AuthenticationType 是 ManagedIdentity,此欄位應該指定受控識別的資源識別碼。

administratorLogin: string

屬性值

string

administratorLoginPassword

系統管理員登入密碼。 如果 AuthenticationType 是 ManagedIdentity,則不應該指定此字段。

administratorLoginPassword?: string

屬性值

string

authenticationType

為存取目標 SQL Server 而提供的認證類型:SQL、ADPassword 或 ManagedIdentity。

authenticationType?: string

屬性值

string

networkIsolation

選擇性的資源資訊,可啟用要求的網路隔離。

networkIsolation?: NetworkIsolationSettings

屬性值

storageKey

儲存體帳戶的記憶體金鑰。 如果 StorageKeyType 是 ManagedIdentity,此欄位應該指定受控識別的資源標識符。

storageKey: string

屬性值

string

storageKeyType

儲存金鑰類型:StorageAccessKey、SharedAccessKey 或 ManagedIdentity。

storageKeyType: string

屬性值

string

storageUri

記憶體 URI。

storageUri: string

屬性值

string