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 | |
---|---|---|
BatchAccountRegenerateKeyResult() | Initializes a new instance of the BatchAccountRegenerateKeyResult class. |
|
BatchAccountRegenerateKeyResult(String, String) | Initializes a new instance of the BatchAccountRegenerateKeyResult class. |
Properties
Name | Description | |
---|---|---|
Primary | Gets or sets the primary key associated with the account. |
|
Secondary | Gets or sets the secondary key associated with the account. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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