Machines interface
Interface representing a Machines.
Methods
delete(string, string, Machines |
The operation to remove a hybrid machine identity in Azure. |
get(string, string, Machines |
Retrieves information about the model view or the instance view of a hybrid machine. |
list |
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. |
list |
Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines. |
Method Details
delete(string, string, MachinesDeleteOptionalParams)
The operation to remove a hybrid machine identity in Azure.
function delete(resourceGroupName: string, machineName: string, options?: MachinesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- machineName
-
string
The name of the hybrid machine.
- options
- MachinesDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, MachinesGetOptionalParams)
Retrieves information about the model view or the instance view of a hybrid machine.
function get(resourceGroupName: string, machineName: string, options?: MachinesGetOptionalParams): Promise<Machine>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- machineName
-
string
The name of the hybrid machine.
- options
- MachinesGetOptionalParams
The options parameters.
Returns
Promise<Machine>
listByResourceGroup(string, MachinesListByResourceGroupOptionalParams)
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.
function listByResourceGroup(resourceGroupName: string, options?: MachinesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Machine, Machine[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
The options parameters.
Returns
listBySubscription(MachinesListBySubscriptionOptionalParams)
Lists all the hybrid machines in the specified subscription. Use the nextLink property in the response to get the next page of hybrid machines.
function listBySubscription(options?: MachinesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Machine, Machine[], PageSettings>
Parameters
The options parameters.