Class GetProfileResult


  • public final class GetProfileResult
    extends java.lang.Object
    • Method Detail

      • extendedProperties

        public java.util.Map<java.lang.String,​java.lang.String> extendedProperties()
        Returns:
        Key-Value pair representing additional properties for profiles.
      • frontDoorId

        public java.lang.String frontDoorId()
        Returns:
        The Id of the frontdoor.
      • id

        public java.lang.String id()
        Returns:
        Resource ID.
      • identity

        public java.util.Optional<ManagedServiceIdentityResponse> identity()
        Returns:
        Managed service identity (system assigned and/or user assigned identities).
      • kind

        public java.lang.String kind()
        Returns:
        Kind of the profile. Used by portal to differentiate traditional CDN profile and new AFD profile.
      • location

        public java.lang.String location()
        Returns:
        Resource location.
      • name

        public java.lang.String name()
        Returns:
        Resource name.
      • originResponseTimeoutSeconds

        public java.util.Optional<java.lang.Integer> originResponseTimeoutSeconds()
        Returns:
        Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
      • provisioningState

        public java.lang.String provisioningState()
        Returns:
        Provisioning status of the profile.
      • resourceState

        public java.lang.String resourceState()
        Returns:
        Resource status of the profile.
      • sku

        public SkuResponse sku()
        Returns:
        The pricing tier (defines Azure Front Door Standard or Premium or a CDN provider, feature list and rate) of the profile.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        Resource type.