Uses of Interface
com.azure.resourcemanager.network.models.HasSslCertificate.DefinitionStages.WithSslPassword
-
Packages that use HasSslCertificate.DefinitionStages.WithSslPassword Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of HasSslCertificate.DefinitionStages.WithSslPassword in com.azure.resourcemanager.network.models
Subinterfaces of HasSslCertificate.DefinitionStages.WithSslPassword in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayListener.Definition<ParentT>The entirety of an application gateway HTTP listener definition.static interfaceApplicationGatewayListener.DefinitionStages.WithSslPassword<ParentT>The stage of an application gateway frontend listener definition allowing to specify the password for the private key of the imported SSL certificate.static interfaceApplicationGatewayRequestRoutingRule.Definition<ParentT>The entirety of an application gateway request routing rule definition.static interfaceApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslPassword<ParentT>The stage of an application gateway request routing rule allowing to specify an SSL certificate.Methods in com.azure.resourcemanager.network.models that return HasSslCertificate.DefinitionStages.WithSslPassword Modifier and Type Method Description HasSslCertificate.DefinitionStages.WithSslPassword<ReturnT>HasSslCertificate.DefinitionStages.WithSslCertificate. withSslCertificateFromPfxFile(File pfxFile)Specifies the PFX file to import the SSL certificate from to associated with this resource.
-