다음을 통해 공유


IAppServiceCertificateOrder 인터페이스

정의

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

public interface IAppServiceCertificateOrder : 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.AppServiceCertificateOrderInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateOrderInner>, 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.IAppServiceCertificateOrder>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate>
type IAppServiceCertificateOrder = interface
    interface IBeta
    interface IGroupableResource<IAppServiceManager, AppServiceCertificateOrderInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<IAppServiceManager>
    interface IHasInner<AppServiceCertificateOrderInner>
    interface IRefreshable<IAppServiceCertificateOrder>
    interface IUpdatable<IUpdate>
Public Interface IAppServiceCertificateOrder
Implements IBeta, IGroupableResource(Of IAppServiceManager, AppServiceCertificateOrderInner), IHasInner(Of AppServiceCertificateOrderInner), IHasManager(Of IAppServiceManager), IRefreshable(Of IAppServiceCertificateOrder), IUpdatable(Of IUpdate)
구현

속성

AutoRenew

만료 시 인증서를 자동으로 갱신해야 하는지를 가져옵니다.

CertificateSigningRequest

이 주문에 대해 만들어진 마지막 인증서 서명 요청을 가져옵니다.

DistinguishedName

인증서의 고유 이름을 가져옵니다.

DomainVerificationToken

도메인 확인 토큰을 가져옵니다.

ExpirationTime

만료 시간을 가져옵니다.

Id

리소스 ID 문자열을 가져옵니다.

(다음에서 상속됨 IHasId)
Inner

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasInner<T>)
Intermediate

중간 인증서를 가져옵니다.

Key

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IIndexable)
KeySize

인증서 키 크기를 가져옵니다.

LastCertificateIssuanceTime

마지막 발급 시간을 가져옵니다.

Manager

이 리소스 유형의 관리자 클라이언트 유형을 가져옵니다.

(다음에서 상속됨 IHasManager<ManagerT>)
Name

리소스의 이름을 가져옵니다.

(다음에서 상속됨 IHasName)
ProductType

인증서 제품 유형을 가져옵니다.

Region

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
RegionName

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
ResourceGroupName

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IHasResourceGroup)
Root

루트 인증서를 가져옵니다.

SerialNumber

인증서의 현재 일련 번호를 가져옵니다.

SignedCertificate

서명된 인증서를 가져옵니다.

Status

현재 순서 상태 가져옵니다.

Tags

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
Type

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IResource)
ValidityInYears

연도의 기간을 가져옵니다(1에서 3 사이여야 합니다).

메서드

CreateKeyVaultBinding(String, IVault)

준비가 되면 인증서를 저장하는 데 사용할 인증서 저장소에 Key Vault 비밀을 바인딩합니다.

CreateKeyVaultBindingAsync(String, IVault, CancellationToken)

준비가 되면 인증서를 저장하는 데 사용할 인증서 저장소에 Key Vault 비밀을 바인딩합니다.

GetKeyVaultBinding()

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

GetKeyVaultBindingAsync(CancellationToken)

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

Refresh()

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure와 동기화할 리소스를 새로 고칩니다.

(다음에서 상속됨 IRefreshable<T>)
Update()

Azure App Service 인증서 주문의 변경할 수 없는 클라이언트 쪽 표현입니다.

(다음에서 상속됨 IUpdatable<T>)
VerifyDomainOwnership(IAppServiceDomain)

Azure에서 구매한 도메인을 제공하여 도메인의 소유권을 확인합니다.

VerifyDomainOwnershipAsync(IAppServiceDomain, CancellationToken)

Azure에서 구매한 도메인을 제공하여 도메인의 소유권을 확인합니다.

적용 대상