CertificateInner Class
- java.
lang. Object - ProxyResource
- com.
microsoft. azure. management. batch. implementation. CertificateInner
- com.
public class CertificateInner
Contains information about a certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
Delete |
deleteCertificateError()
Get this is only returned when the certificate provisioningState is 'Failed'. |
String |
etag()
Get the ETag of the resource, used for concurrency statements. |
Certificate |
format()
Get the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'. |
Certificate |
previousProvisioningState()
Get the previous provisioned state of the resource. Possible values include: 'Succeeded', 'Deleting', 'Failed'. |
DateTime |
previousProvisioningStateTransitionTime()
Get the previousProvisioningStateTransitionTime value. |
Certificate |
provisioningState()
Get possible values include: 'Succeeded', 'Deleting', 'Failed'. |
DateTime |
provisioningStateTransitionTime()
Get the provisioningStateTransitionTime value. |
String |
publicData()
Get the public key of the certificate. |
String |
thumbprint()
Get this must match the thumbprint from the name. |
String |
thumbprintAlgorithm()
Get this must match the first portion of the certificate name. Currently required to be 'SHA1'. |
Certificate |
withFormat(CertificateFormat format)
Set the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'. |
Certificate |
withThumbprint(String thumbprint)
Set this must match the thumbprint from the name. |
Certificate |
withThumbprintAlgorithm(String thumbprintAlgorithm)
Set this must match the first portion of the certificate name. Currently required to be 'SHA1'. |
Method Details
deleteCertificateError
public DeleteCertificateError deleteCertificateError()
Get this is only returned when the certificate provisioningState is 'Failed'.
Returns:
etag
public String etag()
Get the ETag of the resource, used for concurrency statements.
Returns:
format
public CertificateFormat format()
Get the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'.
Returns:
previousProvisioningState
public CertificateProvisioningState previousProvisioningState()
Get the previous provisioned state of the resource. Possible values include: 'Succeeded', 'Deleting', 'Failed'.
Returns:
previousProvisioningStateTransitionTime
public DateTime previousProvisioningStateTransitionTime()
Get the previousProvisioningStateTransitionTime value.
Returns:
provisioningState
public CertificateProvisioningState provisioningState()
Get possible values include: 'Succeeded', 'Deleting', 'Failed'.
Returns:
provisioningStateTransitionTime
public DateTime provisioningStateTransitionTime()
Get the provisioningStateTransitionTime value.
Returns:
publicData
public String publicData()
Get the public key of the certificate.
Returns:
thumbprint
public String thumbprint()
Get this must match the thumbprint from the name.
Returns:
thumbprintAlgorithm
public String thumbprintAlgorithm()
Get this must match the first portion of the certificate name. Currently required to be 'SHA1'.
Returns:
withFormat
public CertificateInner withFormat(CertificateFormat format)
Set the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'.
Parameters:
Returns:
withThumbprint
public CertificateInner withThumbprint(String thumbprint)
Set this must match the thumbprint from the name.
Parameters:
Returns:
withThumbprintAlgorithm
public CertificateInner withThumbprintAlgorithm(String thumbprintAlgorithm)
Set this must match the first portion of the certificate name. Currently required to be 'SHA1'.
Parameters:
Returns:
Applies to
Azure SDK for Java