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

PrivateEndpointConnectionsDeleteHeaders 构造函数

定义

重载

PrivateEndpointConnectionsDeleteHeaders()

初始化 PrivateEndpointConnectionsDeleteHeaders 类的新实例。

PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String)

初始化 PrivateEndpointConnectionsDeleteHeaders 类的新实例。

PrivateEndpointConnectionsDeleteHeaders()

初始化 PrivateEndpointConnectionsDeleteHeaders 类的新实例。

public PrivateEndpointConnectionsDeleteHeaders ();
Public Sub New ()

适用于

PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String)

初始化 PrivateEndpointConnectionsDeleteHeaders 类的新实例。

public PrivateEndpointConnectionsDeleteHeaders (int? retryAfter = default, string location = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsDeleteHeaders : Nullable<int> * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsDeleteHeaders
Public Sub New (Optional retryAfter As Nullable(Of Integer) = Nothing, Optional location As String = Nothing)

参数

retryAfter
Nullable<Int32>

在调用位置标头中指定的 URI 之前建议等待的秒数。

location
String

要轮询完成状态的 URI。

适用于