Interface SpringAppDomains

All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<SpringApp>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<SpringAppDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<SpringAppDomain>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<SpringAppDomain>

public interface SpringAppDomains extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager<AppPlatformManager>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<SpringApp>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<SpringAppDomain>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<SpringAppDomain>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<SpringAppDomain>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
Entry point for Spring App Custom Domains API.
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(String domain)
    Checks the domain is validate for the app or not.
    Checks the domain is validate for the app or not.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent

    parent

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

    deleteById, deleteByIdAsync

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

    deleteByName, deleteByNameAsync

    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.SupportsGettingByName

    getByName, getByNameAsync

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

    list, listAsync
  • Method Details

    • validate

      Checks the domain is validate for the app or not.
      Parameters:
      domain - the domain name
      Returns:
      the domain is validate for the parent app or not
    • validateAsync

      Mono<CustomDomainValidateResult> validateAsync(String domain)
      Checks the domain is validate for the app or not.
      Parameters:
      domain - the domain name
      Returns:
      the domain is validate for the parent app or not