Uses of Interface
com.azure.resourcemanager.appservice.models.AppServiceCertificate.DefinitionStages.WithPfxFilePassword
-
Packages that use AppServiceCertificate.DefinitionStages.WithPfxFilePassword Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AppServiceCertificate.DefinitionStages.WithPfxFilePassword in com.azure.resourcemanager.appservice.models
Subinterfaces of AppServiceCertificate.DefinitionStages.WithPfxFilePassword in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceAppServiceCertificate.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models 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.
-