ArmCognitiveServicesModelFactory.RaiTopicProperties Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.RaiTopicProperties RaiTopicProperties(string topicId = default, string topicName = default, string description = default, string sampleBlobUri = default, string status = default, string failedReason = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default);
static member RaiTopicProperties : string * string * string * string * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CognitiveServices.Models.RaiTopicProperties
Public Shared Function RaiTopicProperties (Optional topicId As String = Nothing, Optional topicName As String = Nothing, Optional description As String = Nothing, Optional sampleBlobUri As String = Nothing, Optional status As String = Nothing, Optional failedReason As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As RaiTopicProperties

Parameters

topicId
String

The unique identifier of the custom topic.

topicName
String

The name of the custom topic.

description
String

Description of the custom topic.

sampleBlobUri
String

Sample blob url for the custom topic.

status
String

Status of the custom topic.

failedReason
String

Failed reason if the status is Failed.

createdOn
Nullable<DateTimeOffset>

Creation time of the custom topic.

lastModifiedOn
Nullable<DateTimeOffset>

Last modified time of the custom topic.

Returns

A new RaiTopicProperties instance for mocking.

Applies to