@Beta(value=V1_8_0) public interface SqlVirtualNetworkRule extends ExternalChildResource<SqlVirtualNetworkRule,SqlServer>, HasInner<com.microsoft.azure.management.sql.implementation.VirtualNetworkRuleInner>, HasResourceGroup, Refreshable<SqlVirtualNetworkRule>, 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() |
id
key
name
parent
refresh, refreshAsync
inner
resourceGroupName
String sqlServerName()
String subnetId()
String state()
String parentId()
void delete()
rx.Completable deleteAsync()
Copyright © 2019. All rights reserved.