SetAzureApiManagementCertificate.PfxFilePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- Attributes