OperationListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OperationListResult() |
Initializes a new instance of the OperationListResult class. |
OperationListResult(IList<Operation>) |
Initializes a new instance of the OperationListResult class. |
OperationListResult()
Initializes a new instance of the OperationListResult class.
public OperationListResult ();
Public Sub New ()
Applies to
OperationListResult(IList<Operation>)
Initializes a new instance of the OperationListResult class.
public OperationListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.Operation> value = default);
new Microsoft.Azure.Management.MySQL.Models.OperationListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.MySQL.Models.Operation> -> Microsoft.Azure.Management.MySQL.Models.OperationListResult
Public Sub New (Optional value As IList(Of Operation) = Nothing)
Parameters
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET