GalleryApplicationsOperationsExtensions.BeginCreateOrUpdate 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.
Create or update a gallery Application Definition.
public static Microsoft.Azure.Management.Compute.Models.GalleryApplication BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, Microsoft.Azure.Management.Compute.Models.GalleryApplication galleryApplication);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryApplication -> Microsoft.Azure.Management.Compute.Models.GalleryApplication
<Extension()>
Public Function BeginCreateOrUpdate (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplication As GalleryApplication) As GalleryApplication
Parameters
- operations
- IGalleryApplicationsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- galleryName
- String
The name of the Shared Application Gallery in which the Application Definition is to be created.
- galleryApplicationName
- String
The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
- galleryApplication
- GalleryApplication
Parameters supplied to the create or update gallery Application operation.
Returns
Applies to
Azure SDK for .NET