次の方法で共有


JobServiceBusAuthentication コンストラクター

定義

オーバーロード

JobServiceBusAuthentication()

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

JobServiceBusAuthentication(String, String, JobServiceBusAuthenticationType)

JobServiceBusAuthentication クラスの新しいインスタンスを必須の引数で初期化します。

JobServiceBusAuthentication()

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

public JobServiceBusAuthentication ();
Public Sub New ()

適用対象

JobServiceBusAuthentication(String, String, JobServiceBusAuthenticationType)

JobServiceBusAuthentication クラスの新しいインスタンスを必須の引数で初期化します。

public JobServiceBusAuthentication (string sasKeyName, string sasKey, Microsoft.WindowsAzure.Scheduler.Models.JobServiceBusAuthenticationType type);
new Microsoft.WindowsAzure.Scheduler.Models.JobServiceBusAuthentication : string * string * Microsoft.WindowsAzure.Scheduler.Models.JobServiceBusAuthenticationType -> Microsoft.WindowsAzure.Scheduler.Models.JobServiceBusAuthentication
Public Sub New (sasKeyName As String, sasKey As String, type As JobServiceBusAuthenticationType)

パラメーター

sasKeyName
String
sasKey
String

適用対象