EventSubscriptionDestination Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. EventSubscriptionDestination
- com.
Implements
public class EventSubscriptionDestination
implements JsonSerializable<EventSubscriptionDestination>
Information about the destination for an event subscription.
Constructor Summary
| Constructor | Description |
|---|---|
| EventSubscriptionDestination() |
Creates an instance of Event |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Endpoint |
endpointType()
Get the endpoint |
|
static
Event |
fromJson(JsonReader jsonReader)
Reads an instance of Event |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
EventSubscriptionDestination
public EventSubscriptionDestination()
Creates an instance of EventSubscriptionDestination class.
Method Details
endpointType
public EndpointType endpointType()
Get the endpointType property: Type of the endpoint for the event subscription destination.
Returns:
fromJson
public static EventSubscriptionDestination fromJson(JsonReader jsonReader)
Reads an instance of EventSubscriptionDestination from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.