GalleryApplicationsOperations.StartDelete(String, String, String, 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.
Delete a gallery Application.
public virtual Azure.ResourceManager.Compute.GalleryApplicationsDeleteOperation StartDelete (string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartDelete : string * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleryApplicationsDeleteOperation
override this.StartDelete : string * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Compute.GalleryApplicationsDeleteOperation
Public Overridable Function StartDelete (resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As GalleryApplicationsDeleteOperation
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 deleted.
- galleryApplicationName
- System.String
The name of the gallery Application Definition to be deleted.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
resourceGroupName
, galleryName
, or galleryApplicationName
is null.