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