PrivateEndpointConnectionsCreateOrUpdateHeaders Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PrivateEndpointConnectionsCreateOrUpdateHeaders() |
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsCreateOrUpdateHeaders. |
PrivateEndpointConnectionsCreateOrUpdateHeaders(Nullable<Int32>, String, String) |
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsCreateOrUpdateHeaders. |
PrivateEndpointConnectionsCreateOrUpdateHeaders()
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsCreateOrUpdateHeaders.
public PrivateEndpointConnectionsCreateOrUpdateHeaders ();
Public Sub New ()
S’applique à
PrivateEndpointConnectionsCreateOrUpdateHeaders(Nullable<Int32>, String, String)
Initialise une nouvelle instance de la classe PrivateEndpointConnectionsCreateOrUpdateHeaders.
public PrivateEndpointConnectionsCreateOrUpdateHeaders (int? retryAfter = default, string location = default, string azureAsyncOperation = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnectionsCreateOrUpdateHeaders : Nullable<int> * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnectionsCreateOrUpdateHeaders
Public Sub New (Optional retryAfter As Nullable(Of Integer) = Nothing, Optional location As String = Nothing, Optional azureAsyncOperation As String = Nothing)
Paramètres
Nombre de secondes recommandé pour attendre avant d’appeler l’URI spécifié dans Azure-AsyncOperation.
- location
- String
URI à interroger pour l’status d’achèvement.
- azureAsyncOperation
- String
URI à interroger pour l’status d’achèvement.
S’applique à
Azure SDK for .NET