Uses of Class
com.azure.resourcemanager.mediaservices.models.SecurityLevel
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of SecurityLevel in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final SecurityLevel
SecurityLevel.SL150
Static value SL150 for SecurityLevel.static final SecurityLevel
SecurityLevel.SL2000
Static value SL2000 for SecurityLevel.static final SecurityLevel
SecurityLevel.SL3000
Static value SL3000 for SecurityLevel.static final SecurityLevel
SecurityLevel.UNKNOWN
Static value Unknown for SecurityLevel.Modifier and TypeMethodDescriptionstatic SecurityLevel
SecurityLevel.fromString
(String name) Creates or finds a SecurityLevel from its string representation.ContentKeyPolicyPlayReadyLicense.securityLevel()
Get the securityLevel property: The security level.Modifier and TypeMethodDescriptionstatic Collection<SecurityLevel>
SecurityLevel.values()
Gets known SecurityLevel values.Modifier and TypeMethodDescriptionContentKeyPolicyPlayReadyLicense.withSecurityLevel
(SecurityLevel securityLevel) Set the securityLevel property: The security level.