Key Constructors
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.
Overloads
Key() |
Initializes a new instance of the Key class. |
Key(String, String, String) |
Initializes a new instance of the Key class. |
Key()
Initializes a new instance of the Key class.
public Key ();
Public Sub New ()
Applies to
Key(String, String, String)
Initializes a new instance of the Key class.
public Key (string keyName = default, string permissions = default, string value = default);
new Microsoft.Azure.Management.Automation.Models.Key : string * string * string -> Microsoft.Azure.Management.Automation.Models.Key
Public Sub New (Optional keyName As String = Nothing, Optional permissions As String = Nothing, Optional value As String = Nothing)
Parameters
- keyName
- String
Automation key name. Possible values include: 'Primary', 'Secondary'
- permissions
- String
Automation key permissions. Possible values include: 'Read', 'Full'
- value
- String
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