OperationResult 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
OperationResult() |
Initializes a new instance of the OperationResult class. |
OperationResult(String, OperationDisplay, Nullable<Boolean>) |
Initializes a new instance of the OperationResult class. |
OperationResult()
Initializes a new instance of the OperationResult class.
public OperationResult ();
Public Sub New ()
Applies to
OperationResult(String, OperationDisplay, Nullable<Boolean>)
Initializes a new instance of the OperationResult class.
public OperationResult (string name = default, Microsoft.Azure.Management.Confluent.Models.OperationDisplay display = default, bool? isDataAction = default);
new Microsoft.Azure.Management.Confluent.Models.OperationResult : string * Microsoft.Azure.Management.Confluent.Models.OperationDisplay * Nullable<bool> -> Microsoft.Azure.Management.Confluent.Models.OperationResult
Public Sub New (Optional name As String = Nothing, Optional display As OperationDisplay = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
Operation name: {provider}/{resource}/{operation}
- display
- OperationDisplay
The object that represents the operation.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET