azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.i...

93 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iothub.models.RoutingTwin"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin"
name: "RoutingTwin"
nameWithType: "RoutingTwin"
summary: "Twin reference input parameter."
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 **RoutingTwin**"
constructors:
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.RoutingTwin()"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.RoutingTwin()"
name: "RoutingTwin()"
nameWithType: "RoutingTwin.RoutingTwin()"
summary: "Creates an instance of Routing<wbr>Twin class."
syntax: "public RoutingTwin()"
desc: "Creates an instance of RoutingTwin class."
methods:
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.properties()"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.properties()"
name: "properties()"
nameWithType: "RoutingTwin.properties()"
summary: "Get the properties property: The properties property."
syntax: "public RoutingTwinProperties properties()"
desc: "Get the properties property: The properties property."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwinProperties?alt=com.azure.resourcemanager.iothub.models.RoutingTwinProperties&text=RoutingTwinProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.tags()"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.tags()"
name: "tags()"
nameWithType: "RoutingTwin.tags()"
summary: "Get the tags property: Twin Tags."
syntax: "public Object tags()"
desc: "Get the tags property: Twin Tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.validate()"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.validate()"
name: "validate()"
nameWithType: "RoutingTwin.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.withProperties(com.azure.resourcemanager.iothub.models.RoutingTwinProperties)"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.withProperties(RoutingTwinProperties properties)"
name: "withProperties(RoutingTwinProperties properties)"
nameWithType: "RoutingTwin.withProperties(RoutingTwinProperties properties)"
summary: "Set the properties property: The properties property."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwinProperties?alt=com.azure.resourcemanager.iothub.models.RoutingTwinProperties&text=RoutingTwinProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RoutingTwin withProperties(RoutingTwinProperties properties)"
desc: "Set the properties property: The properties property."
returns:
description: "the RoutingTwin object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwin?alt=com.azure.resourcemanager.iothub.models.RoutingTwin&text=RoutingTwin\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iothub.models.RoutingTwin.withTags(java.lang.Object)"
fullName: "com.azure.resourcemanager.iothub.models.RoutingTwin.withTags(Object tags)"
name: "withTags(Object tags)"
nameWithType: "RoutingTwin.withTags(Object tags)"
summary: "Set the tags property: Twin Tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public RoutingTwin withTags(Object tags)"
desc: "Set the tags property: Twin Tags."
returns:
description: "the RoutingTwin object itself."
type: "<xref href=\"com.azure.resourcemanager.iothub.models.RoutingTwin?alt=com.azure.resourcemanager.iothub.models.RoutingTwin&text=RoutingTwin\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Twin reference input parameter. This is an optional parameter."
metadata: {}
package: "com.azure.resourcemanager.iothub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0