Uses of Class
com.azure.resourcemanager.apimanagement.models.CertificateConfiguration
Packages that use CertificateConfiguration
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of CertificateConfiguration in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type CertificateConfigurationModifier and TypeMethodDescriptionApiManagementServiceResourceInner.certificates()Get the certificates property: List of Certificates that need to be installed in the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type CertificateConfigurationModifier and TypeMethodDescriptionApiManagementServiceProperties.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceResourceInner.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceUpdateProperties.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service. -
Uses of CertificateConfiguration in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CertificateConfigurationModifier and TypeMethodDescriptionstatic CertificateConfigurationCertificateConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateConfiguration from the JsonReader.CertificateConfiguration.withCertificate(CertificateInformation certificate) Set the certificate property: Certificate information.CertificateConfiguration.withCertificatePassword(String certificatePassword) Set the certificatePassword property: Certificate Password.CertificateConfiguration.withEncodedCertificate(String encodedCertificate) Set the encodedCertificate property: Base64 Encoded certificate.CertificateConfiguration.withStoreName(CertificateConfigurationStoreName storeName) Set the storeName property: The System.Security.Cryptography.x509certificates.StoreName certificate store location.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type CertificateConfigurationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.certificates()Get the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceResource.certificates()Gets the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceUpdateParameters.certificates()Get the certificates property: List of Certificates that need to be installed in the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type CertificateConfigurationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceResource.DefinitionStages.WithCertificates.withCertificates(List<CertificateConfiguration> certificates) Specifies the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceResource.UpdateStages.WithCertificates.withCertificates(List<CertificateConfiguration> certificates) Specifies the certificates property: List of Certificates that need to be installed in the API Management service.ApiManagementServiceUpdateParameters.withCertificates(List<CertificateConfiguration> certificates) Set the certificates property: List of Certificates that need to be installed in the API Management service.