Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword
-
Packages that use ApplicationGatewaySslCertificate.DefinitionStages.WithPassword Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewaySslCertificate.DefinitionStages.WithPassword in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewaySslCertificate.DefinitionStages.WithPassword in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewaySslCertificate.Definition<ParentT>The entirety of an application gateway SSL certificate definition.Methods in com.microsoft.azure.management.network that return ApplicationGatewaySslCertificate.DefinitionStages.WithPassword Modifier and Type Method Description ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>ApplicationGatewaySslCertificate.DefinitionStages.WithData. withPfxFromBytes(byte[] pfxData)Specifies the contents of the private key in the PFX (PKCS#12) format, not base64-encoded.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>ApplicationGatewaySslCertificate.DefinitionStages.WithData. withPfxFromFile(File pfxFile)Specifies the PFX (PKCS#12) file to get the private key content from.
-