NoEncryption Class

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

public final class NoEncryption

Class for NoEncryption scheme.

Constructor Summary

Constructor Description
NoEncryption()

Creates an instance of NoEncryption class.

Method Summary

Modifier and Type Method and Description
EnabledProtocols enabledProtocols()

Get the enabledProtocols property: Representing supported protocols.

void validate()

Validates the instance.

NoEncryption withEnabledProtocols(EnabledProtocols enabledProtocols)

Set the enabledProtocols property: Representing supported protocols.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to