Class ListCertificatesResult
java.lang.Object
com.azure.resourcemanager.batch.models.ListCertificatesResult
Values returned by the List operation.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ListCertificatesResult class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The continuation token.void
validate()
Validates the instance.value()
Get the value property: The collection of returned certificates.withNextLink
(String nextLink) Set the nextLink property: The continuation token.withValue
(List<CertificateInner> value) Set the value property: The collection of returned certificates.
-
Constructor Details
-
ListCertificatesResult
public ListCertificatesResult()Creates an instance of ListCertificatesResult class.
-
-
Method Details
-
value
Get the value property: The collection of returned certificates.- Returns:
- the value value.
-
withValue
Set the value property: The collection of returned certificates.- Parameters:
value
- the value value to set.- Returns:
- the ListCertificatesResult object itself.
-
nextLink
Get the nextLink property: The continuation token.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The continuation token.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the ListCertificatesResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-