Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AppServiceCertificateKeyVaultBinding |
AppServiceCertificateOrder.createKeyVaultBinding(String certificateName,
Vault vault)
Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.
|
AppServiceCertificateKeyVaultBinding |
AppServiceCertificateOrder.getKeyVaultBinding() |
Modifier and Type | Method and Description |
---|---|
rx.Observable<AppServiceCertificateKeyVaultBinding> |
AppServiceCertificateOrder.createKeyVaultBindingAsync(String certificateName,
Vault vault)
Bind a Key Vault secret to a certificate store that will be used for storing the certificate once it's ready.
|
rx.Observable<AppServiceCertificateKeyVaultBinding> |
AppServiceCertificateOrder.getKeyVaultBindingAsync() |
Copyright © 2019. All rights reserved.