Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword
Packages that use ApplicationGatewaySslCertificate.DefinitionStages.WithPassword
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewaySslCertificate.DefinitionStages.WithPassword in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewaySslCertificate.DefinitionStages.WithPassword in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway SSL certificate definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslCertificate.DefinitionStages.WithPasswordModifier and TypeMethodDescriptionApplicationGatewaySslCertificate.DefinitionStages.WithData.withPfxFromBytes(byte[] pfxData) Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded.ApplicationGatewaySslCertificate.DefinitionStages.WithData.withPfxFromFile(File pfxFile) Specifies the PFX (PKCS#12) file to get the private key content from.