JobServiceBusAuthentication Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET