AppServiceCertificate.DefinitionStages.WithCertificate Interface
public static interface AppServiceCertificate.DefinitionStages.WithCertificate
An app service certificate definition allowing PFX certificate file to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies the app service certificate. |
abstract
With |
withPfxByteArray(byte[] pfxByteArray)
Specifies the PFX byte array to upload. |
abstract
With |
withPfxFile(File file)
Specifies the PFX certificate file to upload. |
abstract
With |
withPfxFileFromUrl(String url)
Specifies the PFX file from a URL. |
Method Details
withExistingCertificateOrder
public abstract AppServiceCertificate.DefinitionStages.WithCreate withExistingCertificateOrder(AppServiceCertificateOrder certificateOrder)
Specifies the app service certificate.
Parameters:
Returns:
withPfxByteArray
public abstract AppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxByteArray(byte[] pfxByteArray)
Specifies the PFX byte array to upload.
Parameters:
Returns:
withPfxFile
public abstract AppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxFile(File file)
Specifies the PFX certificate file to upload.
Parameters:
Returns:
withPfxFileFromUrl
public abstract AppServiceCertificate.DefinitionStages.WithPfxFilePassword withPfxFileFromUrl(String url)
Specifies the PFX file from a URL.
Parameters:
Returns:
Applies to
Azure SDK for Java