PrivateEndpointConnectionsCreateOrUpdateHeaders Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PrivateEndpointConnectionsCreateOrUpdateHeaders() |
Inicializa uma nova instância da classe PrivateEndpointConnectionsCreateOrUpdateHeaders. |
PrivateEndpointConnectionsCreateOrUpdateHeaders(Nullable<Int32>, String, String) |
Inicializa uma nova instância da classe PrivateEndpointConnectionsCreateOrUpdateHeaders. |
PrivateEndpointConnectionsCreateOrUpdateHeaders()
Inicializa uma nova instância da classe PrivateEndpointConnectionsCreateOrUpdateHeaders.
public PrivateEndpointConnectionsCreateOrUpdateHeaders ();
Public Sub New ()
Aplica-se a
PrivateEndpointConnectionsCreateOrUpdateHeaders(Nullable<Int32>, String, String)
Inicializa uma nova instância da 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)
Parâmetros
O número recomendado de segundos a aguardar antes de chamar o URI especificado em Azure-AsyncOperation.
- location
- String
O URI a ser sondado para conclusão status.
- azureAsyncOperation
- String
O URI a ser sondado para conclusão status.
Aplica-se a
Azure SDK for .NET