Interface AppServiceCertificate
-
- All Superinterfaces:
GroupableResource<AppServiceManager,CertificateInner>,HasId,HasInnerModel<CertificateInner>,HasManager<AppServiceManager>,HasName,HasResourceGroup,Indexable,Refreshable<AppServiceCertificate>,Resource
public interface AppServiceCertificate extends GroupableResource<AppServiceManager,CertificateInner>, Refreshable<AppServiceCertificate>
An immutable client-side representation of an Azure app service certificate.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAppServiceCertificate.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceAppServiceCertificate.DefinitionStagesGrouping of all the site definition stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]certificateBlob()OffsetDateTimeexpirationDate()StringfriendlyName()HostingEnvironmentProfilehostingEnvironmentProfile()List<String>hostNames()OffsetDateTimeissueDate()Stringissuer()Stringpassword()byte[]pfxBlob()StringpublicKeyHash()StringselfLink()StringsiteName()StringsubjectName()Stringthumbprint()Booleanvalid()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
friendlyName
String friendlyName()
- Returns:
- the friendly name of the certificate
-
subjectName
String subjectName()
- Returns:
- the subject name of the certificate
-
pfxBlob
byte[] pfxBlob()
- Returns:
- the pfx blob
-
siteName
String siteName()
- Returns:
- the app name
-
selfLink
String selfLink()
- Returns:
- the self link
-
issuer
String issuer()
- Returns:
- the certificate issuer
-
issueDate
OffsetDateTime issueDate()
- Returns:
- the certificate issue Date
-
expirationDate
OffsetDateTime expirationDate()
- Returns:
- the certificate expriration date
-
password
String password()
- Returns:
- the certificate password
-
thumbprint
String thumbprint()
- Returns:
- the certificate thumbprint
-
valid
Boolean valid()
- Returns:
- if the certificate valid
-
certificateBlob
byte[] certificateBlob()
- Returns:
- the raw bytes of .cer file
-
publicKeyHash
String publicKeyHash()
- Returns:
- the public key hash
-
hostingEnvironmentProfile
HostingEnvironmentProfile hostingEnvironmentProfile()
- Returns:
- the specification for the App Service Environment to use for the certificate
-
-