CognitiveServicesExtensions.GetCognitiveServicesDeletedAccountAsync 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.
Returns a Cognitive Services account specified by the parameters.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.CognitiveServices/locations/{location}/resourceGroups/{resourceGroupName}/deletedAccounts/{accountName}
- Operation Id: DeletedAccounts_Get
- Default Api Version: 2023-05-01
- Resource: CognitiveServicesDeletedAccountResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesDeletedAccountResource>> GetCognitiveServicesDeletedAccountAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetCognitiveServicesDeletedAccountAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CognitiveServices.CognitiveServicesDeletedAccountResource>>
<Extension()>
Public Function GetCognitiveServicesDeletedAccountAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CognitiveServicesDeletedAccountResource))
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- location
- AzureLocation
Resource location.
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- accountName
- String
The name of Cognitive Services account.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
subscriptionResource
, resourceGroupName
or accountName
is null.
resourceGroupName
or accountName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET