Uses of Enum
com.azure.resourcemanager.sql.models.ReplicationRole
Packages that use ReplicationRole
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ReplicationRole in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ReplicationRoleModifier and TypeMethodDescriptionReplicationLinkInner.partnerRole()Get the partnerRole property: Partner replication role.ReplicationLinkProperties.partnerRole()Get the partnerRole property: Partner replication role.ReplicationLinkInner.role()Get the role property: Local replication role.ReplicationLinkProperties.role()Get the role property: Local replication role. -
Uses of ReplicationRole in com.azure.resourcemanager.sql.models
Subclasses with type arguments of type ReplicationRole in com.azure.resourcemanager.sql.modelsMethods in com.azure.resourcemanager.sql.models that return ReplicationRoleModifier and TypeMethodDescriptionstatic ReplicationRoleReplicationRole.fromString(String value) Parses a serialized value to a ReplicationRole instance.ReplicationLink.partnerRole()Gets the role of the partner SQL Database in the replication link.ReplicationLink.role()Gets the role of the SQL Database in the replication link.static ReplicationRoleReturns the enum constant of this type with the specified name.static ReplicationRole[]ReplicationRole.values()Returns an array containing the constants of this enum type, in the order they are declared.