Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.FleetResourceInner
Packages that use FleetResourceInner
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 FleetResourceInner in com.azure.resourcemanager.cosmos.fluent
Subinterfaces with type arguments of type FleetResourceInner in com.azure.resourcemanager.cosmos.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in FleetsClient.interfaceAn instance of this class provides access to all the operations defined in FleetsClient.Methods in com.azure.resourcemanager.cosmos.fluent that return FleetResourceInnerModifier and TypeMethodDescriptionFleetsClient.create(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription.FleetsClient.getByResourceGroup(String resourceGroupName, String fleetName) Retrieves the properties of an existing Azure Cosmos DB fleet under a subscription.Updates the properties of an existing Azure Cosmos DB Fleet.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type FleetResourceInnerModifier and TypeMethodDescriptionFleetsClient.createAsync(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription.com.azure.core.http.rest.Response<FleetResourceInner> FleetsClient.createWithResponse(String resourceGroupName, String fleetName, FleetResourceInner body, com.azure.core.util.Context context) Creates an Azure Cosmos DB fleet under a subscription.Mono<com.azure.core.http.rest.Response<FleetResourceInner>> FleetsClient.createWithResponseAsync(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription.FleetsClient.getByResourceGroupAsync(String resourceGroupName, String fleetName) Retrieves the properties of an existing Azure Cosmos DB fleet under a subscription.com.azure.core.http.rest.Response<FleetResourceInner> FleetsClient.getByResourceGroupWithResponse(String resourceGroupName, String fleetName, com.azure.core.util.Context context) Retrieves the properties of an existing Azure Cosmos DB fleet under a subscription.Mono<com.azure.core.http.rest.Response<FleetResourceInner>> FleetsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String fleetName) Retrieves the properties of an existing Azure Cosmos DB fleet under a subscription.com.azure.core.http.rest.PagedIterable<FleetResourceInner> FleetsClient.list()Lists all the fleets under the subscription.com.azure.core.http.rest.PagedIterable<FleetResourceInner> FleetsClient.list(com.azure.core.util.Context context) Lists all the fleets under the subscription.com.azure.core.http.rest.PagedFlux<FleetResourceInner> FleetsClient.listAsync()Lists all the fleets under the subscription.com.azure.core.http.rest.PagedIterable<FleetResourceInner> FleetsClient.listByResourceGroup(String resourceGroupName) Lists all the fleets under the specified subscription and resource group.com.azure.core.http.rest.PagedIterable<FleetResourceInner> FleetsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all the fleets under the specified subscription and resource group.com.azure.core.http.rest.PagedFlux<FleetResourceInner> FleetsClient.listByResourceGroupAsync(String resourceGroupName) Lists all the fleets under the specified subscription and resource group.FleetsClient.updateAsync(String resourceGroupName, String fleetName) Updates the properties of an existing Azure Cosmos DB Fleet.com.azure.core.http.rest.Response<FleetResourceInner> FleetsClient.updateWithResponse(String resourceGroupName, String fleetName, FleetResourceUpdate body, com.azure.core.util.Context context) Updates the properties of an existing Azure Cosmos DB Fleet.Mono<com.azure.core.http.rest.Response<FleetResourceInner>> FleetsClient.updateWithResponseAsync(String resourceGroupName, String fleetName, FleetResourceUpdate body) Updates the properties of an existing Azure Cosmos DB Fleet.Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type FleetResourceInnerModifier and TypeMethodDescriptionFleetsClient.create(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription.FleetsClient.createAsync(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription.com.azure.core.http.rest.Response<FleetResourceInner> FleetsClient.createWithResponse(String resourceGroupName, String fleetName, FleetResourceInner body, com.azure.core.util.Context context) Creates an Azure Cosmos DB fleet under a subscription.Mono<com.azure.core.http.rest.Response<FleetResourceInner>> FleetsClient.createWithResponseAsync(String resourceGroupName, String fleetName, FleetResourceInner body) Creates an Azure Cosmos DB fleet under a subscription. -
Uses of FleetResourceInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return FleetResourceInnerModifier and TypeMethodDescriptionstatic FleetResourceInnerFleetResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FleetResourceInner from the JsonReader.FleetResourceInner.withLocation(String location) FleetResourceInner.withProvisioningState(Status provisioningState) Set the provisioningState property: A provisioning state of the Fleet. -
Uses of FleetResourceInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type FleetResourceInnerModifier and TypeMethodDescriptionFleetListResult.value()Get the value property: List of fleets and their properties.