Share via


VirtualMachineSizeListResponse Class

 

The List Virtual Machine operation response.

Namespace:   Microsoft.Azure.Management.Compute.Models
Assembly:  Microsoft.Azure.Management.Compute (in Microsoft.Azure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.Azure.Management.Compute.Models.VirtualMachineSizeListResponse

Syntax

public class VirtualMachineSizeListResponse : AzureOperationResponse, 
    IEnumerable<VirtualMachineSize>, IEnumerable
public ref class VirtualMachineSizeListResponse : AzureOperationResponse, 
    IEnumerable<VirtualMachineSize^>, IEnumerable
type VirtualMachineSizeListResponse = 
    class
        inherit AzureOperationResponse
        interface IEnumerable<VirtualMachineSize>
        interface IEnumerable
    end
Public Class VirtualMachineSizeListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of VirtualMachineSize), IEnumerable

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineSizeListResponse()

Initializes a new instance of the VirtualMachineSizeListResponse class.

Properties

Name Description
System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubproperty VirtualMachineSizes

Optional. Gets or sets the list of virtual machine sizes.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Gets the sequence of VirtualMachineSizes.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Gets the sequence of VirtualMachineSizes.

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.Azure.Management.Compute.Models Namespace

Return to top