你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationDisplay 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
OperationDisplay() |
初始化 OperationDisplay 类的新实例。 |
OperationDisplay(String, String, String, String) |
初始化 OperationDisplay 类的新实例。 |
OperationDisplay()
初始化 OperationDisplay 类的新实例。
public OperationDisplay ();
Public Sub New ()
适用于
OperationDisplay(String, String, String, String)
初始化 OperationDisplay 类的新实例。
public OperationDisplay (string provider = default, string operation = default, string resource = default, string description = default);
new Microsoft.Azure.Management.Search.Models.OperationDisplay : string * string * string * string -> Microsoft.Azure.Management.Search.Models.OperationDisplay
Public Sub New (Optional provider As String = Nothing, Optional operation As String = Nothing, Optional resource As String = Nothing, Optional description As String = Nothing)
参数
- provider
- String
资源提供程序的友好名称。
- operation
- String
操作类型:读取、写入、删除、listKeys/action 等。
- resource
- String
对其执行操作的资源类型。
- description
- String
操作的友好名称。