RefreshIndex Constructors

Definition

Overloads

RefreshIndex()

Initializes a new instance of the RefreshIndex class.

RefreshIndex(String, Nullable<Boolean>, IList<IDictionary<String,String>>, Status, String)

Initializes a new instance of the RefreshIndex class.

RefreshIndex()

Initializes a new instance of the RefreshIndex class.

public RefreshIndex ();
Public Sub New ()

Applies to

RefreshIndex(String, Nullable<Boolean>, IList<IDictionary<String,String>>, Status, String)

Initializes a new instance of the RefreshIndex class.

public RefreshIndex (string contentSourceId = default, bool? isUpdateSuccess = default, System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string,string>> advancedInfo = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex : string * Nullable<bool> * System.Collections.Generic.IList<System.Collections.Generic.IDictionary<string, string>> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex
Public Sub New (Optional contentSourceId As String = Nothing, Optional isUpdateSuccess As Nullable(Of Boolean) = Nothing, Optional advancedInfo As IList(Of IDictionary(Of String, String)) = Nothing, Optional status As Status = Nothing, Optional trackingId As String = Nothing)

Parameters

contentSourceId
String

Content source Id.

isUpdateSuccess
Nullable<Boolean>

Update success status.

advancedInfo
IList<IDictionary<String,String>>

Advanced info list.

status
Status

Refresh index status.

trackingId
String

Tracking Id.

Applies to