Interface KeyListResult
public interface KeyListResult
An immutable client-side representation of KeyListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.automation.fluent.models.KeyListResultInner object.keys()
Gets the keys property: Lists the automation keys.
-
Method Details
-
keys
Gets the keys property: Lists the automation keys.- Returns:
- the keys value.
-
innerModel
KeyListResultInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.KeyListResultInner object.- Returns:
- the inner object.
-