Class LoadedCertificate
java.lang.Object
com.azure.resourcemanager.appplatform.models.LoadedCertificate
Loaded certificate payload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.Get the resourceId property: Resource Id of loaded certificate.voidvalidate()Validates the instance.withLoadTrustStore(Boolean loadTrustStore) Set the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.withResourceId(String resourceId) Set the resourceId property: Resource Id of loaded certificate.
-
Constructor Details
-
LoadedCertificate
public LoadedCertificate()
-
-
Method Details
-
resourceId
Get the resourceId property: Resource Id of loaded certificate.- Returns:
- the resourceId value.
-
withResourceId
Set the resourceId property: Resource Id of loaded certificate.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the LoadedCertificate object itself.
-
loadTrustStore
Get the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.- Returns:
- the loadTrustStore value.
-
withLoadTrustStore
Set the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.- Parameters:
loadTrustStore- the loadTrustStore value to set.- Returns:
- the LoadedCertificate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-