IFlow.ApiFlowOptionCname 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.
Unique CNAME to represent the Azure Data Transfer API Flow instance
[ADT.Runtime.Info(Create=true, Description="Unique CNAME to represent the Azure Data Transfer API Flow instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cname", Update=true)]
public string ApiFlowOptionCname { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Unique CNAME to represent the Azure Data Transfer API Flow instance", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cname", Update=true)>]
member this.ApiFlowOptionCname : string with get, set
Public Property ApiFlowOptionCname As String
Property Value
- Attributes