ConversationAuthoringCopyProjectDetails Constructor
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 ConversationAuthoringCopyProjectDetails.
public ConversationAuthoringCopyProjectDetails(Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectKind projectKind, string targetProjectName, string accessToken, DateTimeOffset expiresAt, string targetResourceId, string targetResourceRegion);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCopyProjectDetails : Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectKind * string * string * DateTimeOffset * string * string -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCopyProjectDetails
Public Sub New (projectKind As ConversationAuthoringProjectKind, targetProjectName As String, accessToken As String, expiresAt As DateTimeOffset, targetResourceId As String, targetResourceRegion As String)
Parameters
- projectKind
- ConversationAuthoringProjectKind
Represents the project kind.
- targetProjectName
- String
The project name to be copied-into.
- accessToken
- String
The access token.
- expiresAt
- DateTimeOffset
The expiration of the access token.
- targetResourceId
- String
Represents the target Azure resource ID.
- targetResourceRegion
- String
Represents the target Azure resource region.
Exceptions
targetProjectName
, accessToken
, targetResourceId
or targetResourceRegion
is null.