public static interface SqlFirewallRule.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlFirewallRule.DefinitionStages.Blank
The first stage of the SQL Server definition.
|
static interface |
SqlFirewallRule.DefinitionStages.WithCreate
A SQL Server definition with sufficient inputs to create a new
SQL Server in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
SqlFirewallRule.DefinitionStages.WithIPAddress
The SQL Firewall Rule definition to set the starting IP Address for the server.
|
static interface |
SqlFirewallRule.DefinitionStages.WithIPAddressRange
The SQL Firewall Rule definition to set the starting IP Address for the server.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/