Uses of Class
com.azure.resourcemanager.containerregistry.models.ConnectionState
Packages that use ConnectionState
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ConnectionState in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ConnectionStateModifier and TypeMethodDescriptionConnectedRegistryInner.connectionState()Get the connectionState property: The current connection state of the connected registry.ConnectedRegistryProperties.connectionState()Get the connectionState property: The current connection state of the connected registry. -
Uses of ConnectionState in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as ConnectionStateModifier and TypeFieldDescriptionstatic final ConnectionStateConnectionState.OFFLINEStatic value Offline for ConnectionState.static final ConnectionStateConnectionState.ONLINEStatic value Online for ConnectionState.static final ConnectionStateConnectionState.SYNCINGStatic value Syncing for ConnectionState.static final ConnectionStateConnectionState.UNHEALTHYStatic value Unhealthy for ConnectionState.Methods in com.azure.resourcemanager.containerregistry.models that return ConnectionStateModifier and TypeMethodDescriptionstatic ConnectionStateConnectionState.fromString(String name) Creates or finds a ConnectionState from its string representation.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ConnectionStateModifier and TypeMethodDescriptionstatic Collection<ConnectionState> ConnectionState.values()Gets known ConnectionState values.