SearchManagementRequestOptionsInner 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
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
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