public interface AppServiceCertificate extends GroupableResource<AppServiceManager,CertificateInner>, Refreshable<AppServiceCertificate>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AppServiceCertificate.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
AppServiceCertificate.DefinitionStages
Grouping of all the site definition stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
byte[] |
certificateBlob() |
OffsetDateTime |
expirationDate() |
String |
friendlyName() |
HostingEnvironmentProfile |
hostingEnvironmentProfile() |
List<String> |
hostNames() |
OffsetDateTime |
issueDate() |
String |
issuer() |
String |
password() |
byte[] |
pfxBlob() |
String |
publicKeyHash() |
String |
selfLink() |
String |
siteName() |
String |
subjectName() |
String |
thumbprint() |
Boolean |
valid() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncString friendlyName()
String subjectName()
byte[] pfxBlob()
String siteName()
String selfLink()
String issuer()
OffsetDateTime issueDate()
OffsetDateTime expirationDate()
String password()
String thumbprint()
Boolean valid()
byte[] certificateBlob()
String publicKeyHash()
HostingEnvironmentProfile hostingEnvironmentProfile()
Copyright © 2021 Microsoft Corporation. All rights reserved.