public class PublicCertificateInner extends ProxyOnlyResource
| Constructor and Description |
|---|
PublicCertificateInner() |
| 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.
|
kindpublic byte[] blob()
public PublicCertificateInner withBlob(byte[] blob)
blob - the blob value to set.public PublicCertificateLocation publicCertificateLocation()
public PublicCertificateInner withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation)
publicCertificateLocation - the publicCertificateLocation value to set.public String thumbprint()
public PublicCertificateInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.