@Beta(value=V1_8_0) public interface SqlVirtualNetworkRule extends com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource<SqlVirtualNetworkRule,SqlServer>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.VirtualNetworkRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlVirtualNetworkRule>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlVirtualNetworkRule.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlVirtualNetworkRule.DefinitionStages
Grouping of all the SQL Virtual Network Rule definition stages.
|
static interface |
SqlVirtualNetworkRule.SqlVirtualNetworkRuleDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlVirtualNetworkRule.Update
The template for a SQL Virtual Network Rule update operation, containing all the settings that can be modified.
|
static interface |
SqlVirtualNetworkRule.UpdateStages
Grouping of all the SQL Virtual Network Rule update stages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the virtual network rule.
|
rx.Completable |
deleteAsync()
Deletes the virtual network rule asynchronously.
|
String |
parentId() |
String |
sqlServerName() |
String |
state() |
String |
subnetId() |
idkeynameparentrefresh, refreshAsyncinnerString sqlServerName()
String subnetId()
String state()
String parentId()
void delete()
rx.Completable deleteAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/