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