次の方法で共有


BasicAuthentication コンストラクター

定義

オーバーロード

BasicAuthentication()

BasicAuthentication クラスの新しいインスタンスを初期化します。

BasicAuthentication(String)

必須の引数を使用して、BasicAuthentication クラスの新しいインスタンスを初期化します。

BasicAuthentication()

BasicAuthentication クラスの新しいインスタンスを初期化します。

public BasicAuthentication ();
Public Sub New ()

適用対象

BasicAuthentication(String)

必須の引数を使用して、BasicAuthentication クラスの新しいインスタンスを初期化します。

public BasicAuthentication (string username);
new Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication : string -> Microsoft.WindowsAzure.Scheduler.Models.BasicAuthentication
Public Sub New (username As String)

パラメーター

username
String

適用対象