Uses of Class
com.azure.resourcemanager.appservice.models.CertificatePatchResource
Packages that use CertificatePatchResource
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CertificatePatchResource in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CertificatePatchResourceModifier and TypeMethodDescriptionCertificatesClient.update
(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate.CertificatesClient.updateAsync
(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate.com.azure.core.http.rest.Response
<CertificateInner> CertificatesClient.updateWithResponse
(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope, com.azure.core.util.Context context) Create or update a certificate.Mono
<com.azure.core.http.rest.Response<CertificateInner>> CertificatesClient.updateWithResponseAsync
(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope) Create or update a certificate. -
Uses of CertificatePatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CertificatePatchResourceModifier and TypeMethodDescriptionstatic CertificatePatchResource
CertificatePatchResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CertificatePatchResource from the JsonReader.CertificatePatchResource.withCanonicalName
(String canonicalName) Set the canonicalName property: CNAME of the certificate to be issued via free certificate.CertificatePatchResource.withDomainValidationMethod
(String domainValidationMethod) Set the domainValidationMethod property: Method of domain validation for free cert.CertificatePatchResource.withHostNames
(List<String> hostNames) Set the hostNames property: Host names the certificate applies to.CertificatePatchResource.withKeyVaultId
(String keyVaultId) Set the keyVaultId property: Key Vault Csm resource Id.CertificatePatchResource.withKeyVaultSecretName
(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.Set the kind property: Kind of resource.CertificatePatchResource.withPassword
(String password) Set the password property: Certificate password.CertificatePatchResource.withPfxBlob
(byte[] pfxBlob) Set the pfxBlob property: Pfx blob.CertificatePatchResource.withServerFarmId
(String serverFarmId) Set the serverFarmId property: Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".