ExportRequest クラス

  • java.lang.Object
    • com.microsoft.azure.management.sql.ExportRequest

public class ExportRequest

データベース パラメーターをエクスポートします。

コンストラクターの概要

コンストラクター 説明
ExportRequest()

メソッドの概要

修飾子と型 メソッドと説明
java.lang.String administratorLogin()

SQL 管理者の名前を取得します。

java.lang.String administratorLoginPassword()

SQL 管理者のパスワードを取得します。

AuthenticationType authenticationType()

認証の種類を取得します。

java.lang.String storageKey()

使用するストレージ キーを取得します。

StorageKeyType storageKeyType()

使用するストレージ キーの種類を取得します。

java.lang.String storageUri()

使用するストレージ URI を取得します。

ExportRequest withAdministratorLogin(String administratorLogin)

SQL 管理者の名前を設定します。

ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)

SQL 管理者のパスワードを設定します。

ExportRequest withAuthenticationType(AuthenticationType authenticationType)

認証の種類を設定します。

ExportRequest withStorageKey(String storageKey)

使用するストレージ キーを設定します。

ExportRequest withStorageKeyType(StorageKeyType storageKeyType)

使用するストレージ キーの種類を設定します。

ExportRequest withStorageUri(String storageUri)

使用するストレージ URI を設定します。

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

ExportRequest

public ExportRequest()

メソッドの詳細

administratorLogin

public String administratorLogin()

SQL 管理者の名前を取得します。

Returns:

administratorLogin 値

administratorLoginPassword

public String administratorLoginPassword()

SQL 管理者のパスワードを取得します。

Returns:

administratorLoginPassword 値

authenticationType

public AuthenticationType authenticationType()

認証の種類を取得します。 指定できる値は、'SQL'、'ADPassword' です。

Returns:

authenticationType 値

storageKey

public String storageKey()

使用するストレージ キーを取得します。 ストレージ キーの種類が SharedAccessKey の場合は、その前に "?." を付ける必要があります。

Returns:

storageKey 値

storageKeyType

public StorageKeyType storageKeyType()

使用するストレージ キーの種類を取得します。 使用可能な値は、'StorageAccessKey'、'SharedAccessKey' です。

Returns:

storageKeyType 値

storageUri

public String storageUri()

使用するストレージ URI を取得します。

Returns:

storageUri 値

withAdministratorLogin

public ExportRequest withAdministratorLogin(String administratorLogin)

SQL 管理者の名前を設定します。

Parameters:

administratorLogin - 設定する administratorLogin 値

Returns:

ExportRequest オブジェクト自体。

withAdministratorLoginPassword

public ExportRequest withAdministratorLoginPassword(String administratorLoginPassword)

SQL 管理者のパスワードを設定します。

Parameters:

administratorLoginPassword - 設定する administratorLoginPassword 値

Returns:

ExportRequest オブジェクト自体。

withAuthenticationType

public ExportRequest withAuthenticationType(AuthenticationType authenticationType)

認証の種類を設定します。 指定できる値は、'SQL'、'ADPassword' です。

Parameters:

authenticationType - 設定する authenticationType 値

Returns:

ExportRequest オブジェクト自体。

withStorageKey

public ExportRequest withStorageKey(String storageKey)

使用するストレージ キーを設定します。 ストレージ キーの種類が SharedAccessKey の場合は、その前に "?." を付ける必要があります。

Parameters:

storageKey - 設定する storageKey 値

Returns:

ExportRequest オブジェクト自体。

withStorageKeyType

public ExportRequest withStorageKeyType(StorageKeyType storageKeyType)

使用するストレージ キーの種類を設定します。 使用可能な値は、'StorageAccessKey'、'SharedAccessKey' です。

Parameters:

storageKeyType - 設定する storageKeyType 値

Returns:

ExportRequest オブジェクト自体。

withStorageUri

public ExportRequest withStorageUri(String storageUri)

使用するストレージ URI を設定します。

Parameters:

storageUri - 設定する storageUri 値

Returns:

ExportRequest オブジェクト自体。

適用対象