SpringServices Interface
Implements
public interface SpringServices
extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<Blank>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<SpringService>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<SpringService>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<SpringService>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<SpringService>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup
Entry point for Spring Service management API.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Name |
checkNameAvailability(String name, Region region)
Checks the name of the service is available in specific region or not. |
|
abstract
Mono<Name |
checkNameAvailabilityAsync(String name, Region region)
Checks the name of the service is available in specific region or not. |
|
abstract
com.azure.core.http.rest.PagedIterable<Resource |
listSkus()
Gets all available SKU. |
|
abstract
com.azure.core.http.rest.PagedFlux<Resource |
listSkusAsync()
Gets all available SKU. |
Method Details
checkNameAvailability
public abstract NameAvailability checkNameAvailability(String name, Region region)
Checks the name of the service is available in specific region or not.
Parameters:
Returns:
checkNameAvailabilityAsync
public abstract Mono<NameAvailability> checkNameAvailabilityAsync(String name, Region region)
Checks the name of the service is available in specific region or not.
Parameters:
Returns:
listSkus
public abstract PagedIterable<ResourceSku> listSkus()
Gets all available SKU.
Returns:
listSkusAsync
public abstract PagedFlux<ResourceSku> listSkusAsync()
Gets all available SKU.
Returns: