WebHookEventSubscriptionDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventSubscriptionDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. WebHookEventSubscriptionDestination
- com.
- com.
public class WebHookEventSubscriptionDestination
extends EventSubscriptionDestination
Information about the webhook destination for an event subscription.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| WebHookEventSubscriptionDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
azureActiveDirectoryApplicationIdOrUri()
Get the Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
| java.lang.String |
azureActiveDirectoryTenantId()
Get the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
| java.lang.String |
endpointBaseUrl()
Get the base URL that represents the endpoint of the destination of an event subscription. |
| java.lang.String |
endpointUrl()
Get the URL that represents the endpoint of the destination of an event subscription. |
| java.lang.Integer |
maxEventsPerBatch()
Get maximum number of events per batch. |
| java.lang.Integer |
preferredBatchSizeInKilobytes()
Get preferred batch size in Kilobytes. |
|
Web |
withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)
Set the Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests. |
|
Web |
withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)
Set the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests. |
|
Web |
withEndpointUrl(String endpointUrl)
Set the URL that represents the endpoint of the destination of an event subscription. |
|
Web |
withMaxEventsPerBatch(Integer maxEventsPerBatch)
Set maximum number of events per batch. |
|
Web |
withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)
Set preferred batch size in Kilobytes. |
Methods inherited from java.lang.Object
Constructor Details
WebHookEventSubscriptionDestination
public WebHookEventSubscriptionDestination()
Method Details
azureActiveDirectoryApplicationIdOrUri
public String azureActiveDirectoryApplicationIdOrUri()
Get the Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Returns:
azureActiveDirectoryTenantId
public String azureActiveDirectoryTenantId()
Get the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Returns:
endpointBaseUrl
public String endpointBaseUrl()
Get the base URL that represents the endpoint of the destination of an event subscription.
Returns:
endpointUrl
public String endpointUrl()
Get the URL that represents the endpoint of the destination of an event subscription.
Returns:
maxEventsPerBatch
public Integer maxEventsPerBatch()
Get maximum number of events per batch.
Returns:
preferredBatchSizeInKilobytes
public Integer preferredBatchSizeInKilobytes()
Get preferred batch size in Kilobytes.
Returns:
withAzureActiveDirectoryApplicationIdOrUri
public WebHookEventSubscriptionDestination withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)
Set the Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
Parameters:
Returns:
withAzureActiveDirectoryTenantId
public WebHookEventSubscriptionDestination withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)
Set the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
Parameters:
Returns:
withEndpointUrl
public WebHookEventSubscriptionDestination withEndpointUrl(String endpointUrl)
Set the URL that represents the endpoint of the destination of an event subscription.
Parameters:
Returns:
withMaxEventsPerBatch
public WebHookEventSubscriptionDestination withMaxEventsPerBatch(Integer maxEventsPerBatch)
Set maximum number of events per batch.
Parameters:
Returns:
withPreferredBatchSizeInKilobytes
public WebHookEventSubscriptionDestination withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)
Set preferred batch size in Kilobytes.
Parameters:
Returns: