IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entirety of a SQL container update as a part of parent update.
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithConflictResolutionPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithDefaultTtl, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithIndexingPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithPartitionKey, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.SqlContainer.Update.IWithUniqueKeyPolicy, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.SqlDatabase.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithOptions
interface IWithOptions<IUpdate>
interface IWithThroughput
interface IWithThroughput<IUpdate>
interface IWithIndexingPolicy
interface IWithPartitionKey
interface IWithDefaultTtl
interface IWithUniqueKeyPolicy
interface IWithConflictResolutionPolicy
interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithConflictResolutionPolicy, IWithDefaultTtl, IWithIndexingPolicy, IWithOptions, IWithOptions(Of IUpdate), IWithPartitionKey, IWithThroughput, IWithThroughput(Of IUpdate), IWithUniqueKeyPolicy
- Implements