CognitiveServicesAccountsOperationsExtensions.CreateAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountInner> CreateAsync (this Microsoft.Azure.Management.CognitiveServices.Fluent.ICognitiveServicesAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountCreateParametersInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.CognitiveServices.Fluent.ICognitiveServicesAccountsOperations * string * string * Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountCreateParametersInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Fluent.Models.CognitiveServicesAccountInner>
<Extension()>
Public Function CreateAsync (operations As ICognitiveServicesAccountsOperations, resourceGroupName As String, accountName As String, parameters As CognitiveServicesAccountCreateParametersInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CognitiveServicesAccountInner)
Parameters
- operations
- ICognitiveServicesAccountsOperations
- resourceGroupName
- String
- accountName
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET