IAppServiceCertificate 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Azure App Service 憑證的不可變用戶端標記法。
public interface IAppServiceCertificate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager,Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.CertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.AppService.Fluent.IAppServiceManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificate>
type IAppServiceCertificate = interface
interface IBeta
interface IGroupableResource<IAppServiceManager, CertificateInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IAppServiceManager>
interface IHasInner<CertificateInner>
interface IRefreshable<IAppServiceCertificate>
Public Interface IAppServiceCertificate
Implements IBeta, IGroupableResource(Of IAppServiceManager, CertificateInner), IHasInner(Of CertificateInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServiceCertificate)
- 實作
屬性
CertificateBlob |
取得 .cer 檔案的原始位元組。 |
ExpirationDate |
取得憑證 expriration 日期。 |
FriendlyName |
取得憑證的易記名稱。 |
HostingEnvironmentProfile |
取得要用於憑證之App Service 環境的規格。 |
HostNames |
取得憑證所套用的主機名稱。 |
Id |
取得資源識別碼字串 (繼承來源 IHasId) |
Inner |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IHasInner<T>) |
IssueDate |
取得憑證發行日期。 |
Issuer |
取得憑證簽發者。 |
Key |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IIndexable) |
Manager |
取得這個資源類型的管理員用戶端類型。 (繼承來源 IHasManager<ManagerT>) |
Name |
取得資源的名稱 (繼承來源 IHasName) |
Password |
取得憑證密碼。 |
PfxBlob |
取得 pfx Blob。 |
PublicKeyHash |
取得公開金鑰雜湊。 |
Region |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IResource) |
RegionName |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IResource) |
ResourceGroupName |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IHasResourceGroup) |
SelfLink |
取得自我連結。 |
SiteName |
取得應用程式名稱。 |
SubjectName |
取得憑證的主體名稱。 |
Tags |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IResource) |
Thumbprint |
取得憑證指紋。 |
Type |
Azure App Service 憑證的不可變用戶端標記法。 (繼承來源 IResource) |
Valid |
取得憑證是否有效。 |
方法
Refresh() |
重新整理資源以與 Azure 同步處理。 (繼承來源 IRefreshable<T>) |
RefreshAsync(CancellationToken) |
重新整理資源以與 Azure 同步處理。 (繼承來源 IRefreshable<T>) |