IWithCreate Interface

Definition

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 IWithCreate : Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithAutomaticFailover, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithChildResource, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithConnector, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithConsistencyPolicy, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithIpRangeFilter, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithKeyBasedMetadataWriteAccess, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithKeyVault, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithMultipleLocations, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithPrivateEndpointConnection, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithReadReplication, Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithVirtualNetworkRule, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>
type IWithCreate = interface
    interface ICreatable<ICosmosDBAccount>
    interface IIndexable
    interface IWithConsistencyPolicy
    interface IWithReadReplication
    interface IWithIpRangeFilter
    interface IWithVirtualNetworkRule
    interface IBeta
    interface IWithMultipleLocations
    interface IWithConnector
    interface IWithKeyBasedMetadataWriteAccess
    interface IWithPrivateEndpointConnection
    interface IWithAutomaticFailover
    interface IWithKeyVault
    interface IWithChildResource
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ICosmosDBAccount), IDefinitionWithTags(Of IWithCreate), IWithAutomaticFailover, IWithChildResource, IWithConnector, IWithConsistencyPolicy, IWithIpRangeFilter, IWithKeyBasedMetadataWriteAccess, IWithKeyVault, IWithMultipleLocations, IWithPrivateEndpointConnection, IWithReadReplication, IWithVirtualNetworkRule
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineNewCassandraKeyspace(String)

Defines a new Cassandra keyspace.

(Inherited from IWithChildResource)
DefineNewGremlinDatabase(String)

Defines a new Gremlin Database.

(Inherited from IWithChildResource)
DefineNewMongoDB(String)

Defines a new Mongo database.

(Inherited from IWithChildResource)
DefineNewPrivateEndpointConnection(String)

Starts the definition of a private endpoint connection to be attached to the cosmos db account.

(Inherited from IWithPrivateEndpointConnection)
DefineNewSqlDatabase(String)

Defines a new SQL database.

(Inherited from IWithChildResource)
DefineNewTable(String)

Defines a new Table Database.

(Inherited from IWithChildResource)
WithAutomaticFailoverEnabled(Boolean)

Specifies whether automatic failover is enabled for this cosmos db account.

(Inherited from IWithAutomaticFailover)
WithBoundedStalenessConsistency(Int64, Int32)

The bounded staleness consistency policy for the CosmosDB account.

(Inherited from IWithConsistencyPolicy)
WithCassandraConnector(ConnectorOffer)

Specifies a connector offer for cassandra connector.

(Inherited from IWithConnector)
WithDisableKeyBaseMetadataWriteAccess(Boolean)

Specifies whether metadata write access should be disabled.

(Inherited from IWithKeyBasedMetadataWriteAccess)
WithEventualConsistency()

The eventual consistency policy for the CosmosDB account.

(Inherited from IWithConsistencyPolicy)
WithIpRangeFilter(String)

CosmosDB Firewall Support: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. IP addresses/ranges must be comma separated and must not contain any spaces.

(Inherited from IWithIpRangeFilter)
WithKeyVault(String)

Specifies a key vault uri for this cosmos db account.

(Inherited from IWithKeyVault)
WithMultipleWriteLocationsEnabled(Boolean)

Specifies whether multiple write locations are enabled for this cosmos db account.

(Inherited from IWithMultipleLocations)
WithReadReplication(Region, Nullable<Boolean>)

Sets a read location for the CosmosDB account.

(Inherited from IWithReadReplication)
WithSessionConsistency()

The session consistency policy for the CosmosDB account.

(Inherited from IWithConsistencyPolicy)
WithStrongConsistency()

The strong consistency policy for the CosmosDB account.

(Inherited from IWithConsistencyPolicy)
WithTag(String, String)

Adds a tag to the resource.

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

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

(Inherited from IDefinitionWithTags<T>)
WithVirtualNetworkFilterEnabled(Boolean)

Specifies Virtual Network Fileter manually.

(Inherited from IWithVirtualNetworkRule)
WithVirtualNetworkRule(String, String, Nullable<Boolean>)

Specifies a Virtual Network ACL Rule for the CosmosDB account.

(Inherited from IWithVirtualNetworkRule)
WithVirtualNetworkRules(IList<VirtualNetworkRule>)

Specifies the list of Virtual Network ACL Rules for the CosmosDB account.

(Inherited from IWithVirtualNetworkRule)

Applies to