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

OperationResultLogItemContract 构造函数

定义

重载

OperationResultLogItemContract()

初始化 OperationResultLogItemContract 类的新实例。

OperationResultLogItemContract(String, String, String)

初始化 OperationResultLogItemContract 类的新实例。

OperationResultLogItemContract()

初始化 OperationResultLogItemContract 类的新实例。

public OperationResultLogItemContract ();
Public Sub New ()

适用于

OperationResultLogItemContract(String, String, String)

初始化 OperationResultLogItemContract 类的新实例。

public OperationResultLogItemContract (string objectType = default, string action = default, string objectKey = default);
new Microsoft.Azure.Management.ApiManagement.Models.OperationResultLogItemContract : string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.OperationResultLogItemContract
Public Sub New (Optional objectType As String = Nothing, Optional action As String = Nothing, Optional objectKey As String = Nothing)

参数

objectType
String

实体协定的类型。

action
String

创建/更新/删除等操作。

objectKey
String

正在创建/更新/删除的实体的标识符。

适用于