RoleSizeListResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Role Sizes operation response.
public class RoleSizeListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.Models.RoleSizeListResponse.RoleSize>
type RoleSizeListResponse = class
inherit AzureOperationResponse
interface seq<RoleSizeListResponse.RoleSize>
interface IEnumerable
Public Class RoleSizeListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of RoleSizeListResponse.RoleSize)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseRoleSizeListResponse
- Implements
Constructors
RoleSizeListResponse() |
Initializes a new instance of the RoleSizeListResponse class. |
Properties
RoleSizes |
Optional. The role sizes that are valid for your subscription. |
Methods
GetEnumerator() |
Gets the sequence of RoleSizes. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of RoleSizes. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Applies to
Azure SDK for .NET