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 | |
---|---|---|
ListAsync(CancellationToken) | The List Role Sizes operation lists all of the role sizes that are valid for your subscription. |
Extension Methods
Name | Description | |
---|---|---|
List() | The List Role Sizes operation lists all of the role sizes that are valid for your subscription.(Defined by RoleSizeOperationsExtensions.) |
|
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