Interface SpringServices
- All Superinterfaces:
HasManager<AppPlatformManager>,SupportsCreating<SpringService.DefinitionStages.Blank>,SupportsDeletingById,SupportsDeletingByResourceGroup,SupportsGettingById<SpringService>,SupportsGettingByResourceGroup<SpringService>,SupportsListing<SpringService>,SupportsListingByResourceGroup<SpringService>
public interface SpringServices
extends HasManager<AppPlatformManager>, SupportsCreating<SpringService.DefinitionStages.Blank>, SupportsGettingById<SpringService>, SupportsGettingByResourceGroup<SpringService>, SupportsListing<SpringService>, SupportsListingByResourceGroup<SpringService>, SupportsDeletingById, SupportsDeletingByResourceGroup
Entry point for Spring Service management API.
-
Method Summary
Modifier and TypeMethodDescriptioncheckNameAvailability(String name, com.azure.core.management.Region region) Checks the name of the service is available in specific region or not.checkNameAvailabilityAsync(String name, com.azure.core.management.Region region) Checks the name of the service is available in specific region or not.com.azure.core.http.rest.PagedIterable<ResourceSku> listSkus()Gets all available SKU.com.azure.core.http.rest.PagedFlux<ResourceSku> Gets all available SKU.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
deleteByResourceGroup, deleteByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup
getByResourceGroup, getByResourceGroupAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
checkNameAvailability
Checks the name of the service is available in specific region or not.- Parameters:
name- the service nameregion- the region of the service- Returns:
- the service name is available or not.
-
checkNameAvailabilityAsync
Mono<NameAvailability> checkNameAvailabilityAsync(String name, com.azure.core.management.Region region) Checks the name of the service is available in specific region or not.- Parameters:
name- the service nameregion- the region of the service- Returns:
- the service name is available or not.
-
listSkus
com.azure.core.http.rest.PagedIterable<ResourceSku> listSkus()Gets all available SKU.- Returns:
- all available SKU.
-
listSkusAsync
com.azure.core.http.rest.PagedFlux<ResourceSku> listSkusAsync()Gets all available SKU.- Returns:
- all available SKU.
-