Uses of Class
com.azure.resourcemanager.apimanagement.models.CertificateCreateOrUpdateParameters
Packages that use CertificateCreateOrUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.WorkspaceCertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.CertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String certificateId, CertificateCreateOrUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the certificate being used for authentication with the backend.WorkspaceCertificatesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the certificate being used for authentication with the backend. -
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionCertificateCreateOrUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateCreateOrUpdateParameters from the JsonReader.Set the data property: Base 64 encoded certificate using the application/x-pkcs12 representation.CertificateCreateOrUpdateParameters.withKeyVault(KeyVaultContractCreateProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.CertificateCreateOrUpdateParameters.withPassword(String password) Set the password property: Password for the Certificate.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionWorkspaceCertificates.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.com.azure.core.http.rest.Response<CertificateContract> WorkspaceCertificates.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates or updates the certificate being used for authentication with the backend.