Uses of Class
com.azure.resourcemanager.automation.models.CredentialListResult
Packages that use CredentialListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of CredentialListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return CredentialListResultModifier and TypeMethodDescriptionstatic CredentialListResult
CredentialListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CredentialListResult from the JsonReader.CredentialListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.CredentialListResult.withValue
(List<CredentialInner> value) Set the value property: Gets or sets a list of credentials.