Share via


StorageAccountRegenerateKeysParameters Class

 

Represents the parameters that are used to regenerate access keys for a storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage.Models
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountRegenerateKeysParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod StorageAccountRegenerateKeysParameters()

Initializes a new instance of the StorageAccountRegenerateKeysParameters class.

System_CAPS_pubmethod StorageAccountRegenerateKeysParameters(String, StorageKeyType)

Initializes a new instance of the StorageAccountRegenerateKeysParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty KeyType

Gets or sets a StorageKeyType value that specifies the key to regenerate.

System_CAPS_pubproperty Name

Required. The name of the desired storage 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.WindowsAzure.Management.Storage.Models Namespace

Return to top