Uses of Class
com.azure.resourcemanager.mediaservices.models.MediaServiceUpdate
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of MediaServiceUpdate in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MediaServiceInner>,
MediaServiceInner> MediaservicesClient.beginUpdate
(String resourceGroupName, String accountName, MediaServiceUpdate parameters) Update a Media Services accountcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<MediaServiceInner>,
MediaServiceInner> MediaservicesClient.beginUpdate
(String resourceGroupName, String accountName, MediaServiceUpdate parameters, com.azure.core.util.Context context) Update a Media Services accountMediaservicesClient.update
(String resourceGroupName, String accountName, MediaServiceUpdate parameters) Update a Media Services accountMediaservicesClient.update
(String resourceGroupName, String accountName, MediaServiceUpdate parameters, com.azure.core.util.Context context) Update a Media Services account -
Uses of MediaServiceUpdate in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionMediaServiceUpdate.withEncryption
(AccountEncryption encryption) Set the encryption property: The account encryption properties.MediaServiceUpdate.withIdentity
(MediaServiceIdentity identity) Set the identity property: The Managed Identity for the Media Services account.MediaServiceUpdate.withKeyDelivery
(KeyDelivery keyDelivery) Set the keyDelivery property: The Key Delivery properties for Media Services account.MediaServiceUpdate.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: The minimum TLS version allowed for this account's requests.MediaServiceUpdate.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.MediaServiceUpdate.withStorageAccounts
(List<StorageAccount> storageAccounts) Set the storageAccounts property: The storage accounts for this resource.MediaServiceUpdate.withStorageAuthentication
(StorageAuthentication storageAuthentication) Set the storageAuthentication property: The storageAuthentication property.Set the tags property: Resource tags.