RefreshIndex 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
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.
- advancedInfo
- IList<IDictionary<String,String>>
Advanced info list.
- status
- Status
Refresh index status.
- trackingId
- String
Tracking Id.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET