Sdílet prostřednictvím


SearchManagementRequestOptions Constructors

Definition

Overloads

SearchManagementRequestOptions()

Initializes a new instance of the SearchManagementRequestOptions class.

SearchManagementRequestOptions(Nullable<Guid>)

Initializes a new instance of the SearchManagementRequestOptions class.

SearchManagementRequestOptions()

Initializes a new instance of the SearchManagementRequestOptions class.

public SearchManagementRequestOptions ();
Public Sub New ()

Applies to

SearchManagementRequestOptions(Nullable<Guid>)

Initializes a new instance of the SearchManagementRequestOptions class.

public SearchManagementRequestOptions (Guid? clientRequestId = default);
new Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions : Nullable<Guid> -> Microsoft.Azure.Management.Search.Models.SearchManagementRequestOptions
Public Sub New (Optional clientRequestId As Nullable(Of Guid) = Nothing)

Parameters

clientRequestId
Nullable<Guid>

A client-generated GUID value that identifies this request. If specified, this will be included in response information as a way to track the request.

Applies to