次の方法で共有


IWithDatabasePassword.WithDatabasePassword(String) メソッド

定義

データベース ログイン パスワードを設定します。

public Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IUpdate WithDatabasePassword(string password);
abstract member WithDatabasePassword : string -> Microsoft.Azure.Management.Sql.Fluent.SqlSyncGroup.Update.IUpdate
Public Function WithDatabasePassword (password As String) As IUpdate

パラメーター

password
String

データベース ログイン パスワード。

戻り値

適用対象