Interface ApiManagementServiceResource.UpdateStages.WithCertificates
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithCertificates
The stage of the ApiManagementServiceResource update allowing to specify certificates.
-
Method Summary
Modifier and TypeMethodDescriptionwithCertificates(List<CertificateConfiguration> certificates) Specifies the certificates property: List of Certificates that need to be installed in the API Management service.
-
Method Details
-
withCertificates
Specifies the certificates property: List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10..- Parameters:
certificates- List of Certificates that need to be installed in the API Management service. Max supported certificates that can be installed is 10.- Returns:
- the next definition stage.
-