Uses of Interface
com.microsoft.azure.management.network.model.HasSslCertificate.UpdateDefinitionStages.WithSslPassword
-
Packages that use HasSslCertificate.UpdateDefinitionStages.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.UpdateDefinitionStages.WithSslPassword in com.microsoft.azure.management.network
Subinterfaces of HasSslCertificate.UpdateDefinitionStages.WithSslPassword in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayListener.UpdateDefinition<ParentT>The entirety of an application gateway HTTP listener definition as part of an application gateway update.static interfaceApplicationGatewayListener.UpdateDefinitionStages.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.UpdateDefinition<ParentT>The entirety of an application gateway request routing rule definition as part of an application gateway update.static interfaceApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithSslPassword<ParentT>The stage of an application gateway request routing rule allowing to specify an SSL certificate. -
Uses of HasSslCertificate.UpdateDefinitionStages.WithSslPassword in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return HasSslCertificate.UpdateDefinitionStages.WithSslPassword Modifier and Type Method Description HasSslCertificate.UpdateDefinitionStages.WithSslPassword<ReturnT>HasSslCertificate.UpdateDefinitionStages.WithSslCertificate. withSslCertificateFromPfxFile(File pfxFile)Specifies the PFX file to import the SSL certificate from to associated with this resource.
-