Share via


GalleryInVmAccessControlProfileCollection.CreateOrUpdateAsync Method

Definition

Create or update a gallery inVMAccessControlProfile.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{inVMAccessControlProfileName}
  • Operation Id: GalleryInVMAccessControlProfiles_CreateOrUpdate
  • Default Api Version: 2024-03-03
  • Resource: GalleryInVmAccessControlProfileResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string inVmAccessControlProfileName, Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, inVmAccessControlProfileName As String, data As GalleryInVmAccessControlProfileData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of GalleryInVmAccessControlProfileResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

inVmAccessControlProfileName
String

The name of the gallery inVMAccessControlProfile 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.

data
GalleryInVmAccessControlProfileData

Parameters supplied to the create or update gallery inVMAccessControlProfile operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

inVmAccessControlProfileName is an empty string, and was expected to be non-empty.

inVmAccessControlProfileName or data is null.

Applies to