Uses of Class
com.azure.resourcemanager.mediaservices.models.AssetStorageEncryptionFormat
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of AssetStorageEncryptionFormat in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionAssetInner.storageEncryptionFormat()
Get the storageEncryptionFormat property: The Asset encryption format.AssetProperties.storageEncryptionFormat()
Get the storageEncryptionFormat property: The Asset encryption format. -
Uses of AssetStorageEncryptionFormat in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final AssetStorageEncryptionFormat
AssetStorageEncryptionFormat.MEDIA_STORAGE_CLIENT_ENCRYPTION
Static value MediaStorageClientEncryption for AssetStorageEncryptionFormat.static final AssetStorageEncryptionFormat
AssetStorageEncryptionFormat.NONE
Static value None for AssetStorageEncryptionFormat.Modifier and TypeMethodDescriptionstatic AssetStorageEncryptionFormat
AssetStorageEncryptionFormat.fromString
(String name) Creates or finds a AssetStorageEncryptionFormat from its string representation.Asset.storageEncryptionFormat()
Gets the storageEncryptionFormat property: The Asset encryption format.Modifier and TypeMethodDescriptionAssetStorageEncryptionFormat.values()
Gets known AssetStorageEncryptionFormat values.