Uses of Class
com.azure.resourcemanager.mediaservices.models.StorageAccount
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of StorageAccount in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionMediaServiceInner.storageAccounts()
Get the storageAccounts property: The storage accounts for this resource.MediaServiceProperties.storageAccounts()
Get the storageAccounts property: The storage accounts for this resource.Modifier and TypeMethodDescriptionMediaServiceInner.withStorageAccounts
(List<StorageAccount> storageAccounts) Set the storageAccounts property: The storage accounts for this resource.MediaServiceProperties.withStorageAccounts
(List<StorageAccount> storageAccounts) Set the storageAccounts property: The storage accounts for this resource. -
Uses of StorageAccount in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionSet the id property: The ID of the storage account resource.StorageAccount.withIdentity
(ResourceIdentity identity) Set the identity property: The storage account identity.StorageAccount.withType
(StorageAccountType type) Set the type property: The type of the storage account.Modifier and TypeMethodDescriptionMediaService.storageAccounts()
Gets the storageAccounts property: The storage accounts for this resource.MediaServiceUpdate.storageAccounts()
Get the storageAccounts property: The storage accounts for this resource.Modifier and TypeMethodDescriptionMediaService.DefinitionStages.WithStorageAccounts.withStorageAccounts
(List<StorageAccount> storageAccounts) Specifies the storageAccounts property: The storage accounts for this resource..MediaService.UpdateStages.WithStorageAccounts.withStorageAccounts
(List<StorageAccount> storageAccounts) Specifies the storageAccounts property: The storage accounts for this resource..MediaServiceUpdate.withStorageAccounts
(List<StorageAccount> storageAccounts) Set the storageAccounts property: The storage accounts for this resource.