CosmosDBAccount.DefinitionStages.WithCreate 接口
定义
The stage of the definition which contains all the minimum required inputs for the resource to be created, but also allows for any other optional settings to be specified.
public interface WithCreate extends Creatable<CosmosDBAccount>,CosmosDBAccount.DefinitionStages.WithConsistencyPolicy,CosmosDBAccount.DefinitionStages.WithReadReplication,CosmosDBAccount.DefinitionStages.WithIpRangeFilter
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withBoundedStalenessConsistency(int maxStalenessPrefix, int maxIntervalInSeconds)
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withEventualConsistency()
CosmosDBAccount.DefinitionStages.WithIpRangeFilter.withIpRangeFilter(String ipRangeFilter)
CosmosDBAccount.DefinitionStages.WithReadReplication.withReadReplication(Region region)
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withSessionConsistency()
CosmosDBAccount.DefinitionStages.WithConsistencyPolicy.withStrongConsistency()