Uses of Class
com.azure.resourcemanager.appservice.fluent.models.AppServiceCertificatePatchResourceInner
-
Packages that use AppServiceCertificatePatchResourceInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models 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 AppServiceCertificatePatchResourceInner Modifier and Type Method Description AppServiceCertificateResourceInnerAppServiceCertificateOrdersClient. updateCertificate(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate)Description for Creates or updates a certificate and associates with key vault secret.Mono<AppServiceCertificateResourceInner>AppServiceCertificateOrdersClient. updateCertificateAsync(String resourceGroupName, String certificateOrderName, String name, AppServiceCertificatePatchResourceInner keyVaultCertificate)Description for 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)Description for 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)Description for 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 AppServiceCertificatePatchResourceInner Modifier and Type Method Description AppServiceCertificatePatchResourceInnerAppServiceCertificatePatchResourceInner. withKeyVaultId(String keyVaultId)Set the keyVaultId property: Key Vault resource Id.AppServiceCertificatePatchResourceInnerAppServiceCertificatePatchResourceInner. withKeyVaultSecretName(String keyVaultSecretName)Set the keyVaultSecretName property: Key Vault secret name.AppServiceCertificatePatchResourceInnerAppServiceCertificatePatchResourceInner. withKind(String kind)Set the kind property: Kind of resource.
-