@Beta public interface AppServiceCertificate extends GroupableResource<com.microsoft.azure.management.appservice.implementation.AppServiceManager,com.microsoft.azure.management.appservice.implementation.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() |
org.joda.time.DateTime |
expirationDate() |
String |
friendlyName() |
HostingEnvironmentProfile |
hostingEnvironmentProfile() |
List<String> |
hostNames() |
org.joda.time.DateTime |
issueDate() |
String |
issuer() |
String |
password() |
byte[] |
pfxBlob() |
String |
publicKeyHash() |
String |
selfLink() |
String |
siteName() |
String |
subjectName() |
String |
thumbprint() |
Boolean |
valid() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
String friendlyName()
String subjectName()
byte[] pfxBlob()
String siteName()
String selfLink()
String issuer()
org.joda.time.DateTime issueDate()
org.joda.time.DateTime expirationDate()
String password()
String thumbprint()
Boolean valid()
byte[] certificateBlob()
String publicKeyHash()
HostingEnvironmentProfile hostingEnvironmentProfile()
Copyright © 2019. All rights reserved.