Interface EdgeModuleProvisioningToken


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

      • expirationDate

        OffsetDateTime expirationDate()
        Gets the expirationDate property: The 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.
      • token

        String token()
        Gets the token property: The token blob to be provided to the Azure Video Analyzer IoT edge module through the Azure IoT Edge module twin properties.
        Returns:
        the token value.
      • innerModel

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