Uses of Class
com.azure.resourcemanager.cosmos.models.ConnectorOffer
Packages that use ConnectorOffer
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ConnectorOffer in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ConnectorOfferModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountGetProperties.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountGetResultsInner.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountUpdateProperties.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ConnectorOfferModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountGetProperties.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountGetResultsInner.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountUpdateProperties.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account. -
Uses of ConnectorOffer in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as ConnectorOfferModifier and TypeFieldDescriptionstatic final ConnectorOffer
ConnectorOffer.SMALL
Static value Small for ConnectorOffer.Methods in com.azure.resourcemanager.cosmos.models that return ConnectorOfferModifier and TypeMethodDescriptionCosmosDBAccount.cassandraConnectorOffer()
Gets the current cassandra connector offer.DatabaseAccountCreateUpdateParameters.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountUpdateParameters.connectorOffer()
Get the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.static ConnectorOffer
ConnectorOffer.fromString
(String name) Creates or finds a ConnectorOffer from its string representation.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ConnectorOfferModifier and TypeMethodDescriptionstatic Collection
<ConnectorOffer> ConnectorOffer.values()
Gets known ConnectorOffer values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ConnectorOfferModifier and TypeMethodDescriptionCosmosDBAccount.DefinitionStages.WithConnector.withCassandraConnector
(ConnectorOffer connectorOffer) Specifies a connector offer for cassandra connector.CosmosDBAccount.UpdateStages.WithConnector.withCassandraConnector
(ConnectorOffer connectorOffer) Specifies a connector offer for cassandra connector.DatabaseAccountCreateUpdateParameters.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.DatabaseAccountUpdateParameters.withConnectorOffer
(ConnectorOffer connectorOffer) Set the connectorOffer property: The cassandra connector offer type for the Cosmos DB database C* account.