IVirtualMachineExtensionOperations Interface

 

The Service Management API includes operations for managing the virtual machine extensions in your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157206.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public interface IVirtualMachineExtensionOperations
public interface class IVirtualMachineExtensionOperations
type IVirtualMachineExtensionOperations = interface end
Public Interface IVirtualMachineExtensionOperations

Methods

Name Description
System_CAPS_pubmethod ListAsync(CancellationToken)

The List Resource Extensions operation lists the resource extensions that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495441.aspx for more information)

System_CAPS_pubmethod ListVersionsAsync(String, String, CancellationToken)

The List Resource Extension Versions operation lists the versions of a resource extension that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495440.aspx for more information)

Extension Methods

Name Description
System_CAPS_pubmethod List()

The List Resource Extensions operation lists the resource extensions that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495441.aspx for more information)(Defined by VirtualMachineExtensionOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

The List Resource Extensions operation lists the resource extensions that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495441.aspx for more information)(Defined by VirtualMachineExtensionOperationsExtensions.)

System_CAPS_pubmethod ListVersions(String, String)

The List Resource Extension Versions operation lists the versions of a resource extension that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495440.aspx for more information)(Defined by VirtualMachineExtensionOperationsExtensions.)

System_CAPS_pubmethod ListVersionsAsync(String, String)

The List Resource Extension Versions operation lists the versions of a resource extension that are available to add to a Virtual Machine. In Azure, a process can run as a resource extension of a Virtual Machine. For example, Remote Desktop Access or the Azure Diagnostics Agent can run as resource extensions to the Virtual Machine. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn495440.aspx for more information)(Defined by VirtualMachineExtensionOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top