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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET