SpringServices Interface
Implements
public interface SpringServices
extends HasManager<AppPlatformManager>, SupportsCreating<Blank>, SupportsGettingById<SpringService>, SupportsGettingByResourceGroup<SpringService>, SupportsListing<SpringService>, SupportsListingByResourceGroup<SpringService>, SupportsDeletingById, 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
Paged |
listSkus() |
abstract
Paged |
listSkusAsync() |
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
Checks the name of the service is available in specific region or not.
Parameters:
Returns:
listSkus
public abstract PagedIterable
Returns:
listSkusAsync
public abstract PagedFlux
Returns:
Applies to
Azure SDK for Java