Interface ApiManagementServiceResource.DefinitionStages.WithCertificates
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithCertificates
The stage of the ApiManagementServiceResource definition 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
ApiManagementServiceResource.DefinitionStages.WithCreate withCertificates(List<CertificateConfiguration> certificates) 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.
-