Condividi tramite


IdentityProviderGetHeaders Constructors

Definition

Overloads

IdentityProviderGetHeaders()

Initializes a new instance of the IdentityProviderGetHeaders class.

IdentityProviderGetHeaders(String)

Initializes a new instance of the IdentityProviderGetHeaders class.

IdentityProviderGetHeaders()

Initializes a new instance of the IdentityProviderGetHeaders class.

public IdentityProviderGetHeaders ();
Public Sub New ()

Applies to

IdentityProviderGetHeaders(String)

Initializes a new instance of the IdentityProviderGetHeaders class.

public IdentityProviderGetHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderGetHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderGetHeaders
Public Sub New (Optional eTag As String = Nothing)

Parameters

eTag
String

Current entity state version. Should be treated as opaque and used to make conditional HTTP requests.

Applies to