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 Cassandra Keyspace update as a part of parent cosmos db account update.
public interface IUpdate : Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithOptions, Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IWithThroughput, Microsoft.Azure.Management.CosmosDB.Fluent.HasOptions.Update.IWithOptions<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>, Microsoft.Azure.Management.CosmosDB.Fluent.HasThroughputSettings.Update.IWithThroughput<Microsoft.Azure.Management.CosmosDB.Fluent.CassandraKeyspace.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Update.IUpdate>
type IUpdate = interface
interface ISettable<IUpdate>
interface IWithOptions
interface IWithOptions<IUpdate>
interface IWithThroughput
interface IWithThroughput<IUpdate>
interface IWithChildResource
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithChildResource, IWithOptions, IWithOptions(Of IUpdate), IWithThroughput, IWithThroughput(Of IUpdate)
- Implements
Methods
DefineNewCassandraTable(String) |
Defines a new Cassandra table. (Inherited from IWithChildResource) |
Parent() | (Inherited from ISettable<ParentT>) |
UpdateCassandraTable(String) |
Updates a Cassandra table. (Inherited from IWithChildResource) |
WithOption(String, String) |
Specifies an option. (Inherited from IWithOptions<ReturnT>) |
WithOptionsAppend(IDictionary<String,String>) |
Appends all options to current options. (Inherited from IWithOptions<ReturnT>) |
WithOptionsReplace(IDictionary<String,String>) |
Replace the current options with new options. (Inherited from IWithOptions<ReturnT>) |
WithoutCassandraTable(String) |
Removes a Cassandra table. (Inherited from IWithChildResource) |
WithoutOption(String) |
Removes an option. (Inherited from IWithOptions<ReturnT>) |
WithoutOptions() |
Removes all options. (Inherited from IWithOptions<ReturnT>) |
WithThroughput(Int32) |
Specifies the throughput value. (Inherited from IWithThroughput<ReturnT>) |
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET