JobServiceBusAuthentication Class
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.
Specifies the service bus authentication.
public class JobServiceBusAuthentication
type JobServiceBusAuthentication = class
Public Class JobServiceBusAuthentication
- Inheritance
-
JobServiceBusAuthentication
Constructors
JobServiceBusAuthentication() |
Initializes a new instance of the JobServiceBusAuthentication class. |
JobServiceBusAuthentication(String, String, JobServiceBusAuthenticationType) |
Initializes a new instance of the JobServiceBusAuthentication class with required arguments. |
Properties
SasKey |
Required. Gets or sets the service bus SAS key. |
SasKeyName |
Required. Gets or sets the service bus SAS key name. |
Type |
Required. Gets or sets the service bus authentication type. |