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
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