@Beta(value=V1_8_0) public interface SqlFailoverGroup extends Resource, HasInner<com.microsoft.azure.management.sql.implementation.FailoverGroupInner>, HasResourceGroup, Refreshable<SqlFailoverGroup>, 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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, 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, type
key
id
name
inner
resourceGroupName
refresh, refreshAsync
String sqlServerName()
String parentId()
ReadWriteEndpointFailoverPolicy readWriteEndpointPolicy()
int readWriteEndpointDataLossGracePeriodMinutes()
ReadOnlyEndpointFailoverPolicy readOnlyEndpointPolicy()
FailoverGroupReplicationRole replicationRole()
String replicationState()
List<PartnerInfo> partnerServers()
void delete()
rx.Completable deleteAsync()
Copyright © 2019. All rights reserved.