Uses of Class
com.azure.resourcemanager.apimanagement.models.ConnectivityStatusType
Packages that use ConnectivityStatusType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ConnectivityStatusType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ConnectivityStatusTypeModifier and TypeFieldDescriptionstatic final ConnectivityStatusTypeConnectivityStatusType.FAILUREStatic value failure for ConnectivityStatusType.static final ConnectivityStatusTypeConnectivityStatusType.INITIALIZINGStatic value initializing for ConnectivityStatusType.static final ConnectivityStatusTypeConnectivityStatusType.SUCCESSStatic value success for ConnectivityStatusType.Methods in com.azure.resourcemanager.apimanagement.models that return ConnectivityStatusTypeModifier and TypeMethodDescriptionstatic ConnectivityStatusTypeConnectivityStatusType.fromString(String name) Creates or finds a ConnectivityStatusType from its string representation.ConnectivityStatusContract.status()Get the status property: Resource Connectivity Status Type identifier.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ConnectivityStatusTypeModifier and TypeMethodDescriptionstatic Collection<ConnectivityStatusType> ConnectivityStatusType.values()Gets known ConnectivityStatusType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ConnectivityStatusTypeModifier and TypeMethodDescriptionConnectivityStatusContract.withStatus(ConnectivityStatusType status) Set the status property: Resource Connectivity Status Type identifier.