ArmCognitiveServicesModelFactory.RaiMonitorConfig Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.RaiMonitorConfig RaiMonitorConfig(Azure.Core.ResourceIdentifier adxStorageResourceId = default, Guid? identityClientId = default);
static member RaiMonitorConfig : Azure.Core.ResourceIdentifier * Nullable<Guid> -> Azure.ResourceManager.CognitiveServices.Models.RaiMonitorConfig
Public Shared Function RaiMonitorConfig (Optional adxStorageResourceId As ResourceIdentifier = Nothing, Optional identityClientId As Nullable(Of Guid) = Nothing) As RaiMonitorConfig

Parameters

adxStorageResourceId
ResourceIdentifier

The storage resource Id.

identityClientId
Nullable<Guid>

The identity client Id to access the storage.

Returns

A new RaiMonitorConfig instance for mocking.

Applies to