IUpdate Interface

Definition

The template for a SQL Failover Group 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.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlFailoverGroup>, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithReadOnlyEndpointPolicy, Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroup.Update.IWithReadWriteEndpointPolicy
type IUpdate = interface
    interface IBeta
    interface IWithReadWriteEndpointPolicy
    interface IWithReadOnlyEndpointPolicy
    interface IWithDatabase
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlFailoverGroup>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlFailoverGroup), IBeta, IUpdateWithTags(Of IUpdate), IWithDatabase, IWithReadOnlyEndpointPolicy, IWithReadWriteEndpointPolicy
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>)
WithAutomaticReadWriteEndpointPolicyAndDataLossGracePeriod(Int32)

Sets the SQL Failover Group read-write endpoint failover policy as "Automatic".

(Inherited from IWithReadWriteEndpointPolicy)
WithDatabaseIds(String[])

Sets the SQL Failover Group partner servers.

(Inherited from IWithDatabase)
WithManualReadWriteEndpointPolicy()

Sets the SQL Failover Group read-write endpoint failover policy as "Manual".

(Inherited from IWithReadWriteEndpointPolicy)
WithNewDatabaseId(String)

Sets the SQL Failover Group database.

(Inherited from IWithDatabase)
WithoutDatabaseId(String)

Removes the SQL Failover Group database.

(Inherited from IWithDatabase)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithReadOnlyEndpointPolicyDisabled()

Sets the SQL Failover Group failover policy of the read-only endpoint to "Disabled".

(Inherited from IWithReadOnlyEndpointPolicy)
WithReadOnlyEndpointPolicyEnabled()

Sets the SQL Failover Group failover policy of the read-only endpoint to "Enabled".

(Inherited from IWithReadOnlyEndpointPolicy)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to