Interface PortalDelegationSettings


  • public interface PortalDelegationSettings
    An immutable client-side representation of PortalDelegationSettings.
    • Method Detail

      • 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.
      • url

        String url()
        Gets the url property: A delegation Url.
        Returns:
        the url value.
      • validationKey

        String validationKey()
        Gets the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.
        Returns:
        the validationKey value.
      • innerModel

        PortalDelegationSettingsInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.PortalDelegationSettingsInner object.
        Returns:
        the inner object.