GalleriesOperations.StartUpdate(String, String, GalleryUpdate, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update a Shared Image Gallery.
public virtual Azure.ResourceManager.Compute.GalleriesUpdateOperation StartUpdate (string resourceGroupName, string galleryName, Azure.ResourceManager.Compute.Models.GalleryUpdate gallery, System.Threading.CancellationToken cancellationToken = default);
abstract member StartUpdate : string * string * Azure.ResourceManager.Compute.Models.GalleryUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleriesUpdateOperation
override this.StartUpdate : string * string * Azure.ResourceManager.Compute.Models.GalleryUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleriesUpdateOperation
Public Overridable Function StartUpdate (resourceGroupName As String, galleryName As String, gallery As GalleryUpdate, Optional cancellationToken As CancellationToken = Nothing) As GalleriesUpdateOperation
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- galleryName
- System.String
The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters.
- gallery
- GalleryUpdate
Parameters supplied to the update Shared Image Gallery operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
resourceGroupName
, galleryName
, or gallery
is null.