Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.ClusterResourceInner
Packages that use ClusterResourceInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClusterResourceInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return ClusterResourceInnerModifier and TypeMethodDescriptionCassandraClustersClient.createUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.CassandraClustersClient.createUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Create or update a managed Cassandra cluster.CassandraClustersClient.getByResourceGroup
(String resourceGroupName, String clusterName) Get the properties of a managed Cassandra cluster.CassandraClustersClient.update
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.CassandraClustersClient.update
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Updates some of the properties of a managed Cassandra cluster.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type ClusterResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Create or update a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.CassandraClustersClient.createUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.CassandraClustersClient.getByResourceGroupAsync
(String resourceGroupName, String clusterName) Get the properties of a managed Cassandra cluster.com.azure.core.http.rest.Response
<ClusterResourceInner> CassandraClustersClient.getByResourceGroupWithResponse
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Get the properties of a managed Cassandra cluster.Mono
<com.azure.core.http.rest.Response<ClusterResourceInner>> CassandraClustersClient.getByResourceGroupWithResponseAsync
(String resourceGroupName, String clusterName) Get the properties of a managed Cassandra cluster.com.azure.core.http.rest.PagedIterable
<ClusterResourceInner> CassandraClustersClient.list()
List all managed Cassandra clusters in this subscription.com.azure.core.http.rest.PagedIterable
<ClusterResourceInner> CassandraClustersClient.list
(com.azure.core.util.Context context) List all managed Cassandra clusters in this subscription.com.azure.core.http.rest.PagedFlux
<ClusterResourceInner> CassandraClustersClient.listAsync()
List all managed Cassandra clusters in this subscription.com.azure.core.http.rest.PagedIterable
<ClusterResourceInner> CassandraClustersClient.listByResourceGroup
(String resourceGroupName) List all managed Cassandra clusters in this resource group.com.azure.core.http.rest.PagedIterable
<ClusterResourceInner> CassandraClustersClient.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) List all managed Cassandra clusters in this resource group.com.azure.core.http.rest.PagedFlux
<ClusterResourceInner> CassandraClustersClient.listByResourceGroupAsync
(String resourceGroupName) List all managed Cassandra clusters in this resource group.CassandraClustersClient.updateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type ClusterResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Create or update a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginCreateUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Updates some of the properties of a managed Cassandra cluster.com.azure.core.util.polling.PollerFlux
<com.azure.core.management.polling.PollResult<ClusterResourceInner>, ClusterResourceInner> CassandraClustersClient.beginUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.CassandraClustersClient.createUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.CassandraClustersClient.createUpdate
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Create or update a managed Cassandra cluster.CassandraClustersClient.createUpdateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CassandraClustersClient.createUpdateWithResponseAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Create or update a managed Cassandra cluster.CassandraClustersClient.update
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.CassandraClustersClient.update
(String resourceGroupName, String clusterName, ClusterResourceInner body, com.azure.core.util.Context context) Updates some of the properties of a managed Cassandra cluster.CassandraClustersClient.updateAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster.Mono
<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CassandraClustersClient.updateWithResponseAsync
(String resourceGroupName, String clusterName, ClusterResourceInner body) Updates some of the properties of a managed Cassandra cluster. -
Uses of ClusterResourceInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ClusterResourceInnerModifier and TypeMethodDescriptionstatic ClusterResourceInner
ClusterResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterResourceInner from the JsonReader.ClusterResourceInner.withIdentity
(ManagedCassandraManagedServiceIdentity identity) Set the identity property: Identity for the resource.ClusterResourceInner.withLocation
(String location) ClusterResourceInner.withProperties
(ClusterResourceProperties properties) Set the properties property: Properties of a managed Cassandra cluster. -
Uses of ClusterResourceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type ClusterResourceInnerModifier and TypeMethodDescriptionListClusters.value()
Get the value property: Container for the array of clusters.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type ClusterResourceInnerModifier and TypeMethodDescriptionListClusters.withValue
(List<ClusterResourceInner> value) Set the value property: Container for the array of clusters.