BatchAccountListKeyResult Class

 

Values returned by the GetKeys 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.BatchAccountListKeyResult

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod BatchAccountListKeyResult()

Initializes a new instance of the BatchAccountListKeyResult class.

System_CAPS_pubmethod BatchAccountListKeyResult(String, String)

Initializes a new instance of the BatchAccountListKeyResult class.

Properties

Name Description
System_CAPS_pubproperty Primary

Gets or sets the primary key associated with the account.

System_CAPS_pubproperty Secondary

Gets or sets the secondary key associated with the account.

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