你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationDisplay 构造函数

定义

重载

OperationDisplay()

初始化 OperationDisplay 类的新实例。

OperationDisplay(String, String, String, String)

初始化 OperationDisplay 类的新实例。

OperationDisplay()

初始化 OperationDisplay 类的新实例。

public OperationDisplay ();
Public Sub New ()

适用于

OperationDisplay(String, String, String, String)

初始化 OperationDisplay 类的新实例。

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)

参数

description
String

操作说明。

provider
String

提供程序的名称。

resource
String

对其执行操作的资源类型的名称。

operation
String

操作类型:get、read、delete 等。

适用于