Share via


IRoleSizeOperations Interface

 

The Service Management API includes operations for listing the available role sizes for VMs in your subscription.

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod ListAsync(CancellationToken)

The List Role Sizes operation lists all of the role sizes that are valid for your subscription.

Extension Methods

Name Description
System_CAPS_pubmethod List()

The List Role Sizes operation lists all of the role sizes that are valid for your subscription.(Defined by RoleSizeOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

The List Role Sizes operation lists all of the role sizes that are valid for your subscription.(Defined by RoleSizeOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top