SetAzureApiManagementCertificate.PfxFilePath Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Path to the certificate file in .pfx format to be created/uploaded. This parameter is required if -PfxBytes not specified.", Mandatory=true, ParameterSetName="LoadFromFile", ValueFromPipelineByPropertyName=true)]
public string PfxFilePath { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Path to the certificate file in .pfx format to be created/uploaded. This parameter is required if -PfxBytes not specified.", Mandatory=false, ParameterSetName="LoadFromFile", ValueFromPipelineByPropertyName=true)]
public string PfxFilePath { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Path to the certificate file in .pfx format to be created/uploaded. This parameter is required if -PfxBytes not specified.", Mandatory=true, ParameterSetName="LoadFromFile", ValueFromPipelineByPropertyName=true)>]
member this.PfxFilePath : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Path to the certificate file in .pfx format to be created/uploaded. This parameter is required if -PfxBytes not specified.", Mandatory=false, ParameterSetName="LoadFromFile", ValueFromPipelineByPropertyName=true)>]
member this.PfxFilePath : string with get, set
Public Property PfxFilePath As String

Property Value

String
Attributes

Applies to