PSOperationListResult Constructors

Definition

Overloads

PSOperationListResult()
PSOperationListResult(IList<PSOperation>, String)

PSOperationListResult()

public PSOperationListResult ();
Public Sub New ()

Applies to

PSOperationListResult(IList<PSOperation>, String)

public PSOperationListResult (System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PSOperation> value = default, string nextLink = default);
new Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PSOperationListResult : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PSOperation> * string -> Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PSOperationListResult
Public Sub New (Optional value As IList(Of PSOperation) = Nothing, Optional nextLink As String = Nothing)

Parameters

nextLink
String

Applies to