AccountListParameters Class

 

Parameters supplied to the List operation.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Batch.Models.AccountListParameters

Syntax

public class AccountListParameters
public ref class AccountListParameters 
type AccountListParameters = class end
Public Class AccountListParameters

Constructors

Name Description
System_CAPS_pubmethod AccountListParameters()

Initializes a new instance of the AccountListParameters class.

Properties

Name Description
System_CAPS_pubproperty ResourceGroupName

Optional. The name of the resource group used to filter account results. Optional.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

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.)

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.Batch.Models Namespace

Return to top