Interface AppServiceCertificateOrder.DefinitionStages.WithValidYears
- All Known Subinterfaces:
AppServiceCertificateOrder.Definition
,AppServiceCertificateOrder.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceCertificateOrder.DefinitionStages
public static interface AppServiceCertificateOrder.DefinitionStages.WithValidYears
An app service certificate order definition allowing valid years to be set.
-
Method Summary
Modifier and TypeMethodDescriptionwithValidYears
(int years) Specifies the valid years of the certificate.
-
Method Details
-
withValidYears
Specifies the valid years of the certificate.- Parameters:
years
- minimum 1 year, and maximum 3 years- Returns:
- the next stage of the definition
-