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 |
인증서 자격 증명 날짜를 가져옵니다. |
FriendlyName |
인증서의 이름을 가져옵니다. |
HostingEnvironmentProfile |
인증서에 사용할 App Service Environment 대한 사양을 가져옵니다. |
HostNames |
인증서가 적용되는 호스트 이름을 가져옵니다. |
Id |
리소스 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>) |
적용 대상
Azure SDK for .NET