IUpdate Interface

Definition

The template for a SQL Virtual Network Rule update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlVirtualNetworkRule>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IWithServiceEndpoint, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRule.Update.IWithSubnet
type IUpdate = interface
    interface IBeta
    interface IWithSubnet
    interface IWithServiceEndpoint
    interface IAppliable<ISqlVirtualNetworkRule>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlVirtualNetworkRule), IBeta, IWithServiceEndpoint, IWithSubnet
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
IgnoreMissingSqlServiceEndpoint()

Gets Sets the flag to ignore the missing subnet's SQL service endpoint entry. Virtual Machines in the subnet will not be able to connect to the SQL server until Microsoft.Sql service endpoint is added to the subnet.

(Inherited from IWithServiceEndpoint)
WithSubnet(String, String)

Sets the virtual network ID and the subnet name for the SQL server Virtual Network Rule.

(Inherited from IWithSubnet)

Applies to