144 строки
11 KiB
YAML
144 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint"
|
|
name: "EventHubEndpoint"
|
|
nameWithType: "EventHubEndpoint"
|
|
summary: "An Event Hub endpoint."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint&text=EventListenerEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.type()?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.validate()?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **EventHubEndpoint**</br> extends <xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint&text=EventListenerEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.EventHubEndpoint()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.EventHubEndpoint()"
|
|
name: "EventHubEndpoint()"
|
|
nameWithType: "EventHubEndpoint.EventHubEndpoint()"
|
|
summary: "Creates an instance of Event<wbr>Hub<wbr>Endpoint class."
|
|
syntax: "public EventHubEndpoint()"
|
|
desc: "Creates an instance of EventHubEndpoint class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.eventHubName()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.eventHubName()"
|
|
name: "eventHubName()"
|
|
nameWithType: "EventHubEndpoint.eventHubName()"
|
|
summary: "Get the event<wbr>Hub<wbr>Name property: The name of the Event Hub."
|
|
syntax: "public String eventHubName()"
|
|
desc: "Get the eventHubName property: The name of the Event Hub."
|
|
returns:
|
|
description: "the eventHubName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "EventHubEndpoint.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Event<wbr>Hub<wbr>Endpoint from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static EventHubEndpoint fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of EventHubEndpoint from the JsonReader."
|
|
returns:
|
|
description: "An instance of EventHubEndpoint if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventHubEndpoint?alt=com.azure.resourcemanager.webpubsub.models.EventHubEndpoint&text=EventHubEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.fullyQualifiedNamespace()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.fullyQualifiedNamespace()"
|
|
name: "fullyQualifiedNamespace()"
|
|
nameWithType: "EventHubEndpoint.fullyQualifiedNamespace()"
|
|
summary: "Get the fully<wbr>Qualified<wbr>Namespace property: The fully qualified namespace name of the Event Hub resource."
|
|
syntax: "public String fullyQualifiedNamespace()"
|
|
desc: "Get the fullyQualifiedNamespace property: The fully qualified namespace name of the Event Hub resource. For example, \"example.servicebus.windows.net\"."
|
|
returns:
|
|
description: "the fullyQualifiedNamespace value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "EventHubEndpoint.toJson(JsonWriter jsonWriter)"
|
|
overridden: "com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.toJson(com.azure.json.JsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.type()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.type()"
|
|
name: "type()"
|
|
nameWithType: "EventHubEndpoint.type()"
|
|
summary: "Get the type property: The type property."
|
|
overridden: "com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.type()"
|
|
syntax: "public EventListenerEndpointDiscriminator type()"
|
|
desc: "Get the type property: The type property."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventListenerEndpointDiscriminator?alt=com.azure.resourcemanager.webpubsub.models.EventListenerEndpointDiscriminator&text=EventListenerEndpointDiscriminator\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.validate()"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.validate()"
|
|
name: "validate()"
|
|
nameWithType: "EventHubEndpoint.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.webpubsub.models.EventListenerEndpoint.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.withEventHubName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.withEventHubName(String eventHubName)"
|
|
name: "withEventHubName(String eventHubName)"
|
|
nameWithType: "EventHubEndpoint.withEventHubName(String eventHubName)"
|
|
summary: "Set the event<wbr>Hub<wbr>Name property: The name of the Event Hub."
|
|
parameters:
|
|
- description: "the eventHubName value to set."
|
|
name: "eventHubName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EventHubEndpoint withEventHubName(String eventHubName)"
|
|
desc: "Set the eventHubName property: The name of the Event Hub."
|
|
returns:
|
|
description: "the EventHubEndpoint object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventHubEndpoint?alt=com.azure.resourcemanager.webpubsub.models.EventHubEndpoint&text=EventHubEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.withFullyQualifiedNamespace(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.webpubsub.models.EventHubEndpoint.withFullyQualifiedNamespace(String fullyQualifiedNamespace)"
|
|
name: "withFullyQualifiedNamespace(String fullyQualifiedNamespace)"
|
|
nameWithType: "EventHubEndpoint.withFullyQualifiedNamespace(String fullyQualifiedNamespace)"
|
|
summary: "Set the fully<wbr>Qualified<wbr>Namespace property: The fully qualified namespace name of the Event Hub resource."
|
|
parameters:
|
|
- description: "the fullyQualifiedNamespace value to set."
|
|
name: "fullyQualifiedNamespace"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public EventHubEndpoint withFullyQualifiedNamespace(String fullyQualifiedNamespace)"
|
|
desc: "Set the fullyQualifiedNamespace property: The fully qualified namespace name of the Event Hub resource. For example, \"example.servicebus.windows.net\"."
|
|
returns:
|
|
description: "the EventHubEndpoint object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.webpubsub.models.EventHubEndpoint?alt=com.azure.resourcemanager.webpubsub.models.EventHubEndpoint&text=EventHubEndpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "An Event Hub endpoint. The managed identity of Web PubSub service must be enabled, and the identity should have the \"Azure Event Hubs Data sender\" role to access Event Hub."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.webpubsub.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.1.0
|