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)

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

public class StorageAccountRegenerateKeysParameters

NameDescription
System_CAPS_pubmethodStorageAccountRegenerateKeysParameters()

Initializes a new instance of the StorageAccountRegenerateKeysParameters class.

System_CAPS_pubmethodStorageAccountRegenerateKeysParameters(String, StorageKeyType)

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

NameDescription
System_CAPS_pubpropertyKeyType

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

System_CAPS_pubpropertyName

Required. The name of the desired storage account.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: