PrivateEndpointConnectionsPutHeaders 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
PrivateEndpointConnectionsPutHeaders() |
Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class. |
PrivateEndpointConnectionsPutHeaders(Nullable<Int32>, String) |
Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class. |
PrivateEndpointConnectionsPutHeaders()
Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.
public PrivateEndpointConnectionsPutHeaders ();
Public Sub New ()
Applies to
PrivateEndpointConnectionsPutHeaders(Nullable<Int32>, String)
Initializes a new instance of the PrivateEndpointConnectionsPutHeaders class.
public PrivateEndpointConnectionsPutHeaders (int? retryAfter = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsPutHeaders : Nullable<int> * string -> Microsoft.Azure.Management.KeyVault.Models.PrivateEndpointConnectionsPutHeaders
Public Sub New (Optional retryAfter As Nullable(Of Integer) = Nothing, Optional azureAsyncOperation As String = Nothing)
Parameters
(specified only if operation does not finish synchronously) The recommended number of seconds to wait before calling the URI specified in Azure-AsyncOperation.
- azureAsyncOperation
- String
(specified only if operation does not finish synchronously) The URI to poll for completion status. The response of this URI may be synchronous or asynchronous.
Applies to
Azure SDK for .NET