C# Class BuildIt.CognitiveServices.ContentModeratorListManagementExtensions

Extension methods for ContentModeratorListManagement.
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method 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 method

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 ///
return void

ImageAddImageAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageDelete() public static method

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 ///
return void

ImageDeleteAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageDeleteallImages() public static method

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 ///
return void

ImageDeleteallImagesAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageGetallImageIds() public static method

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 ///
return void

ImageGetallImageIdsAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsCreate() public static method

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 ///
return void

ImageListsCreateAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsDelete() public static method

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 ///
return void

ImageListsDeleteAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsGetAll() public static method

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 ///
return void

ImageListsGetAllAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsGetDetails() public static method

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 ///
return void

ImageListsGetDetailsAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsRefreshSearchIndex() public static method

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 ///
return void

ImageListsRefreshSearchIndexAsync() public static method

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. ///
return System.Threading.Tasks.Task

ImageListsUpdateDetails() public static method

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 ///
return void

ImageListsUpdateDetailsAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermAddTerm() public static method

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 ///
return void

TermAddTermAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermDelete() public static method

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 ///
return void

TermDeleteAllTerms() public static method

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 ///
return void

TermDeleteAllTermsAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermDeleteAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermGetAllTerms() public static method

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 ///
return void

TermGetAllTermsAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsCreate() public static method

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 ///
return void

TermListsCreateAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsDelete() public static method

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 ///
return void

TermListsDeleteAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsGetAll() public static method

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 ///
return void

TermListsGetAllAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsGetDetails() public static method

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 ///
return void

TermListsGetDetailsAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsRefreshSearchIndex() public static method

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 ///
return void

TermListsRefreshSearchIndexAsync() public static method

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. ///
return System.Threading.Tasks.Task

TermListsUpdateDetails() public static method

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 ///
return void

TermListsUpdateDetailsAsync() public static method

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. ///
return System.Threading.Tasks.Task