Share via


SearchManagementRequestOptionsInner Constructors

Definition

Overloads

SearchManagementRequestOptionsInner()

Initializes a new instance of the SearchManagementRequestOptionsInner class.

SearchManagementRequestOptionsInner(Nullable<Guid>)

Initializes a new instance of the SearchManagementRequestOptionsInner class.

SearchManagementRequestOptionsInner()

Initializes a new instance of the SearchManagementRequestOptionsInner class.

public SearchManagementRequestOptionsInner ();
Public Sub New ()

Applies to

SearchManagementRequestOptionsInner(Nullable<Guid>)

Initializes a new instance of the SearchManagementRequestOptionsInner class.

public SearchManagementRequestOptionsInner (Guid? clientRequestId = default);
new Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner : Nullable<Guid> -> Microsoft.Azure.Management.Search.Fluent.Models.SearchManagementRequestOptionsInner
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