Interface VideoContentToken


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

      • expirationDate

        OffsetDateTime expirationDate()
        Gets the expirationDate property: The content token expiration date in ISO8601 format (eg. 2021-01-01T00:00:00Z).
        Returns:
        the expirationDate value.
      • token

        String token()
        Gets the token property: The content token value to be added to the video content URL as the value for the "token" query string parameter. The token is specific to a single video.
        Returns:
        the token value.
      • innerModel

        VideoContentTokenInner innerModel()
        Gets the inner com.azure.resourcemanager.videoanalyzer.fluent.models.VideoContentTokenInner object.
        Returns:
        the inner object.