Share via


IMachinesOperations Interface

Definition

MachinesOperations operations.

public interface IMachinesOperations
type IMachinesOperations = interface
Public Interface IMachinesOperations

Methods

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

The operation to remove a hybrid machine identity in Azure.

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

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

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<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.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<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.

Extension 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