Uses of Class
com.azure.resourcemanager.network.models.ScopeConnectionState
Packages that use ScopeConnectionState
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ScopeConnectionState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ScopeConnectionStateModifier and TypeMethodDescriptionNetworkManagerConnectionInner.connectionState()Get the connectionState property: Connection state.NetworkManagerConnectionProperties.connectionState()Get the connectionState property: Connection state.ScopeConnectionInner.connectionState()Get the connectionState property: Connection State.ScopeConnectionProperties.connectionState()Get the connectionState property: Connection State. -
Uses of ScopeConnectionState in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as ScopeConnectionStateModifier and TypeFieldDescriptionstatic final ScopeConnectionStateScopeConnectionState.CONFLICTStatic value Conflict for ScopeConnectionState.static final ScopeConnectionStateScopeConnectionState.CONNECTEDStatic value Connected for ScopeConnectionState.static final ScopeConnectionStateScopeConnectionState.PENDINGStatic value Pending for ScopeConnectionState.static final ScopeConnectionStateScopeConnectionState.REJECTEDStatic value Rejected for ScopeConnectionState.static final ScopeConnectionStateScopeConnectionState.REVOKEDStatic value Revoked for ScopeConnectionState.Methods in com.azure.resourcemanager.network.models that return ScopeConnectionStateModifier and TypeMethodDescriptionstatic ScopeConnectionStateScopeConnectionState.fromString(String name) Creates or finds a ScopeConnectionState from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ScopeConnectionStateModifier and TypeMethodDescriptionstatic Collection<ScopeConnectionState> ScopeConnectionState.values()Gets known ScopeConnectionState values.