Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword
-
Packages that use ApplicationGatewaySslCertificate.DefinitionStages.WithPassword Package Description com.azure.resourcemanager.network.models 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.models Modifier and Type Interface Description static interfaceApplicationGatewaySslCertificate.Definition<ParentT>The entirety of an application gateway SSL certificate definition.Methods in com.azure.resourcemanager.network.models 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.
-