165 строки
16 KiB
YAML
165 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints"
|
|
name: "RoutingEndpoints"
|
|
nameWithType: "RoutingEndpoints"
|
|
summary: "The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **RoutingEndpoints**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.RoutingEndpoints()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.RoutingEndpoints()"
|
|
name: "RoutingEndpoints()"
|
|
nameWithType: "RoutingEndpoints.RoutingEndpoints()"
|
|
summary: "Creates an instance of Routing<wbr>Endpoints class."
|
|
syntax: "public RoutingEndpoints()"
|
|
desc: "Creates an instance of RoutingEndpoints class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.cosmosDBSqlContainers()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.cosmosDBSqlContainers()"
|
|
name: "cosmosDBSqlContainers()"
|
|
nameWithType: "RoutingEndpoints.cosmosDBSqlContainers()"
|
|
summary: "Get the cosmos<wbr>DBSql<wbr>Containers property: The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
syntax: "public List<RoutingCosmosDBSqlApiProperties> cosmosDBSqlContainers()"
|
|
desc: "Get the cosmosDBSqlContainers property: The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
returns:
|
|
description: "the cosmosDBSqlContainers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingCosmosDBSqlApiProperties?alt=com.azure.resourcemanager.iothub.models.RoutingCosmosDBSqlApiProperties&text=RoutingCosmosDBSqlApiProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.eventHubs()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.eventHubs()"
|
|
name: "eventHubs()"
|
|
nameWithType: "RoutingEndpoints.eventHubs()"
|
|
summary: "Get the event<wbr>Hubs property: The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules."
|
|
syntax: "public List<RoutingEventHubProperties> eventHubs()"
|
|
desc: "Get the eventHubs property: The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint."
|
|
returns:
|
|
description: "the eventHubs value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEventHubProperties?alt=com.azure.resourcemanager.iothub.models.RoutingEventHubProperties&text=RoutingEventHubProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.serviceBusQueues()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.serviceBusQueues()"
|
|
name: "serviceBusQueues()"
|
|
nameWithType: "RoutingEndpoints.serviceBusQueues()"
|
|
summary: "Get the service<wbr>Bus<wbr>Queues property: The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules."
|
|
syntax: "public List<RoutingServiceBusQueueEndpointProperties> serviceBusQueues()"
|
|
desc: "Get the serviceBusQueues property: The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules."
|
|
returns:
|
|
description: "the serviceBusQueues value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingServiceBusQueueEndpointProperties?alt=com.azure.resourcemanager.iothub.models.RoutingServiceBusQueueEndpointProperties&text=RoutingServiceBusQueueEndpointProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.serviceBusTopics()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.serviceBusTopics()"
|
|
name: "serviceBusTopics()"
|
|
nameWithType: "RoutingEndpoints.serviceBusTopics()"
|
|
summary: "Get the service<wbr>Bus<wbr>Topics property: The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules."
|
|
syntax: "public List<RoutingServiceBusTopicEndpointProperties> serviceBusTopics()"
|
|
desc: "Get the serviceBusTopics property: The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules."
|
|
returns:
|
|
description: "the serviceBusTopics value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingServiceBusTopicEndpointProperties?alt=com.azure.resourcemanager.iothub.models.RoutingServiceBusTopicEndpointProperties&text=RoutingServiceBusTopicEndpointProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.storageContainers()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.storageContainers()"
|
|
name: "storageContainers()"
|
|
nameWithType: "RoutingEndpoints.storageContainers()"
|
|
summary: "Get the storage<wbr>Containers property: The list of storage container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
syntax: "public List<RoutingStorageContainerProperties> storageContainers()"
|
|
desc: "Get the storageContainers property: The list of storage container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
returns:
|
|
description: "the storageContainers value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingStorageContainerProperties?alt=com.azure.resourcemanager.iothub.models.RoutingStorageContainerProperties&text=RoutingStorageContainerProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RoutingEndpoints.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withCosmosDBSqlContainers(java.util.List<com.azure.resourcemanager.iothub.models.RoutingCosmosDBSqlApiProperties>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withCosmosDBSqlContainers(List<RoutingCosmosDBSqlApiProperties> cosmosDBSqlContainers)"
|
|
name: "withCosmosDBSqlContainers(List<RoutingCosmosDBSqlApiProperties> cosmosDBSqlContainers)"
|
|
nameWithType: "RoutingEndpoints.withCosmosDBSqlContainers(List<RoutingCosmosDBSqlApiProperties> cosmosDBSqlContainers)"
|
|
summary: "Set the cosmos<wbr>DBSql<wbr>Containers property: The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
parameters:
|
|
- description: "the cosmosDBSqlContainers value to set."
|
|
name: "cosmosDBSqlContainers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingCosmosDBSqlApiProperties?alt=com.azure.resourcemanager.iothub.models.RoutingCosmosDBSqlApiProperties&text=RoutingCosmosDBSqlApiProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingEndpoints withCosmosDBSqlContainers(List<RoutingCosmosDBSqlApiProperties> cosmosDBSqlContainers)"
|
|
desc: "Set the cosmosDBSqlContainers property: The list of Cosmos DB container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
returns:
|
|
description: "the RoutingEndpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEndpoints?alt=com.azure.resourcemanager.iothub.models.RoutingEndpoints&text=RoutingEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withEventHubs(java.util.List<com.azure.resourcemanager.iothub.models.RoutingEventHubProperties>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withEventHubs(List<RoutingEventHubProperties> eventHubs)"
|
|
name: "withEventHubs(List<RoutingEventHubProperties> eventHubs)"
|
|
nameWithType: "RoutingEndpoints.withEventHubs(List<RoutingEventHubProperties> eventHubs)"
|
|
summary: "Set the event<wbr>Hubs property: The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules."
|
|
parameters:
|
|
- description: "the eventHubs value to set."
|
|
name: "eventHubs"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEventHubProperties?alt=com.azure.resourcemanager.iothub.models.RoutingEventHubProperties&text=RoutingEventHubProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingEndpoints withEventHubs(List<RoutingEventHubProperties> eventHubs)"
|
|
desc: "Set the eventHubs property: The list of Event Hubs endpoints that IoT hub routes messages to, based on the routing rules. This list does not include the built-in Event Hubs endpoint."
|
|
returns:
|
|
description: "the RoutingEndpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEndpoints?alt=com.azure.resourcemanager.iothub.models.RoutingEndpoints&text=RoutingEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withServiceBusQueues(java.util.List<com.azure.resourcemanager.iothub.models.RoutingServiceBusQueueEndpointProperties>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withServiceBusQueues(List<RoutingServiceBusQueueEndpointProperties> serviceBusQueues)"
|
|
name: "withServiceBusQueues(List<RoutingServiceBusQueueEndpointProperties> serviceBusQueues)"
|
|
nameWithType: "RoutingEndpoints.withServiceBusQueues(List<RoutingServiceBusQueueEndpointProperties> serviceBusQueues)"
|
|
summary: "Set the service<wbr>Bus<wbr>Queues property: The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules."
|
|
parameters:
|
|
- description: "the serviceBusQueues value to set."
|
|
name: "serviceBusQueues"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingServiceBusQueueEndpointProperties?alt=com.azure.resourcemanager.iothub.models.RoutingServiceBusQueueEndpointProperties&text=RoutingServiceBusQueueEndpointProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingEndpoints withServiceBusQueues(List<RoutingServiceBusQueueEndpointProperties> serviceBusQueues)"
|
|
desc: "Set the serviceBusQueues property: The list of Service Bus queue endpoints that IoT hub routes the messages to, based on the routing rules."
|
|
returns:
|
|
description: "the RoutingEndpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEndpoints?alt=com.azure.resourcemanager.iothub.models.RoutingEndpoints&text=RoutingEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withServiceBusTopics(java.util.List<com.azure.resourcemanager.iothub.models.RoutingServiceBusTopicEndpointProperties>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withServiceBusTopics(List<RoutingServiceBusTopicEndpointProperties> serviceBusTopics)"
|
|
name: "withServiceBusTopics(List<RoutingServiceBusTopicEndpointProperties> serviceBusTopics)"
|
|
nameWithType: "RoutingEndpoints.withServiceBusTopics(List<RoutingServiceBusTopicEndpointProperties> serviceBusTopics)"
|
|
summary: "Set the service<wbr>Bus<wbr>Topics property: The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules."
|
|
parameters:
|
|
- description: "the serviceBusTopics value to set."
|
|
name: "serviceBusTopics"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingServiceBusTopicEndpointProperties?alt=com.azure.resourcemanager.iothub.models.RoutingServiceBusTopicEndpointProperties&text=RoutingServiceBusTopicEndpointProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingEndpoints withServiceBusTopics(List<RoutingServiceBusTopicEndpointProperties> serviceBusTopics)"
|
|
desc: "Set the serviceBusTopics property: The list of Service Bus topic endpoints that the IoT hub routes the messages to, based on the routing rules."
|
|
returns:
|
|
description: "the RoutingEndpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEndpoints?alt=com.azure.resourcemanager.iothub.models.RoutingEndpoints&text=RoutingEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withStorageContainers(java.util.List<com.azure.resourcemanager.iothub.models.RoutingStorageContainerProperties>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.RoutingEndpoints.withStorageContainers(List<RoutingStorageContainerProperties> storageContainers)"
|
|
name: "withStorageContainers(List<RoutingStorageContainerProperties> storageContainers)"
|
|
nameWithType: "RoutingEndpoints.withStorageContainers(List<RoutingStorageContainerProperties> storageContainers)"
|
|
summary: "Set the storage<wbr>Containers property: The list of storage container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
parameters:
|
|
- description: "the storageContainers value to set."
|
|
name: "storageContainers"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.iothub.models.RoutingStorageContainerProperties?alt=com.azure.resourcemanager.iothub.models.RoutingStorageContainerProperties&text=RoutingStorageContainerProperties\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public RoutingEndpoints withStorageContainers(List<RoutingStorageContainerProperties> storageContainers)"
|
|
desc: "Set the storageContainers property: The list of storage container endpoints that IoT hub routes messages to, based on the routing rules."
|
|
returns:
|
|
description: "the RoutingEndpoints object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingEndpoints?alt=com.azure.resourcemanager.iothub.models.RoutingEndpoints&text=RoutingEndpoints\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|