Freigeben über


Nginx.DeploymentsCreateOrUpdateWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxDeployment> DeploymentsCreateOrUpdateWithResult(string subscriptionId, string resourceGroupName, string deploymentName, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxDeployment body, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ISendAsync sender, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.SerializationMode serializationMode = Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.SerializationMode.IncludeCreateOrUpdate);
member this.DeploymentsCreateOrUpdateWithResult : string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxDeployment * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ISendAsync * Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.SerializationMode -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxDeployment>
Public Function DeploymentsCreateOrUpdateWithResult (subscriptionId As String, resourceGroupName As String, deploymentName As String, body As INginxDeployment, eventListener As IEventListener, sender As ISendAsync, Optional serializationMode As SerializationMode = Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.SerializationMode.IncludeCreateOrUpdate) As Task(Of INginxDeployment)

Parameters

subscriptionId
String
resourceGroupName
String
deploymentName
String
eventListener
IEventListener
sender
ISendAsync
serializationMode
SerializationMode

Returns

Applies to