CertificateResponseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. CertificateResponseInner
- com.
- com.
public final class CertificateResponseInner
extends ProxyResource
The X509 Certificate.
Constructor Summary
Constructor | Description | |
---|---|---|
CertificateResponseInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
etag()
Get the etag property: The entity tag. |
Certificate |
properties()
Get the properties property: properties of a certificate. |
void |
validate()
Validates the instance. |
Certificate |
withProperties(CertificateProperties properties)
Set the properties property: properties of a certificate. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CertificateResponseInner
public CertificateResponseInner()
Method Details
etag
public String etag()
Get the etag property: The entity tag.
Returns:
properties
public CertificateProperties properties()
Get the properties property: properties of a certificate.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public CertificateResponseInner withProperties(CertificateProperties properties)
Set the properties property: properties of a certificate.
Parameters:
Returns:
Applies to
Azure SDK for Java