Uses of Interface
com.azure.resourcemanager.network.models.HasSslCertificate.UpdateStages.WithSslPassword
-
Packages that use HasSslCertificate.UpdateStages.WithSslPassword Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of HasSslCertificate.UpdateStages.WithSslPassword in com.azure.resourcemanager.network.models
Subinterfaces of HasSslCertificate.UpdateStages.WithSslPassword in com.azure.resourcemanager.network.models 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.static interfaceApplicationGatewayRequestRoutingRule.UpdateThe entirety of an application gateway request routing rule update as part of an application gateway update.static interfaceApplicationGatewayRequestRoutingRule.UpdateStages.WithSslPasswordThe stage of an application gateway request routing rule allowing to specify password of the SSL certificate pfx file.Methods in com.azure.resourcemanager.network.models 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.
-