PublicCertificateInner Class

public final class PublicCertificateInner
extends ProxyOnlyResource

Public certificate object.

Constructor Summary

Constructor Description
PublicCertificateInner()

Creates an instance of PublicCertificateInner class.

Method Summary

Modifier and Type Method and Description
byte[] blob()

Get the blob property: Public Certificate byte array.

PublicCertificateLocation publicCertificateLocation()

Get the publicCertificateLocation property: Public Certificate Location.

String thumbprint()

Get the thumbprint property: Certificate Thumbprint.

void validate()

Validates the instance.

PublicCertificateInner withBlob(byte[] blob)

Set the blob property: Public Certificate byte array.

PublicCertificateInner withKind(String kind)

Set the kind property: Kind of resource.

PublicCertificateInner withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)

Set the publicCertificateLocation property: Public Certificate Location.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

PublicCertificateInner

public PublicCertificateInner()

Creates an instance of PublicCertificateInner class.

Method Details

blob

public byte[] blob()

Get the blob property: Public Certificate byte array.

Returns:

the blob value.

publicCertificateLocation

public PublicCertificateLocation publicCertificateLocation()

Get the publicCertificateLocation property: Public Certificate Location.

Returns:

the publicCertificateLocation value.

thumbprint

public String thumbprint()

Get the thumbprint property: Certificate Thumbprint.

Returns:

the thumbprint value.

validate

public void validate()

Validates the instance.

Overrides:

PublicCertificateInner.validate()

withBlob

public PublicCertificateInner withBlob(byte[] blob)

Set the blob property: Public Certificate byte array.

Parameters:

blob - the blob value to set.

Returns:

the PublicCertificateInner object itself.

withKind

public PublicCertificateInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

PublicCertificateInner.withKind(String kind)

Parameters:

kind

withPublicCertificateLocation

public PublicCertificateInner withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)

Set the publicCertificateLocation property: Public Certificate Location.

Parameters:

publicCertificateLocation - the publicCertificateLocation value to set.

Returns:

the PublicCertificateInner object itself.

Applies to