你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RetryHistory 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RetryHistory() |
初始化 RetryHistory 类的新实例。 |
RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse) |
初始化 RetryHistory 类的新实例。 |
RetryHistory()
初始化 RetryHistory 类的新实例。
public RetryHistory ();
Public Sub New ()
适用于
RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse)
初始化 RetryHistory 类的新实例。
public RetryHistory (DateTime? startTime = default, DateTime? endTime = default, string code = default, string clientRequestId = default, string serviceRequestId = default, Microsoft.Azure.Management.Logic.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.Logic.Models.RetryHistory : Nullable<DateTime> * Nullable<DateTime> * string * string * string * Microsoft.Azure.Management.Logic.Models.ErrorResponse -> Microsoft.Azure.Management.Logic.Models.RetryHistory
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional clientRequestId As String = Nothing, Optional serviceRequestId As String = Nothing, Optional error As ErrorResponse = Nothing)
参数
- code
- String
获取状态代码。
- clientRequestId
- String
获取客户端请求 ID。
- serviceRequestId
- String
获取服务请求 ID。
- error
- ErrorResponse
获取错误响应。