Freigeben über


Nginx.CertificatesCreateOrUpdateViaJsonStringWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxCertificate> CertificatesCreateOrUpdateViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string deploymentName, string certificateName, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ISendAsync sender);
member this.CertificatesCreateOrUpdateViaJsonStringWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxCertificate>
Public Function CertificatesCreateOrUpdateViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, deploymentName As String, certificateName As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of INginxCertificate)

Parameters

subscriptionId
String
resourceGroupName
String
deploymentName
String
certificateName
String
jsonString
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to