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

OperationsGetDetailsHeaders 构造函数

定义

重载

OperationsGetDetailsHeaders()
OperationsGetDetailsHeaders(Nullable<Int32>)

OperationsGetDetailsHeaders()

Source:
OperationsGetDetailsHeaders.cs
public OperationsGetDetailsHeaders ();
Public Sub New ()

适用于

OperationsGetDetailsHeaders(Nullable<Int32>)

Source:
OperationsGetDetailsHeaders.cs
public OperationsGetDetailsHeaders (int? retryAfter = default);
new Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.OperationsGetDetailsHeaders : Nullable<int> -> Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.Models.OperationsGetDetailsHeaders
Public Sub New (Optional retryAfter As Nullable(Of Integer) = Nothing)

参数

retryAfter
Nullable<Int32>

适用于