SearchManagementRequestOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET