RegenerateAccessKeyParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.
public class RegenerateAccessKeyParameters
type RegenerateAccessKeyParameters = class
Public Class RegenerateAccessKeyParameters
- Inheritance
-
RegenerateAccessKeyParameters
Constructors
RegenerateAccessKeyParameters() |
Initializes a new instance of the RegenerateAccessKeyParameters class. |
RegenerateAccessKeyParameters(KeyType, String) |
Initializes a new instance of the RegenerateAccessKeyParameters class. |
Properties
Key |
Gets or sets optional, if the key value provided, is set for KeyType or autogenerated Key value set for keyType |
KeyType |
Gets or sets the access key to regenerate. Possible values include: 'PrimaryKey', 'SecondaryKey' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET