CustomVisionTrainingClientExtensions.GetDomains Method
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.
Get a list of the available domains.
public static System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain> GetDomains (this Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient operations);
static member GetDomains : Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.ICustomVisionTrainingClient -> System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Domain>
<Extension()>
Public Function GetDomains (operations As ICustomVisionTrainingClient) As IList(Of Domain)
Parameters
- operations
- ICustomVisionTrainingClient
The operations group for this extension method.