Class ListProvisioningTokenInput


  • public final class ListProvisioningTokenInput
    extends Object
    The input parameters to generate registration token for the Azure Video Analyzer IoT edge module.
    • Constructor Detail

      • ListProvisioningTokenInput

        public ListProvisioningTokenInput()
    • Method Detail

      • expirationDate

        public OffsetDateTime expirationDate()
        Get the expirationDate property: The desired expiration date of the registration token. The Azure Video Analyzer IoT edge module must be initialized and connected to the Internet prior to the token expiration date.
        Returns:
        the expirationDate value.
      • withExpirationDate

        public ListProvisioningTokenInput withExpirationDate​(OffsetDateTime expirationDate)
        Set the expirationDate property: The desired expiration date of the registration token. The Azure Video Analyzer IoT edge module must be initialized and connected to the Internet prior to the token expiration date.
        Parameters:
        expirationDate - the expirationDate value to set.
        Returns:
        the ListProvisioningTokenInput object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.