RepliconModelFactory.CreateProjectOrApplyModificationsInput 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.
Creates a new instance of CreateProjectOrApplyModificationsInput(Nullable<JsonElement>, Nullable<JsonElement>, String, String).
public static Azure.Connectors.Sdk.Replicon.Models.CreateProjectOrApplyModificationsInput CreateProjectOrApplyModificationsInput(System.Text.Json.JsonElement? target = default, System.Text.Json.JsonElement? modifications = default, string projectModificationOptionUri = default, string unitOfWorkId = default);
static member CreateProjectOrApplyModificationsInput : Nullable<System.Text.Json.JsonElement> * Nullable<System.Text.Json.JsonElement> * string * string -> Azure.Connectors.Sdk.Replicon.Models.CreateProjectOrApplyModificationsInput
Public Shared Function CreateProjectOrApplyModificationsInput (Optional target As Nullable(Of JsonElement) = Nothing, Optional modifications As Nullable(Of JsonElement) = Nothing, Optional projectModificationOptionUri As String = Nothing, Optional unitOfWorkId As String = Nothing) As CreateProjectOrApplyModificationsInput
Parameters
- target
- Nullable<JsonElement>
- modifications
- Nullable<JsonElement>
- projectModificationOptionUri
- String
- unitOfWorkId
- String