Share via


MachineExtensionsOperationsExtensions Class

Definition

Extension methods for MachineExtensionsOperations.

public static class MachineExtensionsOperationsExtensions
type MachineExtensionsOperationsExtensions = class
Public Module MachineExtensionsOperationsExtensions
Inheritance
MachineExtensionsOperationsExtensions

Methods

BeginCreateOrUpdate(IMachineExtensionsOperations, String, String, String, MachineExtension)

The operation to create or update the extension.

BeginCreateOrUpdateAsync(IMachineExtensionsOperations, String, String, String, MachineExtension, CancellationToken)

The operation to create or update the extension.

BeginDelete(IMachineExtensionsOperations, String, String, String)

The operation to delete the extension.

BeginDeleteAsync(IMachineExtensionsOperations, String, String, String, CancellationToken)

The operation to delete the extension.

BeginUpdate(IMachineExtensionsOperations, String, String, String, MachineExtensionUpdate)

The operation to create or update the extension.

BeginUpdateAsync(IMachineExtensionsOperations, String, String, String, MachineExtensionUpdate, CancellationToken)

The operation to create or update the extension.

CreateOrUpdate(IMachineExtensionsOperations, String, String, String, MachineExtension)

The operation to create or update the extension.

CreateOrUpdateAsync(IMachineExtensionsOperations, String, String, String, MachineExtension, CancellationToken)

The operation to create or update the extension.

Delete(IMachineExtensionsOperations, String, String, String)

The operation to delete the extension.

DeleteAsync(IMachineExtensionsOperations, String, String, String, CancellationToken)

The operation to delete the extension.

Get(IMachineExtensionsOperations, String, String, String)

The operation to get the extension.

GetAsync(IMachineExtensionsOperations, String, String, String, CancellationToken)

The operation to get the extension.

List(IMachineExtensionsOperations, String, String, String)

The operation to get all extensions of a non-Azure machine

ListAsync(IMachineExtensionsOperations, String, String, String, CancellationToken)

The operation to get all extensions of a non-Azure machine

ListNext(IMachineExtensionsOperations, String)

The operation to get all extensions of a non-Azure machine

ListNextAsync(IMachineExtensionsOperations, String, CancellationToken)

The operation to get all extensions of a non-Azure machine

Update(IMachineExtensionsOperations, String, String, String, MachineExtensionUpdate)

The operation to create or update the extension.

UpdateAsync(IMachineExtensionsOperations, String, String, String, MachineExtensionUpdate, CancellationToken)

The operation to create or update the extension.

Applies to