Udostępnij za pośrednictwem


JobServiceBusAuthentication Constructors

Definition

Overloads

JobServiceBusAuthentication()

Initializes a new instance of the JobServiceBusAuthentication class.

JobServiceBusAuthentication(String, String, JobServiceBusAuthenticationType)

Initializes a new instance of the JobServiceBusAuthentication class with required arguments.

JobServiceBusAuthentication()

Initializes a new instance of the JobServiceBusAuthentication class.

public JobServiceBusAuthentication ();
Public Sub New ()

Applies to

JobServiceBusAuthentication(String, String, JobServiceBusAuthenticationType)

Initializes a new instance of the JobServiceBusAuthentication class with required arguments.

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)

Parameters

sasKeyName
String
sasKey
String

Applies to