Uses of Class
com.azure.resourcemanager.eventgrid.models.PersistedConnectionStatus
-
Packages that use PersistedConnectionStatus Package Description com.azure.resourcemanager.eventgrid.models Package containing the data models for EventGridManagementClient. -
-
Uses of PersistedConnectionStatus in com.azure.resourcemanager.eventgrid.models
Fields in com.azure.resourcemanager.eventgrid.models declared as PersistedConnectionStatus Modifier and Type Field Description static PersistedConnectionStatusPersistedConnectionStatus. APPROVEDStatic value Approved for PersistedConnectionStatus.static PersistedConnectionStatusPersistedConnectionStatus. DISCONNECTEDStatic value Disconnected for PersistedConnectionStatus.static PersistedConnectionStatusPersistedConnectionStatus. PENDINGStatic value Pending for PersistedConnectionStatus.static PersistedConnectionStatusPersistedConnectionStatus. REJECTEDStatic value Rejected for PersistedConnectionStatus.Methods in com.azure.resourcemanager.eventgrid.models that return PersistedConnectionStatus Modifier and Type Method Description static PersistedConnectionStatusPersistedConnectionStatus. fromString(String name)Creates or finds a PersistedConnectionStatus from its string representation.PersistedConnectionStatusConnectionState. status()Get the status property: Status of the connection.Methods in com.azure.resourcemanager.eventgrid.models that return types with arguments of type PersistedConnectionStatus Modifier and Type Method Description static Collection<PersistedConnectionStatus>PersistedConnectionStatus. values()Methods in com.azure.resourcemanager.eventgrid.models with parameters of type PersistedConnectionStatus Modifier and Type Method Description ConnectionStateConnectionState. withStatus(PersistedConnectionStatus status)Set the status property: Status of the connection.
-