IMachineExtensionsOperations Interface

Definition

MachineExtensionsOperations operations.

public interface IMachineExtensionsOperations
type IMachineExtensionsOperations = interface
Public Interface IMachineExtensionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, MachineExtension, Dictionary<String,List<String>>, CancellationToken)

The operation to create or update the extension.

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

The operation to delete the extension.

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

The operation to create or update the extension.

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

The operation to create or update the extension.

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

The operation to delete the extension.

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

The operation to get the extension.

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

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

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

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

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

The operation to create or update the extension.

Extension 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