Interface SpringServices

All Superinterfaces:
HasManager<AppPlatformManager>, SupportsCreating<SpringService.DefinitionStages.Blank>, SupportsDeletingById, SupportsDeletingByResourceGroup, SupportsGettingById<SpringService>, SupportsGettingByResourceGroup<SpringService>, SupportsListing<SpringService>, SupportsListingByResourceGroup<SpringService>

Entry point for Spring Service management API.
  • 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()
      Returns:
      all available sku.
    • listSkusAsync

      com.azure.core.http.rest.PagedFlux<ResourceSku> listSkusAsync()
      Returns:
      all available sku.