azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

167 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination"
name: "WebHookEventSubscriptionDestination"
nameWithType: "WebHookEventSubscriptionDestination"
summary: "Information about the webhook destination for an event subscription."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **WebHookEventSubscriptionDestination**</br> extends <xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventSubscriptionDestination&text=EventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.WebHookEventSubscriptionDestination()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.WebHookEventSubscriptionDestination()"
name: "WebHookEventSubscriptionDestination()"
nameWithType: "WebHookEventSubscriptionDestination.WebHookEventSubscriptionDestination()"
syntax: "public WebHookEventSubscriptionDestination()"
methods:
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.azureActiveDirectoryApplicationIdOrUri()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.azureActiveDirectoryApplicationIdOrUri()"
name: "azureActiveDirectoryApplicationIdOrUri()"
nameWithType: "WebHookEventSubscriptionDestination.azureActiveDirectoryApplicationIdOrUri()"
summary: "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."
syntax: "public String azureActiveDirectoryApplicationIdOrUri()"
desc: "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:
description: "the azureActiveDirectoryApplicationIdOrUri value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.azureActiveDirectoryTenantId()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.azureActiveDirectoryTenantId()"
name: "azureActiveDirectoryTenantId()"
nameWithType: "WebHookEventSubscriptionDestination.azureActiveDirectoryTenantId()"
summary: "Get the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests."
syntax: "public String azureActiveDirectoryTenantId()"
desc: "Get the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests."
returns:
description: "the azureActiveDirectoryTenantId value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.endpointBaseUrl()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.endpointBaseUrl()"
name: "endpointBaseUrl()"
nameWithType: "WebHookEventSubscriptionDestination.endpointBaseUrl()"
summary: "Get the base URL that represents the endpoint of the destination of an event subscription."
syntax: "public String endpointBaseUrl()"
desc: "Get the base URL that represents the endpoint of the destination of an event subscription."
returns:
description: "the endpointBaseUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.endpointUrl()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.endpointUrl()"
name: "endpointUrl()"
nameWithType: "WebHookEventSubscriptionDestination.endpointUrl()"
summary: "Get the URL that represents the endpoint of the destination of an event subscription."
syntax: "public String endpointUrl()"
desc: "Get the URL that represents the endpoint of the destination of an event subscription."
returns:
description: "the endpointUrl value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.maxEventsPerBatch()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.maxEventsPerBatch()"
name: "maxEventsPerBatch()"
nameWithType: "WebHookEventSubscriptionDestination.maxEventsPerBatch()"
summary: "Get maximum number of events per batch."
syntax: "public Integer maxEventsPerBatch()"
desc: "Get maximum number of events per batch."
returns:
description: "the maxEventsPerBatch value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.preferredBatchSizeInKilobytes()"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.preferredBatchSizeInKilobytes()"
name: "preferredBatchSizeInKilobytes()"
nameWithType: "WebHookEventSubscriptionDestination.preferredBatchSizeInKilobytes()"
summary: "Get preferred batch size in Kilobytes."
syntax: "public Integer preferredBatchSizeInKilobytes()"
desc: "Get preferred batch size in Kilobytes."
returns:
description: "the preferredBatchSizeInKilobytes value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withAzureActiveDirectoryApplicationIdOrUri(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)"
name: "withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)"
nameWithType: "WebHookEventSubscriptionDestination.withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)"
summary: "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:
- description: "the azureActiveDirectoryApplicationIdOrUri value to set"
name: "azureActiveDirectoryApplicationIdOrUri"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebHookEventSubscriptionDestination withAzureActiveDirectoryApplicationIdOrUri(String azureActiveDirectoryApplicationIdOrUri)"
desc: "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."
returns:
description: "the WebHookEventSubscriptionDestination object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination&text=WebHookEventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withAzureActiveDirectoryTenantId(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)"
name: "withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)"
nameWithType: "WebHookEventSubscriptionDestination.withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)"
summary: "Set the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests."
parameters:
- description: "the azureActiveDirectoryTenantId value to set"
name: "azureActiveDirectoryTenantId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebHookEventSubscriptionDestination withAzureActiveDirectoryTenantId(String azureActiveDirectoryTenantId)"
desc: "Set the Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests."
returns:
description: "the WebHookEventSubscriptionDestination object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination&text=WebHookEventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withEndpointUrl(java.lang.String)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withEndpointUrl(String endpointUrl)"
name: "withEndpointUrl(String endpointUrl)"
nameWithType: "WebHookEventSubscriptionDestination.withEndpointUrl(String endpointUrl)"
summary: "Set the URL that represents the endpoint of the destination of an event subscription."
parameters:
- description: "the endpointUrl value to set"
name: "endpointUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebHookEventSubscriptionDestination withEndpointUrl(String endpointUrl)"
desc: "Set the URL that represents the endpoint of the destination of an event subscription."
returns:
description: "the WebHookEventSubscriptionDestination object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination&text=WebHookEventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withMaxEventsPerBatch(java.lang.Integer)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withMaxEventsPerBatch(Integer maxEventsPerBatch)"
name: "withMaxEventsPerBatch(Integer maxEventsPerBatch)"
nameWithType: "WebHookEventSubscriptionDestination.withMaxEventsPerBatch(Integer maxEventsPerBatch)"
summary: "Set maximum number of events per batch."
parameters:
- description: "the maxEventsPerBatch value to set"
name: "maxEventsPerBatch"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebHookEventSubscriptionDestination withMaxEventsPerBatch(Integer maxEventsPerBatch)"
desc: "Set maximum number of events per batch."
returns:
description: "the WebHookEventSubscriptionDestination object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination&text=WebHookEventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withPreferredBatchSizeInKilobytes(java.lang.Integer)"
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination.withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)"
name: "withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)"
nameWithType: "WebHookEventSubscriptionDestination.withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)"
summary: "Set preferred batch size in Kilobytes."
parameters:
- description: "the preferredBatchSizeInKilobytes value to set"
name: "preferredBatchSizeInKilobytes"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public WebHookEventSubscriptionDestination withPreferredBatchSizeInKilobytes(Integer preferredBatchSizeInKilobytes)"
desc: "Set preferred batch size in Kilobytes."
returns:
description: "the WebHookEventSubscriptionDestination object itself."
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.WebHookEventSubscriptionDestination&text=WebHookEventSubscriptionDestination\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Information about the webhook destination for an event subscription."
metadata: {}
package: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview"
artifact: com.microsoft.azure.eventgrid.v2020_04_01_preview:azure-mgmt-eventgrid:1.0.0-beta-3