Interface Asset.Update
- All Superinterfaces:
Asset.UpdateStages.WithAlternateId
,Asset.UpdateStages.WithContainer
,Asset.UpdateStages.WithDescription
,Asset.UpdateStages.WithStorageAccountName
- Enclosing interface:
- Asset
public static interface Asset.Update
extends Asset.UpdateStages.WithAlternateId, Asset.UpdateStages.WithDescription, Asset.UpdateStages.WithContainer, Asset.UpdateStages.WithStorageAccountName
The template for Asset update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Asset.UpdateStages.WithAlternateId
withAlternateId
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Asset.UpdateStages.WithContainer
withContainer
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Asset.UpdateStages.WithDescription
withDescription
Methods inherited from interface com.azure.resourcemanager.mediaservices.models.Asset.UpdateStages.WithStorageAccountName
withStorageAccountName
-
Method Details
-
apply
Asset apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-