Share via


SpringServices Interface

Implements

com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<SpringService> com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<SpringService> com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<SpringService> com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager> com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<Blank> com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<SpringService>

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 NameAvailability checkNameAvailability(String name, Region region)

Checks the name of the service is available in specific region or not.

abstract Mono<NameAvailability> 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<ResourceSku> listSkus()

Gets all available SKU.

abstract com.azure.core.http.rest.PagedFlux<ResourceSku> 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:

name - the service name
region - the region of the service

Returns:

the service name is available or not.

checkNameAvailabilityAsync

public abstract Mono<NameAvailability> checkNameAvailabilityAsync(String name, Region region)

Checks the name of the service is available in specific region or not.

Parameters:

name - the service name
region - the region of the service

Returns:

the service name is available or not.

listSkus

public abstract PagedIterable<ResourceSku> listSkus()

Gets all available SKU.

Returns:

all available SKU.

listSkusAsync

public abstract PagedFlux<ResourceSku> listSkusAsync()

Gets all available SKU.

Returns:

all available SKU.

Applies to