Uses of Class
com.azure.resourcemanager.sql.models.ReplicationLinkType
Packages that use ReplicationLinkType
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ReplicationLinkType in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ReplicationLinkType -
Uses of ReplicationLinkType in com.azure.resourcemanager.sql.models
Fields in com.azure.resourcemanager.sql.models declared as ReplicationLinkTypeModifier and TypeFieldDescriptionstatic final ReplicationLinkTypeReplicationLinkType.GEOStatic value GEO for ReplicationLinkType.static final ReplicationLinkTypeReplicationLinkType.NAMEDStatic value NAMED for ReplicationLinkType.static final ReplicationLinkTypeReplicationLinkType.STANDBYStatic value STANDBY for ReplicationLinkType.Methods in com.azure.resourcemanager.sql.models that return ReplicationLinkTypeModifier and TypeMethodDescriptionstatic ReplicationLinkTypeReplicationLinkType.fromString(String name) Creates or finds a ReplicationLinkType from its string representation.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type ReplicationLinkTypeModifier and TypeMethodDescriptionstatic Collection<ReplicationLinkType>ReplicationLinkType.values()Gets known ReplicationLinkType values.