Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificatePatchResourceInner
Packages that use AppServiceCertificatePatchResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of AppServiceCertificatePatchResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type AppServiceCertificatePatchResourceInnerModifier and TypeMethodDescriptionAppServiceCertificateOrdersClient.updateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate) Creates or updates a certificate and associates with key vault secret.AppServiceCertificateOrdersClient.updateCertificateAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate) Creates or updates a certificate and associates with key vault secret.com.azure.core.http.rest.Response<AppServiceCertificateResourceInner> AppServiceCertificateOrdersClient.updateCertificateWithResponse(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate, com.azure.core.util.Context context) Creates or updates a certificate and associates with key vault secret.Mono<com.azure.core.http.rest.Response<AppServiceCertificateResourceInner>> AppServiceCertificateOrdersClient.updateCertificateWithResponseAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate) Creates or updates a certificate and associates with key vault secret. -
Uses of AppServiceCertificatePatchResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AppServiceCertificatePatchResourceInnerModifier and TypeMethodDescriptionAppServiceCertificatePatchResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AppServiceCertificatePatchResourceInner from the JsonReader.AppServiceCertificatePatchResourceInner.withKeyVaultId(String keyVaultId) Set the keyVaultId property: Key Vault resource Id.AppServiceCertificatePatchResourceInner.withKeyVaultSecretName(String keyVaultSecretName) Set the keyVaultSecretName property: Key Vault secret name.Set the kind property: Kind of resource.