IGalleryInVMAccessControlProfilesOperations Interface

Definition

GalleryInVMAccessControlProfilesOperations operations.

public interface IGalleryInVMAccessControlProfilesOperations
type IGalleryInVMAccessControlProfilesOperations = interface
Public Interface IGalleryInVMAccessControlProfilesOperations

Methods

Name Description
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryInVMAccessControlProfile, Dictionary<String,List<String>>, CancellationToken)

Create or update a gallery inVMAccessControlProfile.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a gallery inVMAccessControlProfile.

BeginUpdateWithHttpMessagesAsync(String, String, String, GalleryInVMAccessControlProfileUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a gallery inVMAccessControlProfile.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryInVMAccessControlProfile, Dictionary<String,List<String>>, CancellationToken)

Create or update a gallery inVMAccessControlProfile.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a gallery inVMAccessControlProfile.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Retrieves information about a gallery inVMAccessControlProfile.

ListByGalleryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List gallery inVMAccessControlProfiles in a gallery.

ListByGalleryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

List gallery inVMAccessControlProfiles in a gallery.

UpdateWithHttpMessagesAsync(String, String, String, GalleryInVMAccessControlProfileUpdate, Dictionary<String,List<String>>, CancellationToken)

Update a gallery inVMAccessControlProfile.

Extension Methods

Name Description
BeginCreateOrUpdate(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

BeginCreateOrUpdateAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfile, CancellationToken)

Create or update a gallery inVMAccessControlProfile.

BeginDelete(IGalleryInVMAccessControlProfilesOperations, String, String, String)

Delete a gallery inVMAccessControlProfile.

BeginDeleteAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, CancellationToken)

Delete a gallery inVMAccessControlProfile.

BeginUpdate(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfileUpdate)

Update a gallery inVMAccessControlProfile.

BeginUpdateAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfileUpdate, CancellationToken)

Update a gallery inVMAccessControlProfile.

CreateOrUpdate(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfile)

Create or update a gallery inVMAccessControlProfile.

CreateOrUpdateAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfile, CancellationToken)

Create or update a gallery inVMAccessControlProfile.

Delete(IGalleryInVMAccessControlProfilesOperations, String, String, String)

Delete a gallery inVMAccessControlProfile.

DeleteAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, CancellationToken)

Delete a gallery inVMAccessControlProfile.

Get(IGalleryInVMAccessControlProfilesOperations, String, String, String)

Retrieves information about a gallery inVMAccessControlProfile.

GetAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, CancellationToken)

Retrieves information about a gallery inVMAccessControlProfile.

ListByGallery(IGalleryInVMAccessControlProfilesOperations, String, String)

List gallery inVMAccessControlProfiles in a gallery.

ListByGalleryAsync(IGalleryInVMAccessControlProfilesOperations, String, String, CancellationToken)

List gallery inVMAccessControlProfiles in a gallery.

ListByGalleryNext(IGalleryInVMAccessControlProfilesOperations, String)

List gallery inVMAccessControlProfiles in a gallery.

ListByGalleryNextAsync(IGalleryInVMAccessControlProfilesOperations, String, CancellationToken)

List gallery inVMAccessControlProfiles in a gallery.

Update(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfileUpdate)

Update a gallery inVMAccessControlProfile.

UpdateAsync(IGalleryInVMAccessControlProfilesOperations, String, String, String, GalleryInVMAccessControlProfileUpdate, CancellationToken)

Update a gallery inVMAccessControlProfile.

Applies to