다음을 통해 공유


IAppServiceCertificateOrder.CreateKeyVaultBinding(String, IVault) 메서드

정의

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

public Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateKeyVaultBinding CreateKeyVaultBinding (string certificateName, Microsoft.Azure.Management.KeyVault.Fluent.IVault vault);
abstract member CreateKeyVaultBinding : string * Microsoft.Azure.Management.KeyVault.Fluent.IVault -> Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateKeyVaultBinding
Public Function CreateKeyVaultBinding (certificateName As String, vault As IVault) As IAppServiceCertificateKeyVaultBinding

매개 변수

certificateName
String

Key Vault 비밀의 이름입니다.

vault
IVault

인증서를 저장할 키 자격 증명 모음입니다.

반환

적용 대상