Key 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.
Automation key which is used to register a DSC Node
public class Key
type Key = class
Public Class Key
- Inheritance
-
Key
Constructors
Key() |
Initializes a new instance of the Key class. |
Key(String, String, String) |
Initializes a new instance of the Key class. |
Properties
KeyName |
Gets automation key name. Possible values include: 'Primary', 'Secondary' |
Permissions |
Gets automation key permissions. Possible values include: 'Read', 'Full' |
Value |
Gets value of the Automation Key used for registration. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET