Uses of Class
com.azure.resourcemanager.eventgrid.models.EventSubscriptionsListResult
-
Packages that use EventSubscriptionsListResult Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of EventSubscriptionsListResult in com.azure.resourcemanager.eventgrid.models
Methods in com.azure.resourcemanager.eventgrid.models that return EventSubscriptionsListResult Modifier and Type Method Description EventSubscriptionsListResultEventSubscriptionsListResult. withNextLink(String nextLink)Set the nextLink property: A link for the next page of event subscriptions.EventSubscriptionsListResultEventSubscriptionsListResult. withValue(List<EventSubscriptionInner> value)Set the value property: A collection of EventSubscriptions.
-