Class NoEncryption
java.lang.Object
com.azure.resourcemanager.mediaservices.models.NoEncryption
Class for NoEncryption scheme.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the enabledProtocols property: Representing supported protocols.void
validate()
Validates the instance.withEnabledProtocols
(EnabledProtocols enabledProtocols) Set the enabledProtocols property: Representing supported protocols.
-
Constructor Details
-
NoEncryption
public NoEncryption()Creates an instance of NoEncryption class.
-
-
Method Details
-
enabledProtocols
Get the enabledProtocols property: Representing supported protocols.- Returns:
- the enabledProtocols value.
-
withEnabledProtocols
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.
-