Uses of Class
com.azure.resourcemanager.sql.models.FailoverGroupReadOnlyEndpoint
Packages that use FailoverGroupReadOnlyEndpoint
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of FailoverGroupReadOnlyEndpoint in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return FailoverGroupReadOnlyEndpointModifier and TypeMethodDescriptionFailoverGroupInner.readOnlyEndpoint()Get the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupProperties.readOnlyEndpoint()Get the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupUpdateProperties.readOnlyEndpoint()Get the readOnlyEndpoint property: Read-only endpoint of the failover group instance.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type FailoverGroupReadOnlyEndpointModifier and TypeMethodDescriptionFailoverGroupInner.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupProperties.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupUpdateProperties.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance. -
Uses of FailoverGroupReadOnlyEndpoint in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return FailoverGroupReadOnlyEndpointModifier and TypeMethodDescriptionFailoverGroupReadOnlyEndpoint.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FailoverGroupReadOnlyEndpoint from the JsonReader.FailoverGroupUpdate.readOnlyEndpoint()Get the readOnlyEndpoint property: Read-only endpoint of the failover group instance.FailoverGroupReadOnlyEndpoint.withFailoverPolicy(ReadOnlyEndpointFailoverPolicy failoverPolicy) Set the failoverPolicy property: Failover policy of the read-only endpoint for the failover group.Methods in com.azure.resourcemanager.sql.models with parameters of type FailoverGroupReadOnlyEndpointModifier and TypeMethodDescriptionFailoverGroupUpdate.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint) Set the readOnlyEndpoint property: Read-only endpoint of the failover group instance.