OperationDisplay 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
OperationDisplay() |
Initializes a new instance of the OperationDisplay class. |
OperationDisplay(String, String, String, String) |
Initializes a new instance of the OperationDisplay class. |
OperationDisplay()
Initializes a new instance of the OperationDisplay class.
public OperationDisplay ();
Public Sub New ()
Applies to
OperationDisplay(String, String, String, String)
Initializes a new instance of the OperationDisplay class.
public OperationDisplay (string description = default, string provider = default, string resource = default, string operation = default);
new Microsoft.Azure.Management.DataFactory.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.OperationDisplay
Public Sub New (Optional description As String = Nothing, Optional provider As String = Nothing, Optional resource As String = Nothing, Optional operation As String = Nothing)
Parameters
- description
- String
The description of the operation.
- provider
- String
The name of the provider.
- resource
- String
The name of the resource type on which the operation is performed.
- operation
- String
The type of operation: get, read, delete, etc.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET