GalleryInVMAccessControlProfilesOperationsExtensions.BeginUpdate 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.
public static Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfile BeginUpdate(this Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations operations, string resourceGroupName, string galleryName, string inVMAccessControlProfileName, Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileUpdate galleryInVMAccessControlProfile);
static member BeginUpdate : Microsoft.Azure.Management.Compute.IGalleryInVMAccessControlProfilesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfileUpdate -> Microsoft.Azure.Management.Compute.Models.GalleryInVMAccessControlProfile
<Extension()>
Public Function BeginUpdate (operations As IGalleryInVMAccessControlProfilesOperations, resourceGroupName As String, galleryName As String, inVMAccessControlProfileName As String, galleryInVMAccessControlProfile As GalleryInVMAccessControlProfileUpdate) As GalleryInVMAccessControlProfile
Parameters
- operations
- IGalleryInVMAccessControlProfilesOperations
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.
- galleryInVMAccessControlProfile
- GalleryInVMAccessControlProfileUpdate
Parameters supplied to the update gallery inVMAccessControlProfile operation.