108 строки
8.7 KiB
YAML
108 строки
8.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination"
|
|
name: "EventChannelDestination"
|
|
nameWithType: "EventChannelDestination"
|
|
summary: "Properties of the destination of an event channel."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?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 **EventChannelDestination**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.EventChannelDestination()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.EventChannelDestination()"
|
|
name: "EventChannelDestination()"
|
|
nameWithType: "EventChannelDestination.EventChannelDestination()"
|
|
syntax: "public EventChannelDestination()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.azureSubscriptionId()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.azureSubscriptionId()"
|
|
name: "azureSubscriptionId()"
|
|
nameWithType: "EventChannelDestination.azureSubscriptionId()"
|
|
summary: "Get azure subscription ID of the customer creating the event channel."
|
|
syntax: "public String azureSubscriptionId()"
|
|
desc: "Get azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription."
|
|
returns:
|
|
description: "the azureSubscriptionId 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.EventChannelDestination.partnerTopicName()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.partnerTopicName()"
|
|
name: "partnerTopicName()"
|
|
nameWithType: "EventChannelDestination.partnerTopicName()"
|
|
summary: "Get name of the partner topic associated with the event channel."
|
|
syntax: "public String partnerTopicName()"
|
|
desc: "Get name of the partner topic associated with the event channel."
|
|
returns:
|
|
description: "the partnerTopicName 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.EventChannelDestination.resourceGroup()"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.resourceGroup()"
|
|
name: "resourceGroup()"
|
|
nameWithType: "EventChannelDestination.resourceGroup()"
|
|
summary: "Get azure Resource Group of the customer creating the event channel."
|
|
syntax: "public String resourceGroup()"
|
|
desc: "Get azure Resource Group of the customer creating the event channel. The partner topic associated with the event channel will be created under this resource group."
|
|
returns:
|
|
description: "the resourceGroup 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.EventChannelDestination.withAzureSubscriptionId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.withAzureSubscriptionId(String azureSubscriptionId)"
|
|
name: "withAzureSubscriptionId(String azureSubscriptionId)"
|
|
nameWithType: "EventChannelDestination.withAzureSubscriptionId(String azureSubscriptionId)"
|
|
summary: "Set azure subscription ID of the customer creating the event channel."
|
|
parameters:
|
|
- description: "the azureSubscriptionId value to set"
|
|
name: "azureSubscriptionId"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventChannelDestination withAzureSubscriptionId(String azureSubscriptionId)"
|
|
desc: "Set azure subscription ID of the customer creating the event channel. The partner topic associated with the event channel will be created under this Azure subscription."
|
|
returns:
|
|
description: "the EventChannelDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination&text=EventChannelDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.withPartnerTopicName(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.withPartnerTopicName(String partnerTopicName)"
|
|
name: "withPartnerTopicName(String partnerTopicName)"
|
|
nameWithType: "EventChannelDestination.withPartnerTopicName(String partnerTopicName)"
|
|
summary: "Set name of the partner topic associated with the event channel."
|
|
parameters:
|
|
- description: "the partnerTopicName value to set"
|
|
name: "partnerTopicName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventChannelDestination withPartnerTopicName(String partnerTopicName)"
|
|
desc: "Set name of the partner topic associated with the event channel."
|
|
returns:
|
|
description: "the EventChannelDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination&text=EventChannelDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.withResourceGroup(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination.withResourceGroup(String resourceGroup)"
|
|
name: "withResourceGroup(String resourceGroup)"
|
|
nameWithType: "EventChannelDestination.withResourceGroup(String resourceGroup)"
|
|
summary: "Set azure Resource Group of the customer creating the event channel."
|
|
parameters:
|
|
- description: "the resourceGroup value to set"
|
|
name: "resourceGroup"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public EventChannelDestination withResourceGroup(String resourceGroup)"
|
|
desc: "Set azure Resource Group of the customer creating the event channel. The partner topic associated with the event channel will be created under this resource group."
|
|
returns:
|
|
description: "the EventChannelDestination object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination?alt=com.microsoft.azure.management.eventgrid.v2020_04_01_preview.EventChannelDestination&text=EventChannelDestination\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of the destination of an event channel."
|
|
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
|