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