Interface WebApps

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<WebApp.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<WebApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<WebApp>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<WebAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<WebAppBasic>

public interface WebApps extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<WebApp.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<WebAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<WebAppBasic>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<WebApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<WebApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppServiceManager>
Entry point for web app management API.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult
    Checks whether name is available for the resource type.
    com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult
    checkNameAvailability(String name, CheckNameResourceTypes type, boolean isFqdn)
    Checks whether name is available for the resource type.
    Mono<com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult>
    Checks whether name is available for the resource type.
    Mono<com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult>
    Checks whether name is available for the resource type.

    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

      com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult checkNameAvailability(String name, CheckNameResourceTypes type)
      Checks whether name is available for the resource type.
      Parameters:
      name - the name.
      type - the resource type.
      Returns:
      the CheckNameAvailabilityResult.
    • checkNameAvailabilityAsync

      Mono<com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name, CheckNameResourceTypes type)
      Checks whether name is available for the resource type.
      Parameters:
      name - the name.
      type - the resource type.
      Returns:
      the CheckNameAvailabilityResult on successful completion of Mono.
    • checkNameAvailability

      com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult checkNameAvailability(String name, CheckNameResourceTypes type, boolean isFqdn)
      Checks whether name is available for the resource type.
      Parameters:
      name - the name.
      type - the resource type.
      isFqdn - whether the name is a fully qualified domain name.
      Returns:
      the CheckNameAvailabilityResult.
    • checkNameAvailabilityAsync

      Mono<com.azure.resourcemanager.resources.fluentcore.arm.models.CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name, CheckNameResourceTypes type, boolean isFqdn)
      Checks whether name is available for the resource type.
      Parameters:
      name - the name.
      type - the resource type.
      isFqdn - whether the name is a fully qualified domain name.
      Returns:
      the CheckNameAvailabilityResult on successful completion of Mono.