CertificateReference Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. CertificateReference
- com.
Implements
public final class CertificateReference
implements JsonSerializable<CertificateReference>
A reference to the certificate.
Constructor Summary
Constructor | Description |
---|---|
CertificateReference() |
Creates an instance of Certificate |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Certificate |
fromJson(JsonReader jsonReader)
Reads an instance of Certificate |
String |
resourceId()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Certificate |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
CertificateReference
public CertificateReference()
Creates an instance of CertificateReference class.
Method Details
fromJson
public static CertificateReference fromJson(JsonReader jsonReader)
Reads an instance of CertificateReference from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: Resource Id of the certificate.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public CertificateReference withResourceId(String resourceId)
Set the resourceId property: Resource Id of the certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java