CertificateInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. batch. fluent. models. CertificateInner
- com.
- com.
public final class CertificateInner
extends ProxyResource
Contains information about a certificate.
Constructor Summary
| Constructor | Description |
|---|---|
| CertificateInner() |
Creates an instance of Certificate |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Delete |
deleteCertificateError()
Get the delete |
| String |
etag()
Get the etag property: The ETag of the resource, used for concurrency statements. |
|
Certificate |
format()
Get the format property: The format of the certificate - either Pfx or Cer. |
|
Certificate |
previousProvisioningState()
Get the previous |
|
Offset |
previousProvisioningStateTransitionTime()
Get the previous |
|
Certificate |
provisioningState()
Get the provisioning |
|
Offset |
provisioningStateTransitionTime()
Get the provisioning |
| String |
publicData()
Get the public |
| String |
thumbprint()
Get the thumbprint property: The thumbprint of the certificate. |
| String |
thumbprintAlgorithm()
Get the thumbprint |
| void |
validate()
Validates the instance. |
|
Certificate |
withFormat(CertificateFormat format)
Set the format property: The format of the certificate - either Pfx or Cer. |
|
Certificate |
withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of the certificate. |
|
Certificate |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprint |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
CertificateInner
public CertificateInner()
Creates an instance of CertificateInner class.
Method Details
deleteCertificateError
public DeleteCertificateError deleteCertificateError()
Get the deleteCertificateError property: This is only returned when the certificate provisioningState is 'Failed'.
Returns:
etag
public String etag()
Get the etag property: The ETag of the resource, used for concurrency statements.
Returns:
format
public CertificateFormat format()
Get the format property: The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.
Returns:
previousProvisioningState
public CertificateProvisioningState previousProvisioningState()
Get the previousProvisioningState property: The previous provisioned state of the resource.
Returns:
previousProvisioningStateTransitionTime
public OffsetDateTime previousProvisioningStateTransitionTime()
Get the previousProvisioningStateTransitionTime property: The time at which the certificate entered its previous state.
Returns:
provisioningState
public CertificateProvisioningState provisioningState()
Get the provisioningState property: The provisioningState property.
Returns:
provisioningStateTransitionTime
public OffsetDateTime provisioningStateTransitionTime()
Get the provisioningStateTransitionTime property: The time at which the certificate entered its current state.
Returns:
publicData
public String publicData()
Get the publicData property: The public key of the certificate.
Returns:
thumbprint
public String thumbprint()
Get the thumbprint property: The thumbprint of the certificate. This must match the thumbprint from the name.
Returns:
thumbprintAlgorithm
public String thumbprintAlgorithm()
Get the thumbprintAlgorithm property: The algorithm of the certificate thumbprint. This must match the first portion of the certificate name. Currently required to be 'SHA1'.
Returns:
validate
public void validate()
Validates the instance.
withFormat
public CertificateInner withFormat(CertificateFormat format)
Set the format property: The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.
Parameters:
Returns:
withThumbprint
public CertificateInner withThumbprint(String thumbprint)
Set the thumbprint property: The thumbprint of the certificate. This must match the thumbprint from the name.
Parameters:
Returns:
withThumbprintAlgorithm
public CertificateInner withThumbprintAlgorithm(String thumbprintAlgorithm)
Set the thumbprintAlgorithm property: The algorithm of the certificate thumbprint. This must match the first portion of the certificate name. Currently required to be 'SHA1'.
Parameters:
Returns: