OperationDetail 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
OperationDetail() |
Initializes a new instance of the OperationDetail class. |
OperationDetail(String, Nullable<Boolean>, OperationDisplay, String, OperationProperties) |
Initializes a new instance of the OperationDetail class. |
OperationDetail()
Initializes a new instance of the OperationDetail class.
public OperationDetail ();
Public Sub New ()
Applies to
OperationDetail(String, Nullable<Boolean>, OperationDisplay, String, OperationProperties)
Initializes a new instance of the OperationDetail class.
public OperationDetail (string name = default, bool? isDataAction = default, Microsoft.Azure.Management.AppPlatform.Models.OperationDisplay display = default, string origin = default, Microsoft.Azure.Management.AppPlatform.Models.OperationProperties properties = default);
new Microsoft.Azure.Management.AppPlatform.Models.OperationDetail : string * Nullable<bool> * Microsoft.Azure.Management.AppPlatform.Models.OperationDisplay * string * Microsoft.Azure.Management.AppPlatform.Models.OperationProperties -> Microsoft.Azure.Management.AppPlatform.Models.OperationDetail
Public Sub New (Optional name As String = Nothing, Optional isDataAction As Nullable(Of Boolean) = Nothing, Optional display As OperationDisplay = Nothing, Optional origin As String = Nothing, Optional properties As OperationProperties = Nothing)
Parameters
- name
- String
Name of the operation
- display
- OperationDisplay
Display of the operation
- origin
- String
Origin of the operation
- properties
- OperationProperties
Properties of the operation
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET