Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CertificatePatchResource |
CertificatePatchResource.withHostNames(List<String> hostNames)
Set host names the certificate applies to.
|
CertificatePatchResource |
CertificatePatchResource.withKeyVaultId(String keyVaultId)
Set key Vault Csm resource Id.
|
CertificatePatchResource |
CertificatePatchResource.withKeyVaultSecretName(String keyVaultSecretName)
Set key Vault secret name.
|
CertificatePatchResource |
CertificatePatchResource.withPassword(String password)
Set certificate password.
|
CertificatePatchResource |
CertificatePatchResource.withPfxBlob(byte[] pfxBlob)
Set pfx blob.
|
CertificatePatchResource |
CertificatePatchResource.withServerFarmId(String serverFarmId)
Set resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
|
Copyright © 2019. All rights reserved.