EventGridServiceVersion Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.messaging.eventgrid.EventGridServiceVersion

public enum EventGridServiceVersion
extends Enum<EventGridServiceVersion>
implements ServiceVersion

An enum defining the available service versions for the Event Grid service. Note currently only one service version, 2018_01_01 is supported.

Implements

Fields

V2018_01_01

Service version 2018-01-01.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

getLatest()

public static EventGridServiceVersion getLatest()

Gets the latest supported service version.

Returns

the latest supported service version.

getVersion()

public String getVersion()

Get the version string for this particular service version instance.

Returns

the version string corresponding to this service version.

valueOf(String name)

public static EventGridServiceVersion valueOf(String name)

Parameters

name
String

Returns

values()

public static EventGridServiceVersion[] values()

Returns

Applies to