HealthDataAIServicesExtensions.GetDeidService Method

Definition

Get a DeidService <item> Mocking. To mock this method, please mock GetDeidService(String, CancellationToken) instead. </item>

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 the method will execute against.

deidServiceName
String

The name of the deid service.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

resourceGroupResource is null.

Applies to