Uses of Interface
com.microsoft.azure.management.network.model.HasSslCertificate.UpdateStages.WithSslPassword
-
Packages that use HasSslCertificate.UpdateStages.WithSslPassword Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient.com.microsoft.azure.management.network.model This package contains the common interfaces for resource models in networking. -
-
Uses of HasSslCertificate.UpdateStages.WithSslPassword in com.microsoft.azure.management.network
Subinterfaces of HasSslCertificate.UpdateStages.WithSslPassword in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayListener.UpdateThe entirety of an application gateway HTTP listener update as part of an application gateway update.static interfaceApplicationGatewayListener.UpdateStages.WithSslPasswordThe stage of an application gateway frontend listener update allowing to specify the password for the private key of the imported SSL certificate. -
Uses of HasSslCertificate.UpdateStages.WithSslPassword in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return HasSslCertificate.UpdateStages.WithSslPassword Modifier and Type Method Description HasSslCertificate.UpdateStages.WithSslPassword<ReturnT>HasSslCertificate.UpdateStages.WithSslCertificate. withSslCertificateFromPfxFile(File pfxFile)Specifies the PFX file to import the SSL certificate from to associate with this resource.
-