WebJobsTokenIssuanceStartRequest 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.
A representation of the onTokenIssuanceStart event request for preview_10_01_2021.
Relates the EventResponse-WebJobsTokenIssuanceStartResponse(preview_10_01_2021) and EventData-WebJobsTokenIssuanceStartData(preview_10_01_2021).
[System.Serializable]
public class WebJobsTokenIssuanceStartRequest : Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.WebJobsAuthenticationEventsCloudEventRequest<Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsTokenIssuanceStartResponse,Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.WebJobsTokenIssuanceStartData>
[<System.Serializable>]
type WebJobsTokenIssuanceStartRequest = class
inherit WebJobsAuthenticationEventsCloudEventRequest<WebJobsTokenIssuanceStartResponse, WebJobsTokenIssuanceStartData>
Public Class WebJobsTokenIssuanceStartRequest
Inherits WebJobsAuthenticationEventsCloudEventRequest(Of WebJobsTokenIssuanceStartResponse, WebJobsTokenIssuanceStartData)
- Inheritance
- Attributes
Constructors
WebJobsTokenIssuanceStartRequest(HttpRequestMessage) |
Initializes a new instance of the WebJobsTokenIssuanceStartRequest class. |
Properties
Data |
Gets or sets the related EventData model. (Inherited from WebJobsAuthenticationEventRequest<TResponse,TData>) |
ODataType |
Gets or sets the cloud event data type. (Inherited from WebJobsAuthenticationEventsCloudEventRequest<TResponse,TData>) |
QueryParameters |
Gets the query parameters passed from the http request message. (Inherited from WebJobsAuthenticationEventRequestBase) |
RequestStatus |
Gets or sets the request status. (Inherited from WebJobsAuthenticationEventRequestBase) |
Response |
Gets or sets the related EventResponse object. (Inherited from WebJobsAuthenticationEventRequest<TResponse,TData>) |
Source |
Gets or sets the source. (Inherited from WebJobsAuthenticationEventsCloudEventRequest<TResponse,TData>) |
StatusMessage |
Gets or sets the status message. (Inherited from WebJobsAuthenticationEventRequestBase) |
TokenClaims |
Gets or sets the token claims. |
Type |
Gets or sets the type. (Inherited from WebJobsAuthenticationEventRequestBase) |
Methods
Completed() |
Validates the response and creates the IActionResult with the json payload based on the status of the request. (Inherited from WebJobsAuthenticationEventRequest<TResponse,TData>) |
Failed(Exception) |
Sets the response statuscode, reason phrase and body when we want to return failed. (Inherited from WebJobsAuthenticationEventRequest<TResponse,TData>) |
ToString() |
Converts to string. (Inherited from WebJobsAuthenticationEventRequestBase) |
Applies to
Azure SDK for .NET