C# Class BuildIt.CognitiveServices.ContentModeratorListManagementExtensions

Extension methods for ContentModeratorListManagement.
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode Description
ImageAddImage ( this operations, string listId, double tag = default(double?), string label = default(string), string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void

Add an Image to your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageAddImageAsync ( this operations, string listId, double tag = default(double?), string label = default(string), string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

Add an Image to your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageDelete ( this operations, string listId, string imageId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void

Delete an Image from your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageDeleteAsync ( this operations, string listId, string imageId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

Delete an Image from your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageDeleteallImages ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void

Delete all images from your list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageDeleteallImagesAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

Delete all images from your list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API

ImageGetallImageIds ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageGetallImageIdsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsCreate ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsCreateAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsDelete ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsDeleteAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsGetAll ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsGetAllAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsGetDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsGetDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsRefreshSearchIndex ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsRefreshSearchIndexAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
ImageListsUpdateDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
ImageListsUpdateDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermAddTerm ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermAddTermAsync ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermDelete ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermDeleteAllTerms ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermDeleteAllTermsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermDeleteAsync ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermGetAllTerms ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermGetAllTermsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsCreate ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsCreateAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsDelete ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsDeleteAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsGetAll ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsGetAllAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsGetDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsGetDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsRefreshSearchIndex ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsRefreshSearchIndexAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
TermListsUpdateDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
TermListsUpdateDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task

Method Details

ImageAddImage() public static méthode

Add an Image to your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageAddImage ( this operations, string listId, double tag = default(double?), string label = default(string), string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
tag double /// <ul> /// <li>101: Nudity</li> /// <li>102: Sexual Content</li> /// <li>201: Alcohol</li> /// <li>202: Tobacco</li> /// <li>203: Drugs</li> /// <li>301: Child Exploitation</li> /// <li>401: Violence</li> /// <li>402: Weapons</li> /// <li>403: Gore</li> /// <li>501: Profanity</li> /// <li>502: Vulgarity</li> /// </ul> ///
label string /// Any additional information about the reference image. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageAddImageAsync() public static méthode

Add an Image to your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageAddImageAsync ( this operations, string listId, double tag = default(double?), string label = default(string), string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
tag double /// <ul> /// <li>101: Nudity</li> /// <li>102: Sexual Content</li> /// <li>201: Alcohol</li> /// <li>202: Tobacco</li> /// <li>203: Drugs</li> /// <li>301: Child Exploitation</li> /// <li>401: Violence</li> /// <li>402: Weapons</li> /// <li>403: Gore</li> /// <li>501: Profanity</li> /// <li>502: Vulgarity</li> /// </ul> ///
label string /// Any additional information about the reference image. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageDelete() public static méthode

Delete an Image from your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageDelete ( this operations, string listId, string imageId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
imageId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageDeleteAsync() public static méthode

Delete an Image from your image list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageDeleteAsync ( this operations, string listId, string imageId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
imageId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageDeleteallImages() public static méthode

Delete all images from your list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageDeleteallImages ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageDeleteallImagesAsync() public static méthode

Delete all images from your list. The image list can be used to do fuzzy matching against other images when using Image/Match API. Note: Remember to call <a href="https://wabashcognitiveservices.portal.azure-api.net/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f677">Refresh Search Index</a> for this list before you want to use it on the Image/Match API
public static ImageDeleteallImagesAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageGetallImageIds() public static méthode

public static ImageGetallImageIds ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageGetallImageIdsAsync() public static méthode

public static ImageGetallImageIdsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsCreate() public static méthode

public static ImageListsCreate ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsCreateAsync() public static méthode

public static ImageListsCreateAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsDelete() public static méthode

public static ImageListsDelete ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsDeleteAsync() public static méthode

public static ImageListsDeleteAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsGetAll() public static méthode

public static ImageListsGetAll ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsGetAllAsync() public static méthode

public static ImageListsGetAllAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsGetDetails() public static méthode

public static ImageListsGetDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsGetDetailsAsync() public static méthode

public static ImageListsGetDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsRefreshSearchIndex() public static méthode

public static ImageListsRefreshSearchIndex ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsRefreshSearchIndexAsync() public static méthode

public static ImageListsRefreshSearchIndexAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

ImageListsUpdateDetails() public static méthode

public static ImageListsUpdateDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

ImageListsUpdateDetailsAsync() public static méthode

public static ImageListsUpdateDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermAddTerm() public static méthode

public static TermAddTerm ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
term string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermAddTermAsync() public static méthode

public static TermAddTermAsync ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
term string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermDelete() public static méthode

public static TermDelete ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
term string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermDeleteAllTerms() public static méthode

public static TermDeleteAllTerms ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermDeleteAllTermsAsync() public static méthode

public static TermDeleteAllTermsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermDeleteAsync() public static méthode

public static TermDeleteAsync ( this operations, string listId, string term, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
term string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermGetAllTerms() public static méthode

public static TermGetAllTerms ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermGetAllTermsAsync() public static méthode

public static TermGetAllTermsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsCreate() public static méthode

public static TermListsCreate ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsCreateAsync() public static méthode

public static TermListsCreateAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsDelete() public static méthode

public static TermListsDelete ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsDeleteAsync() public static méthode

public static TermListsDeleteAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsGetAll() public static méthode

public static TermListsGetAll ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsGetAllAsync() public static méthode

public static TermListsGetAllAsync ( this operations, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsGetDetails() public static méthode

public static TermListsGetDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsGetDetailsAsync() public static méthode

public static TermListsGetDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsRefreshSearchIndex() public static méthode

public static TermListsRefreshSearchIndex ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsRefreshSearchIndexAsync() public static méthode

public static TermListsRefreshSearchIndexAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task

TermListsUpdateDetails() public static méthode

public static TermListsUpdateDetails ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string) ) : void
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
Résultat void

TermListsUpdateDetailsAsync() public static méthode

public static TermListsUpdateDetailsAsync ( this operations, string listId, string subscriptionKey = default(string), string ocpApimSubscriptionKey = default(string), System cancellationToken = default(System.Threading.CancellationToken) ) : System.Threading.Tasks.Task
operations this /// The operations group for this extension method. ///
listId string ///
subscriptionKey string /// subscription key in url ///
ocpApimSubscriptionKey string /// subscription key in header ///
cancellationToken System /// The cancellation token. ///
Résultat System.Threading.Tasks.Task