ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT> Interface

Type Parameters

ParentT

the stage of the parent application gateway to return to after attaching

public static interface ApplicationGatewaySslCertificate.DefinitionStages.WithPassword

The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withPfxPassword(String password)

Specifies the password currently used to protect the provided PFX content of the SSL certificate.

Method Details

withPfxPassword

public abstract ApplicationGatewaySslCertificate.DefinitionStages.WithAttach withPfxPassword(String password)

Specifies the password currently used to protect the provided PFX content of the SSL certificate.

Parameters:

password - a password

Returns:

the next stage of the definition

Applies to