Interface SpringServices

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<SpringService.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, 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.collection.SupportsListing<SpringService>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<SpringService>

public interface SpringServices extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<SpringService.DefinitionStages.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
    Description
    checkNameAvailability(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>
    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

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating

    define

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById

    deleteById, deleteByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup

    deleteByResourceGroup, deleteByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById

    getById, getByIdAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup

    getByResourceGroup, getByResourceGroupAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing

    list, listAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup

    listByResourceGroup, listByResourceGroupAsync
  • Method Details

    • checkNameAvailability

      NameAvailability checkNameAvailability(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 name
      region - 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 name
      region - 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.