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

67 строки
4.4 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventgrid.models.JsonField"
fullName: "com.azure.resourcemanager.eventgrid.models.JsonField"
name: "JsonField"
nameWithType: "JsonField"
summary: "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema."
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 **JsonField**"
constructors:
- uid: "com.azure.resourcemanager.eventgrid.models.JsonField.JsonField()"
fullName: "com.azure.resourcemanager.eventgrid.models.JsonField.JsonField()"
name: "JsonField()"
nameWithType: "JsonField.JsonField()"
syntax: "public JsonField()"
methods:
- uid: "com.azure.resourcemanager.eventgrid.models.JsonField.sourceField()"
fullName: "com.azure.resourcemanager.eventgrid.models.JsonField.sourceField()"
name: "sourceField()"
nameWithType: "JsonField.sourceField()"
summary: "Get the source<wbr>Field property: Name of a field in the input event schema that's to be used as the source of a mapping."
syntax: "public String sourceField()"
desc: "Get the sourceField property: Name of a field in the input event schema that's to be used as the source of a mapping."
returns:
description: "the sourceField value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.eventgrid.models.JsonField.validate()"
fullName: "com.azure.resourcemanager.eventgrid.models.JsonField.validate()"
name: "validate()"
nameWithType: "JsonField.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.eventgrid.models.JsonField.withSourceField(java.lang.String)"
fullName: "com.azure.resourcemanager.eventgrid.models.JsonField.withSourceField(String sourceField)"
name: "withSourceField(String sourceField)"
nameWithType: "JsonField.withSourceField(String sourceField)"
summary: "Set the source<wbr>Field property: Name of a field in the input event schema that's to be used as the source of a mapping."
parameters:
- description: "the sourceField value to set."
name: "sourceField"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JsonField withSourceField(String sourceField)"
desc: "Set the sourceField property: Name of a field in the input event schema that's to be used as the source of a mapping."
returns:
description: "the JsonField object itself."
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.JsonField?alt=com.azure.resourcemanager.eventgrid.models.JsonField&text=JsonField\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "This is used to express the source of an input schema mapping for a single target field in the Event Grid Event schema. This is currently used in the mappings for the 'id', 'topic' and 'eventtime' properties. This represents a field in the input event schema."
metadata: {}
package: "com.azure.resourcemanager.eventgrid.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0