Aracılığıyla paylaş


AuthorizationServerCreateOrUpdateHeaders Constructors

Definition

Overloads

AuthorizationServerCreateOrUpdateHeaders()

Initializes a new instance of the AuthorizationServerCreateOrUpdateHeaders class.

AuthorizationServerCreateOrUpdateHeaders(String)

Initializes a new instance of the AuthorizationServerCreateOrUpdateHeaders class.

AuthorizationServerCreateOrUpdateHeaders()

Initializes a new instance of the AuthorizationServerCreateOrUpdateHeaders class.

public AuthorizationServerCreateOrUpdateHeaders ();
Public Sub New ()

Applies to

AuthorizationServerCreateOrUpdateHeaders(String)

Initializes a new instance of the AuthorizationServerCreateOrUpdateHeaders class.

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