IdentityProviderListSecretsHeaders Constructors

Definition

Overloads

IdentityProviderListSecretsHeaders()

Initializes a new instance of the IdentityProviderListSecretsHeaders class.

IdentityProviderListSecretsHeaders(String)

Initializes a new instance of the IdentityProviderListSecretsHeaders class.

IdentityProviderListSecretsHeaders()

Initializes a new instance of the IdentityProviderListSecretsHeaders class.

public IdentityProviderListSecretsHeaders ();
Public Sub New ()

Applies to

IdentityProviderListSecretsHeaders(String)

Initializes a new instance of the IdentityProviderListSecretsHeaders class.

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