ApiManagementClient.UploadCertificate Method
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.
public Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameCertificate UploadCertificate (string resourceGroupName, string serviceName, Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType hostnameType, string pfxPath, string pfxPassword);
member this.UploadCertificate : string * string * Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameType * string * string -> Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementHostnameCertificate
Public Function UploadCertificate (resourceGroupName As String, serviceName As String, hostnameType As PsApiManagementHostnameType, pfxPath As String, pfxPassword As String) As PsApiManagementHostnameCertificate
Parameters
- resourceGroupName
- String
- serviceName
- String
- hostnameType
- PsApiManagementHostnameType
- pfxPath
- String
- pfxPassword
- String