GalleryInVMAccessControlProfileVersionsOperationsExtensions.UpdateAsync 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 inVMAccessControlProfile version.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersion> UpdateAsync(this Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfileVersionsOperations operations, string resourceGroupName, string galleryName, string inVMAccessControlProfileName, string inVMAccessControlProfileVersionName, Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersionUpdate galleryInVMAccessControlProfileVersion, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfileVersionsOperations * string * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersionUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileVersion>
<Extension()>
Public Function UpdateAsync (operations As IGalleryInVMAccessControlProfileVersionsOperations, resourceGroupName As String, galleryName As String, inVMAccessControlProfileName As String, inVMAccessControlProfileVersionName As String, galleryInVMAccessControlProfileVersion As GalleryInVMAccessControlProfileVersionUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryInVMAccessControlProfileVersion)
Parameters
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- galleryName
- String
The name of the Shared Image Gallery.
- inVMAccessControlProfileName
- String
The name of the gallery inVMAccessControlProfile to be retrieved.
- inVMAccessControlProfileVersionName
- String
The name of the gallery inVMAccessControlProfile version to be retrieved.
- galleryInVMAccessControlProfileVersion
- GalleryInVMAccessControlProfileVersionUpdate
Parameters supplied to the update gallery inVMAccessControlProfile version operation.
- cancellationToken
- CancellationToken
The cancellation token.