SqlVirtualNetworkRule Interface
public interface SqlVirtualNetworkRule extends ExternalChildResource<SqlVirtualNetworkRule, SqlServer>,HasInner,HasResourceGroup,Refreshable,Updatable<SqlVirtualNetworkRule.Update>
An immutable client-side representation of an Azure SQL Server Virtual Network Rule.
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the virtual network rule. |
Completable |
deleteAsync()
Deletes the virtual network rule asynchronously. |
String | parentId() |
String | sqlServerName() |
String | state() |
String | subnetId() |
Inherited Members
Method Details
delete
public void delete()
Deletes the virtual network rule.
deleteAsync
public Completable deleteAsync()
Deletes the virtual network rule asynchronously.
Returns:
parentId
public String parentId()
Returns:
sqlServerName
public String sqlServerName()
Returns:
state
public String state()
Returns:
subnetId
public String subnetId()
Returns:
Applies to
Azure SDK for Java