RoleSizeOperationsExtensions Class

 

The Service Management API provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.RoleSizeOperationsExtensions

Syntax

public static class RoleSizeOperationsExtensions
[ExtensionAttribute]
public ref class RoleSizeOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type RoleSizeOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class RoleSizeOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static List(IRoleSizeOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IRoleSizeOperations)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top