Class CertificateResponseInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.deviceprovisioningservices.fluent.models.CertificateResponseInner
public final class CertificateResponseInner
extends com.azure.core.management.ProxyResource
The X509 Certificate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get the etag property: The entity tag.Get the properties property: properties of a certificate.com.azure.core.management.SystemData
Get the systemData property: Metadata pertaining to creation and last modification of the resource.void
validate()
Validates the instance.withProperties
(CertificateProperties properties) Set the properties property: properties of a certificate.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CertificateResponseInner
public CertificateResponseInner()
-
-
Method Details
-
properties
Get the properties property: properties of a certificate.- Returns:
- the properties value.
-
withProperties
Set the properties property: properties of a certificate.- Parameters:
properties
- the properties value to set.- Returns:
- the CertificateResponseInner object itself.
-
etag
Get the etag property: The entity tag.- Returns:
- the etag value.
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Metadata pertaining to creation and last modification of the resource.- Returns:
- the systemData value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-