Uses of Class
com.azure.resourcemanager.sql.models.ReplicationRole
-
Packages that use ReplicationRole Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models 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 ReplicationRole Modifier and Type Method Description ReplicationRoleReplicationLinkInner. partnerRole()Get the partnerRole property: The role of the partner database in the replication link.ReplicationRoleReplicationLinkInner. role()Get the role property: The role of the database in the replication link. -
Uses of ReplicationRole in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ReplicationRole Modifier and Type Method Description static ReplicationRoleReplicationRole. fromString(String value)Parses a serialized value to a ReplicationRole instance.ReplicationRoleReplicationLink. partnerRole()ReplicationRoleReplicationLink. role()static ReplicationRoleReplicationRole. valueOf(String name)Returns 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.
-