BatchAccountRegenerateKeyResult Class

 

Values returned by the RegenerateKey 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.BatchAccountRegenerateKeyResult

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod BatchAccountRegenerateKeyResult()

Initializes a new instance of the BatchAccountRegenerateKeyResult class.

System_CAPS_pubmethod BatchAccountRegenerateKeyResult(String, String)

Initializes a new instance of the BatchAccountRegenerateKeyResult 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