Uses of Class
com.azure.resourcemanager.appservice.models.CertificatePatchResource
-
Packages that use CertificatePatchResource Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 CertificatePatchResource Modifier and Type Method Description CertificateInnerCertificatesClient. update(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for Create or update a certificate.Mono<CertificateInner>CertificatesClient. updateAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for 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)Description for Create or update a certificate.Mono<com.azure.core.http.rest.Response<CertificateInner>>CertificatesClient. updateWithResponseAsync(String resourceGroupName, String name, CertificatePatchResource certificateEnvelope)Description for Create or update a certificate. -
Uses of CertificatePatchResource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CertificatePatchResource Modifier and Type Method Description CertificatePatchResourceCertificatePatchResource. withCanonicalName(String canonicalName)Set the canonicalName property: CNAME of the certificate to be issued via free certificate.CertificatePatchResourceCertificatePatchResource. withDomainValidationMethod(String domainValidationMethod)Set the domainValidationMethod property: Method of domain validation for free cert.CertificatePatchResourceCertificatePatchResource. withHostNames(List<String> hostNames)Set the hostNames property: Host names the certificate applies to.CertificatePatchResourceCertificatePatchResource. withKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault Csm resource Id.CertificatePatchResourceCertificatePatchResource. withKeyVaultSecretName(String keyVaultSecretName)Set the keyVaultSecretName property: Key Vault secret name.CertificatePatchResourceCertificatePatchResource. withKind(String kind)Set the kind property: Kind of resource.CertificatePatchResourceCertificatePatchResource. withPassword(String password)Set the password property: Certificate password.CertificatePatchResourceCertificatePatchResource. withPfxBlob(byte[] pfxBlob)Set the pfxBlob property: Pfx blob.CertificatePatchResourceCertificatePatchResource. 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}".
-