Freigeben über


Nginx.ConfigurationsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.INginxConfiguration> ConfigurationsGetWithResult(string subscriptionId, string resourceGroupName, string deploymentName, string configurationName, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ISendAsync sender);
member this.ConfigurationsGetWithResult : 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.INginxConfiguration>
Public Function ConfigurationsGetWithResult (subscriptionId As String, resourceGroupName As String, deploymentName As String, configurationName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of INginxConfiguration)

Parameters

subscriptionId
String
resourceGroupName
String
deploymentName
String
configurationName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to