LoadedCertificate Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. LoadedCertificate
- com.
Implements
public final class LoadedCertificate
implements JsonSerializable<LoadedCertificate>
Loaded certificate payload.
Constructor Summary
Constructor | Description |
---|---|
LoadedCertificate() |
Creates an instance of Loaded |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Loaded |
fromJson(JsonReader jsonReader)
Reads an instance of Loaded |
Boolean |
loadTrustStore()
Get the load |
String |
resourceId()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Loaded |
withLoadTrustStore(Boolean loadTrustStore)
Set the load |
Loaded |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
LoadedCertificate
public LoadedCertificate()
Creates an instance of LoadedCertificate class.
Method Details
fromJson
public static LoadedCertificate fromJson(JsonReader jsonReader)
Reads an instance of LoadedCertificate from the JsonReader.
Parameters:
Returns:
Throws:
loadTrustStore
public Boolean loadTrustStore()
Get the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
Returns:
resourceId
public String resourceId()
Get the resourceId property: Resource Id of loaded certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLoadTrustStore
public LoadedCertificate withLoadTrustStore(Boolean loadTrustStore)
Set the loadTrustStore property: Indicate whether the certificate will be loaded into default trust store, only work for Java runtime.
Parameters:
Returns:
withResourceId
public LoadedCertificate withResourceId(String resourceId)
Set the resourceId property: Resource Id of loaded certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java