Udostępnij za pośrednictwem


PrivateEndpointConnectionUpdateHeaders Konstruktory

Definicja

Przeciążenia

PrivateEndpointConnectionUpdateHeaders()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnectionUpdateHeaders.

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnectionUpdateHeaders.

PrivateEndpointConnectionUpdateHeaders()

Inicjuje nowe wystąpienie klasy PrivateEndpointConnectionUpdateHeaders.

public PrivateEndpointConnectionUpdateHeaders ();
Public Sub New ()

Dotyczy

PrivateEndpointConnectionUpdateHeaders(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy PrivateEndpointConnectionUpdateHeaders.

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

Parametry

location
String

Adres URL zasobu używanego do sprawdzania stanu operacji asynchronicznej.

retryAfter
Nullable<Int32>

Sugerowane opóźnienie w celu sprawdzenia stanu operacji asynchronicznej. Wartość jest liczbą całkowitą reprezentującą sekundy.

Dotyczy