Uses of Enum
com.azure.messaging.eventgrid.EventGridServiceVersion
Packages that use EventGridServiceVersion
Package
Description
Package containing the classes for EventGridClient.
-
Uses of EventGridServiceVersion in com.azure.messaging.eventgrid
Methods in com.azure.messaging.eventgrid that return EventGridServiceVersionModifier and TypeMethodDescriptionstatic EventGridServiceVersionEventGridServiceVersion.getLatest()Gets the latest supported service version.static EventGridServiceVersionReturns the enum constant of this type with the specified name.static EventGridServiceVersion[]EventGridServiceVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.messaging.eventgrid with parameters of type EventGridServiceVersionModifier and TypeMethodDescriptionstatic StringEventGridPublisherAsyncClient.generateSas(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, OffsetDateTime expirationTime, EventGridServiceVersion apiVersion) Generate a shared access signature to provide time-limited authentication for requests to the Event Grid service.static StringEventGridPublisherClient.generateSas(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, OffsetDateTime expirationTime, EventGridServiceVersion apiVersion) Generate a shared access signature to provide time-limited authentication for requests to the Event Grid service.EventGridPublisherClientBuilder.serviceVersion(EventGridServiceVersion serviceVersion) Set the service version to use for requests to the event grid service.