Uses of Interface
com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithPfxFilePassword
-
-
Uses of AppServiceCertificate.DefinitionStages.WithPfxFilePassword in com.microsoft.azure.management.appservice
Subinterfaces of AppServiceCertificate.DefinitionStages.WithPfxFilePassword 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.WithPfxFilePassword Modifier and Type Method Description AppServiceCertificate.DefinitionStages.WithPfxFilePasswordAppServiceCertificate.DefinitionStages.WithCertificate. withPfxByteArray(byte[] pfxByteArray)Specifies the PFX byte array to upload.AppServiceCertificate.DefinitionStages.WithPfxFilePasswordAppServiceCertificate.DefinitionStages.WithCertificate. withPfxFile(File file)Specifies the PFX certificate file to upload.AppServiceCertificate.DefinitionStages.WithPfxFilePasswordAppServiceCertificate.DefinitionStages.WithCertificate. withPfxFileFromUrl(String url)Specifies the PFX file from a URL.
-