IdentityProviderGetEntityTagHeaders Constructors

Definition

Overloads

IdentityProviderGetEntityTagHeaders()

Initializes a new instance of the IdentityProviderGetEntityTagHeaders class.

IdentityProviderGetEntityTagHeaders(String)

Initializes a new instance of the IdentityProviderGetEntityTagHeaders class.

IdentityProviderGetEntityTagHeaders()

Initializes a new instance of the IdentityProviderGetEntityTagHeaders class.

public IdentityProviderGetEntityTagHeaders ();
Public Sub New ()

Applies to

IdentityProviderGetEntityTagHeaders(String)

Initializes a new instance of the IdentityProviderGetEntityTagHeaders class.

public IdentityProviderGetEntityTagHeaders (string eTag = default);
new Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderGetEntityTagHeaders : string -> Microsoft.Azure.Management.ApiManagement.Models.IdentityProviderGetEntityTagHeaders
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