@Beta(value=V1_8_0)
public static interface SqlVirtualNetworkRule.DefinitionStages.WithSubnet<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlVirtualNetworkRule.DefinitionStages.WithServiceEndpoint<ParentT> |
withSubnet(String networkId,
String subnetName)
Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule.
|
SqlVirtualNetworkRule.DefinitionStages.WithServiceEndpoint<ParentT> withSubnet(String networkId, String subnetName)
networkId - the virtual network ID to be usedsubnetName - the name of the subnet within the virtual network to be used/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/