117 строки
7.8 KiB
YAML
117 строки
7.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties"
|
|
name: "EnrichmentProperties"
|
|
nameWithType: "EnrichmentProperties"
|
|
summary: "The properties of an enrichment that your IoT hub applies to messages delivered to endpoints."
|
|
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 **EnrichmentProperties**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.EnrichmentProperties()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.EnrichmentProperties()"
|
|
name: "EnrichmentProperties()"
|
|
nameWithType: "EnrichmentProperties.EnrichmentProperties()"
|
|
summary: "Creates an instance of Enrichment<wbr>Properties class."
|
|
syntax: "public EnrichmentProperties()"
|
|
desc: "Creates an instance of EnrichmentProperties class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.endpointNames()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.endpointNames()"
|
|
name: "endpointNames()"
|
|
nameWithType: "EnrichmentProperties.endpointNames()"
|
|
summary: "Get the endpoint<wbr>Names property: The list of endpoints for which the enrichment is applied to the message."
|
|
syntax: "public List<String> endpointNames()"
|
|
desc: "Get the endpointNames property: The list of endpoints for which the enrichment is applied to the message."
|
|
returns:
|
|
description: "the endpointNames value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.key()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.key()"
|
|
name: "key()"
|
|
nameWithType: "EnrichmentProperties.key()"
|
|
summary: "Get the key property: The key or name for the enrichment property."
|
|
syntax: "public String key()"
|
|
desc: "Get the key property: The key or name for the enrichment property."
|
|
returns:
|
|
description: "the key value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.validate()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EnrichmentProperties.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.value()"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.value()"
|
|
name: "value()"
|
|
nameWithType: "EnrichmentProperties.value()"
|
|
summary: "Get the value property: The value for the enrichment property."
|
|
syntax: "public String value()"
|
|
desc: "Get the value property: The value for the enrichment property."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withEndpointNames(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withEndpointNames(List<String> endpointNames)"
|
|
name: "withEndpointNames(List<String> endpointNames)"
|
|
nameWithType: "EnrichmentProperties.withEndpointNames(List<String> endpointNames)"
|
|
summary: "Set the endpoint<wbr>Names property: The list of endpoints for which the enrichment is applied to the message."
|
|
parameters:
|
|
- description: "the endpointNames value to set."
|
|
name: "endpointNames"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public EnrichmentProperties withEndpointNames(List<String> endpointNames)"
|
|
desc: "Set the endpointNames property: The list of endpoints for which the enrichment is applied to the message."
|
|
returns:
|
|
description: "the EnrichmentProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.EnrichmentProperties?alt=com.azure.resourcemanager.iothub.models.EnrichmentProperties&text=EnrichmentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withKey(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withKey(String key)"
|
|
name: "withKey(String key)"
|
|
nameWithType: "EnrichmentProperties.withKey(String key)"
|
|
summary: "Set the key property: The key or name for the enrichment property."
|
|
parameters:
|
|
- description: "the key value to set."
|
|
name: "key"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnrichmentProperties withKey(String key)"
|
|
desc: "Set the key property: The key or name for the enrichment property."
|
|
returns:
|
|
description: "the EnrichmentProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.EnrichmentProperties?alt=com.azure.resourcemanager.iothub.models.EnrichmentProperties&text=EnrichmentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withValue(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.iothub.models.EnrichmentProperties.withValue(String value)"
|
|
name: "withValue(String value)"
|
|
nameWithType: "EnrichmentProperties.withValue(String value)"
|
|
summary: "Set the value property: The value for the enrichment property."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EnrichmentProperties withValue(String value)"
|
|
desc: "Set the value property: The value for the enrichment property."
|
|
returns:
|
|
description: "the EnrichmentProperties object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.iothub.models.EnrichmentProperties?alt=com.azure.resourcemanager.iothub.models.EnrichmentProperties&text=EnrichmentProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The properties of an enrichment that your IoT hub applies to messages delivered to endpoints."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.iothub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-iothub:1.2.0
|