Uses of Class
com.azure.resourcemanager.appplatform.models.LoadedCertificate
Packages that use LoadedCertificate
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of LoadedCertificate in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return LoadedCertificateModifier and TypeMethodDescriptionLoadedCertificate.withLoadTrustStore(Boolean loadTrustStore) Set the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.LoadedCertificate.withResourceId(String resourceId) Set the resourceId property: Resource Id of loaded certificate.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type LoadedCertificateModifier and TypeMethodDescriptionAppResourceProperties.loadedCertificates()Get the loadedCertificates property: Collection of loaded certificates.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type LoadedCertificateModifier and TypeMethodDescriptionAppResourceProperties.withLoadedCertificates(List<LoadedCertificate> loadedCertificates) Set the loadedCertificates property: Collection of loaded certificates.