Uses of Class
com.azure.resourcemanager.mediaservices.models.StorageAuthentication
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of StorageAuthentication in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionMediaServiceInner.storageAuthentication()
Get the storageAuthentication property: The storageAuthentication property.MediaServiceProperties.storageAuthentication()
Get the storageAuthentication property: The storageAuthentication property.Modifier and TypeMethodDescriptionMediaServiceInner.withStorageAuthentication
(StorageAuthentication storageAuthentication) Set the storageAuthentication property: The storageAuthentication property.MediaServiceProperties.withStorageAuthentication
(StorageAuthentication storageAuthentication) Set the storageAuthentication property: The storageAuthentication property. -
Uses of StorageAuthentication in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final StorageAuthentication
StorageAuthentication.MANAGED_IDENTITY
Static value ManagedIdentity for StorageAuthentication.static final StorageAuthentication
StorageAuthentication.SYSTEM
Static value System for StorageAuthentication.Modifier and TypeMethodDescriptionstatic StorageAuthentication
StorageAuthentication.fromString
(String name) Creates or finds a StorageAuthentication from its string representation.MediaService.storageAuthentication()
Gets the storageAuthentication property: The storageAuthentication property.MediaServiceUpdate.storageAuthentication()
Get the storageAuthentication property: The storageAuthentication property.Modifier and TypeMethodDescriptionstatic Collection<StorageAuthentication>
StorageAuthentication.values()
Gets known StorageAuthentication values.Modifier and TypeMethodDescriptionMediaService.DefinitionStages.WithStorageAuthentication.withStorageAuthentication
(StorageAuthentication storageAuthentication) Specifies the storageAuthentication property: The storageAuthentication property..MediaService.UpdateStages.WithStorageAuthentication.withStorageAuthentication
(StorageAuthentication storageAuthentication) Specifies the storageAuthentication property: The storageAuthentication property..MediaServiceUpdate.withStorageAuthentication
(StorageAuthentication storageAuthentication) Set the storageAuthentication property: The storageAuthentication property.