IFlow.ApiFlowOptionApiMode Property
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.
Remote Calling Mode in the Azure Data Transfer API Flow, which describes how the API Flow will be invoked
[ADT.PSArgumentCompleter(new System.String[] { "SDK", "Endpoint" })]
[ADT.Runtime.Info(Create=true, Description="Remote Calling Mode in the Azure Data Transfer API Flow, which describes how the API Flow will be invoked", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="apiMode", Update=true)]
public string ApiFlowOptionApiMode { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "SDK", "Endpoint" })>]
[<ADT.Runtime.Info(Create=true, Description="Remote Calling Mode in the Azure Data Transfer API Flow, which describes how the API Flow will be invoked", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="apiMode", Update=true)>]
member this.ApiFlowOptionApiMode : string with get, set
Public Property ApiFlowOptionApiMode As String
Property Value
- Attributes