PrivateEndpointConnectionsDeleteHeaders Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PrivateEndpointConnectionsDeleteHeaders() |
Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class. |
PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String) |
Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class. |
PrivateEndpointConnectionsDeleteHeaders()
Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.
public PrivateEndpointConnectionsDeleteHeaders ();
Public Sub New ()
Applies to
PrivateEndpointConnectionsDeleteHeaders(Nullable<Int32>, String)
Initializes a new instance of the PrivateEndpointConnectionsDeleteHeaders class.
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)
Parameters
The recommended number of seconds to wait before calling the URI specified in the location header.
- location
- String
The URI to poll for completion status.
Applies to
Azure SDK for .NET