HealthDataAIServicesExtensions.GetDeidService Method

Definition

Get a DeidService

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HealthDataAIServices/deidServices/{deidServiceName}
  • Operation Id: DeidServices_Get
  • Default Api Version: 2024-02-28-preview
  • Resource: DeidServiceResource
public static Azure.Response<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource> GetDeidService (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string deidServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetDeidService : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.HealthDataAIServices.DeidServiceResource>
<Extension()>
Public Function GetDeidService (resourceGroupResource As ResourceGroupResource, deidServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeidServiceResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

deidServiceName
String

The name of the deid service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or deidServiceName is null.

deidServiceName is an empty string, and was expected to be non-empty.

Applies to