Share via


MachinesOperationsExtensions Class

Definition

Extension methods for MachinesOperations.

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

Methods

Delete(IMachinesOperations, String, String)

The operation to remove a hybrid machine identity in Azure.

DeleteAsync(IMachinesOperations, String, String, CancellationToken)

The operation to remove a hybrid machine identity in Azure.

Get(IMachinesOperations, String, String, String)

Retrieves information about the model view or the instance view of a hybrid machine.

GetAsync(IMachinesOperations, String, String, String, CancellationToken)

Retrieves information about the model view or the instance view of a hybrid machine.

ListByResourceGroup(IMachinesOperations, String)

Lists all the hybrid machines in the specified resource group. Use the nextLink property in the response to get the next page of hybrid machines.

ListByResourceGroupAsync(IMachinesOperations, String, CancellationToken)

Lists all the hybrid machines in the specified resource group. Use the nextLink property in the response to get the next page of hybrid machines.

ListByResourceGroupNext(IMachinesOperations, String)

Lists all the hybrid machines in the specified resource group. Use the nextLink property in the response to get the next page of hybrid machines.

ListByResourceGroupNextAsync(IMachinesOperations, String, CancellationToken)

Lists all the hybrid machines in the specified resource group. Use the nextLink property in the response to get the next page of hybrid machines.

ListBySubscription(IMachinesOperations)

Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.

ListBySubscriptionAsync(IMachinesOperations, CancellationToken)

Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.

ListBySubscriptionNext(IMachinesOperations, String)

Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.

ListBySubscriptionNextAsync(IMachinesOperations, String, CancellationToken)

Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.

Applies to