@Beta(value=V1_8_0)
public static interface SqlVirtualNetworkRuleOperations.DefinitionStages.WithSqlServer
| Modifier and Type | Method and Description |
|---|---|
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet |
withExistingSqlServer(SqlServer sqlServer)
Sets the parent SQL server for the new Virtual Network Rule.
|
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet |
withExistingSqlServer(String resourceGroupName,
String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
|
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet |
withExistingSqlServerId(String sqlServerId)
Sets the parent SQL server for the new Virtual Network Rule.
|
SqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet withExistingSqlServer(String resourceGroupName, String sqlServerName)
resourceGroupName - the name of the resource group the parent SQL serversqlServerName - the parent SQL server nameSqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet withExistingSqlServerId(String sqlServerId)
sqlServerId - the parent SQL server IDSqlVirtualNetworkRuleOperations.DefinitionStages.WithSubnet withExistingSqlServer(SqlServer sqlServer)
sqlServer - the parent SQL server/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/