GalleryApplicationsOperations.StartUpdate(String, String, String, GalleryApplicationUpdate, 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 gallery Application Definition.
public virtual Azure.ResourceManager.Compute.GalleryApplicationsUpdateOperation StartUpdate (string resourceGroupName, string galleryName, string galleryApplicationName, Azure.ResourceManager.Compute.Models.GalleryApplicationUpdate galleryApplication, System.Threading.CancellationToken cancellationToken = default);
abstract member StartUpdate : string * string * string * Azure.ResourceManager.Compute.Models.GalleryApplicationUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleryApplicationsUpdateOperation
override this.StartUpdate : string * string * string * Azure.ResourceManager.Compute.Models.GalleryApplicationUpdate * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleryApplicationsUpdateOperation
Public Overridable Function StartUpdate (resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplication As GalleryApplicationUpdate, Optional cancellationToken As CancellationToken = Nothing) As GalleryApplicationsUpdateOperation
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- galleryName
- System.String
The name of the Shared Application Gallery in which the Application Definition is to be updated.
- galleryApplicationName
- System.String
The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
- galleryApplication
- GalleryApplicationUpdate
Parameters supplied to the update gallery Application operation.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupName
, galleryName
, galleryApplicationName
, or galleryApplication
is null.