AzureFunctionEventSubscriptionDestination Class
- java.
lang. Object - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. EventSubscriptionDestination - com.
microsoft. azure. management. eventgrid. v2020_04_01_preview. AzureFunctionEventSubscriptionDestination
- com.
- com.
public class AzureFunctionEventSubscriptionDestination
extends EventSubscriptionDestination
Information about the azure function destination for an event subscription.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AzureFunctionEventSubscriptionDestination() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
maxEventsPerBatch()
Get maximum number of events per batch. |
| java.lang.Integer |
preferredBatchSizeInKilobytes()
Get preferred batch size in Kilobytes. |
| java.lang.String |
resourceId()
Get the Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. |
|
Azure |
withMaxEventsPerBatch(Integer maxEventsPerBatch)
Set maximum number of events per batch. |
|
Azure |
withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)
Set preferred batch size in Kilobytes. |
|
Azure |
withResourceId(String resourceId)
Set the Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. |
Methods inherited from java.lang.Object
Constructor Details
AzureFunctionEventSubscriptionDestination
public AzureFunctionEventSubscriptionDestination()
Method Details
maxEventsPerBatch
public Integer maxEventsPerBatch()
Get maximum number of events per batch.
Returns:
preferredBatchSizeInKilobytes
public Integer preferredBatchSizeInKilobytes()
Get preferred batch size in Kilobytes.
Returns:
resourceId
public String resourceId()
Get the Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
Returns:
withMaxEventsPerBatch
public AzureFunctionEventSubscriptionDestination withMaxEventsPerBatch(Integer maxEventsPerBatch)
Set maximum number of events per batch.
Parameters:
Returns:
withPreferredBatchSizeInKilobytes
public AzureFunctionEventSubscriptionDestination withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)
Set preferred batch size in Kilobytes.
Parameters:
Returns:
withResourceId
public AzureFunctionEventSubscriptionDestination withResourceId(String resourceId)
Set the Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
Parameters:
Returns: