Interface PortalConfigContract


public interface PortalConfigContract
An immutable client-side representation of PortalConfigContract.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • enableBasicAuth

      Boolean enableBasicAuth()
      Gets the enableBasicAuth property: Enable or disable Basic authentication method.
      Returns:
      the enableBasicAuth value.
    • signin

      Gets the signin property: The signin property.
      Returns:
      the signin value.
    • signup

      Gets the signup property: The signup property.
      Returns:
      the signup value.
    • delegation

      Gets the delegation property: The developer portal delegation settings.
      Returns:
      the delegation value.
    • cors

      Gets the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.
      Returns:
      the cors value.
    • csp

      Gets the csp property: The developer portal Content Security Policy (CSP) settings.
      Returns:
      the csp value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigContractInner object.
      Returns:
      the inner object.
    • update

      Begins update for the PortalConfigContract resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      PortalConfigContract refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.