Class PublicCertificateInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.PublicCertificateInner
Public certificate object.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of PublicCertificateInner class. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]blob()Get the blob property: Public Certificate byte array.Get the publicCertificateLocation property: Public Certificate Location.Get the thumbprint property: Certificate Thumbprint.voidvalidate()Validates the instance.withBlob(byte[] blob) Set the blob property: Public Certificate byte array.Set the kind property: Kind of resource.withPublicCertificateLocation(PublicCertificateLocation publicCertificateLocation) Set the publicCertificateLocation property: Public Certificate Location.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
PublicCertificateInner
public PublicCertificateInner()Creates an instance of PublicCertificateInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
blob
public byte[] blob()Get the blob property: Public Certificate byte array.- Returns:
- the blob value.
-
withBlob
Set the blob property: Public Certificate byte array.- Parameters:
blob- the blob value to set.- Returns:
- the PublicCertificateInner object itself.
-
publicCertificateLocation
Get the publicCertificateLocation property: Public Certificate Location.- Returns:
- the publicCertificateLocation value.
-
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.
-
thumbprint
Get the thumbprint property: Certificate Thumbprint.- Returns:
- the thumbprint value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-