Compartir a través de


IUpdate Interfaz

Definición

Plantilla para una operación de actualización de SqlDatabase que contiene toda la configuración que se puede modificar.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase>, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithEdition, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithElasticPoolName, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithMaxSizeBytes, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Update.IWithServiceObjective
type IUpdate = interface
    interface IWithEdition
    interface IWithEditionBeta
    interface IBeta
    interface IWithElasticPoolName
    interface IWithMaxSizeBytes
    interface IWithServiceObjective
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<ISqlDatabase>
    interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlDatabase), IBeta, IUpdateWithTags(Of IUpdate), IWithEdition, IWithElasticPoolName, IWithMaxSizeBytes, IWithServiceObjective
Implementaciones

Propiedades

Key

Plantilla para una operación de actualización de SqlDatabase que contiene toda la configuración que se puede modificar.

(Heredado de IIndexable)

Métodos

Apply()

Ejecute la solicitud de actualización.

(Heredado de IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Ejecute la solicitud de actualización de forma asincrónica.

(Heredado de IAppliable<T>)
WithBasicEdition()

Establece una edición "Basic" para el SQL Database.

(Heredado de IWithEditionBeta)
WithBasicEdition(SqlDatabaseBasicStorage)

Establece una edición "Básica" y una capacidad de almacenamiento máxima para la SQL Database.

(Heredado de IWithEditionBeta)
WithEdition(DatabaseEdition)

Establece la edición del SQL Database.

(Heredado de IWithEdition)
WithExistingElasticPool(ISqlElasticPool)

Establece el grupo elástico existente para SQLDatabase.

(Heredado de IWithElasticPoolName)
WithExistingElasticPool(String)

Establece el grupo elástico existente para SQLDatabase.

(Heredado de IWithElasticPoolName)
WithMaxSizeBytes(Int64)

Establece el tamaño máximo en bytes para SQL Database.

(Heredado de IWithMaxSizeBytes)
WithNewElasticPool(ICreatable<ISqlElasticPool>)

Establece el nuevo grupo elástico para SQLDatabase, lo que creará un nuevo grupo elástico al crear la base de datos.

(Heredado de IWithElasticPoolName)
WithoutElasticPool()

Quita la base de datos del grupo elástico.

(Heredado de IWithElasticPoolName)
WithoutTag(String)

Quita una etiqueta del recurso.

(Heredado de IUpdateWithTags<T>)
WithPremiumEdition(SqlDatabasePremiumServiceObjective)

Establece una edición "Premium" para el SQL Database.

(Heredado de IWithEditionBeta)
WithPremiumEdition(SqlDatabasePremiumServiceObjective, SqlDatabasePremiumStorage)

Establece una edición "Premium" y una capacidad de almacenamiento máxima para el SQL Database.

(Heredado de IWithEditionBeta)
WithServiceObjective(ServiceObjectiveName)

Establece el objetivo de nivel de servicio para el SQL Database.

(Heredado de IWithServiceObjective)
WithStandardEdition(SqlDatabaseStandardServiceObjective)

Establece una edición "Standard" para el SQL Database.

(Heredado de IWithEditionBeta)
WithStandardEdition(SqlDatabaseStandardServiceObjective, SqlDatabaseStandardStorage)

Establece una edición "Estándar" y una capacidad de almacenamiento máxima para el SQL Database.

(Heredado de IWithEditionBeta)
WithTag(String, String)

Agrega una etiqueta al recurso.

(Heredado de IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Especifica etiquetas para el recurso como {@link Map}.

(Heredado de IUpdateWithTags<T>)

Se aplica a