@Beta(value=V1_8_0)
public static interface SqlFailoverGroupOperations.DefinitionStages.WithSqlServer
Modifier and Type | Method and Description |
---|---|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Failover Group.
|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy |
withExistingSqlServer(String resourceGroupName,
String sqlServerName,
String location)
Sets the parent SQL server name and resource group it belongs to.
|
SqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(String resourceGroupName, String sqlServerName, String location)
resourceGroupName
- the name of the resource group the parent SQL serversqlServerName
- the parent SQL server namelocation
- the parent SQL server locationSqlFailoverGroupOperations.DefinitionStages.WithReadWriteEndpointPolicy withExistingSqlServer(SqlServer sqlServer)
sqlServer
- the parent SQL serverCopyright © 2019. All rights reserved.