ConversationAnalysisAuthoringModelFactory.ConversationAuthoringAssignedProjectDeploymentMetadata 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.
Initializes a new instance of ConversationAuthoringAssignedProjectDeploymentMetadata.
public static Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectDeploymentMetadata ConversationAuthoringAssignedProjectDeploymentMetadata(string deploymentName = default, DateTimeOffset lastDeployedOn = default, DateTimeOffset deploymentExpiresOn = default);
static member ConversationAuthoringAssignedProjectDeploymentMetadata : string * DateTimeOffset * DateTimeOffset -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringAssignedProjectDeploymentMetadata
Public Shared Function ConversationAuthoringAssignedProjectDeploymentMetadata (Optional deploymentName As String = Nothing, Optional lastDeployedOn As DateTimeOffset = Nothing, Optional deploymentExpiresOn As DateTimeOffset = Nothing) As ConversationAuthoringAssignedProjectDeploymentMetadata
Parameters
- deploymentName
- String
Represents the deployment name.
- lastDeployedOn
- DateTimeOffset
Represents deployment last deployed time.
- deploymentExpiresOn
- DateTimeOffset
Represents deployment expiration date in the runtime.
Returns
A new ConversationAuthoringAssignedProjectDeploymentMetadata instance for mocking.