Uses of Class
com.azure.resourcemanager.appservice.models.AppServiceCertificateCollection
Packages that use AppServiceCertificateCollection
Package
Description
Package containing the data models for AppService.
-
Uses of AppServiceCertificateCollection in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AppServiceCertificateCollectionModifier and TypeClassDescriptionfinal classCollection of certificate order certificates.Methods in com.azure.resourcemanager.appservice.models that return AppServiceCertificateCollectionModifier and TypeMethodDescriptionAppServiceCertificateCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceCertificateCollection from the JsonReader.AppServiceCertificateCollection.withNextLink(String nextLink) Set the nextLink property: The link to the next page of items.AppServiceCertificateCollection.withValue(List<AppServiceCertificateResourceInner> value) Set the value property: The AppServiceCertificateResource items on this page.