Dns.RecordSetsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet> RecordSetsGetWithResult(string subscriptionId, string resourceGroupName, string zoneName, string relativeRecordSetName, string recordType, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.ISendAsync sender);
member this.RecordSetsGetWithResult : string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IRecordSet>
Public Function RecordSetsGetWithResult (subscriptionId As String, resourceGroupName As String, zoneName As String, relativeRecordSetName As String, recordType As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IRecordSet)

Parameters

subscriptionId
String
resourceGroupName
String
zoneName
String
relativeRecordSetName
String
recordType
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to