java.lang.Object
com.azure.resourcemanager.mediaservices.models.NoEncryption

public final class NoEncryption extends Object
Class for NoEncryption scheme.
  • Constructor Details

    • NoEncryption

      public NoEncryption()
      Creates an instance of NoEncryption class.
  • Method Details

    • enabledProtocols

      public EnabledProtocols enabledProtocols()
      Get the enabledProtocols property: Representing supported protocols.
      Returns:
      the enabledProtocols value.
    • withEnabledProtocols

      public NoEncryption withEnabledProtocols(EnabledProtocols enabledProtocols)
      Set the enabledProtocols property: Representing supported protocols.
      Parameters:
      enabledProtocols - the enabledProtocols value to set.
      Returns:
      the NoEncryption object itself.
    • validate

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