Class Key
java.lang.Object
com.azure.resourcemanager.automation.models.Key
Automation key which is used to register a DSC Node.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Key
public Key()
-
-
Method Details
-
keyName
Get the keyName property: Automation key name.- Returns:
- the keyName value.
-
permissions
Get the permissions property: Automation key permissions.- Returns:
- the permissions value.
-
value
Get the value property: Value of the Automation Key used for registration.- Returns:
- the value value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-