Uses of Interface
com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithCreate
-
-
Uses of AppServiceCertificate.DefinitionStages.WithCreate in com.microsoft.azure.management.appservice
Subinterfaces of AppServiceCertificate.DefinitionStages.WithCreate in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceAppServiceCertificate.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.microsoft.azure.management.appservice that return AppServiceCertificate.DefinitionStages.WithCreate Modifier and Type Method Description AppServiceCertificate.DefinitionStages.WithCreateAppServiceCertificate.DefinitionStages.WithCertificate. withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)Specifies the app service certificate.AppServiceCertificate.DefinitionStages.WithCreateAppServiceCertificate.DefinitionStages.WithPfxFilePassword. withPfxPassword(String password)Specifies the password to the PFX certificate.
-