IUpdate Interface

Definition

The template for a SQL Firewall 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.ISqlServerKey>, Microsoft.Azure.Management.Sql.Fluent.SqlServerKey.Update.IWithCreationDate, Microsoft.Azure.Management.Sql.Fluent.SqlServerKey.Update.IWithThumbprint
type IUpdate = interface
    interface IWithThumbprint
    interface IBeta
    interface IWithCreationDate
    interface IAppliable<ISqlServerKey>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlServerKey), IBeta, IWithCreationDate, IWithThumbprint
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>)
WithCreationDate(DateTime)

Sets the server key creation date.

(Inherited from IWithCreationDate)
WithThumbprint(String)

Sets the thumbprint of the server key.

(Inherited from IWithThumbprint)

Applies to