@Beta(value=V1_8_0) public interface SqlFailoverGroup extends com.microsoft.azure.management.resources.fluentcore.arm.models.Resource, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.FailoverGroupInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlFailoverGroup>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlFailoverGroup.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFailoverGroup.Update
The template for a SQL Failover Group update operation, containing all the settings that can be modified.
|
static interface |
SqlFailoverGroup.UpdateStages
Grouping of all the SQL Virtual Network Rule update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
List<String> |
databases() |
void |
delete()
Deletes the Failover Group.
|
rx.Completable |
deleteAsync()
Deletes the Failover Group asynchronously.
|
String |
parentId() |
List<PartnerInfo> |
partnerServers() |
ReadOnlyEndpointFailoverPolicy |
readOnlyEndpointPolicy() |
int |
readWriteEndpointDataLossGracePeriodMinutes() |
ReadWriteEndpointFailoverPolicy |
readWriteEndpointPolicy() |
FailoverGroupReplicationRole |
replicationRole() |
String |
replicationState() |
String |
sqlServerName() |
region, regionName, tags, typekeyidnameinnerresourceGroupNameString sqlServerName()
String parentId()
ReadWriteEndpointFailoverPolicy readWriteEndpointPolicy()
int readWriteEndpointDataLossGracePeriodMinutes()
ReadOnlyEndpointFailoverPolicy readOnlyEndpointPolicy()
FailoverGroupReplicationRole replicationRole()
String replicationState()
List<PartnerInfo> partnerServers()
void delete()
rx.Completable deleteAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/