IApiFlowOptions.Cname 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 Cname { 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.Cname : string with get, set
Public Property Cname As String
Property Value
- Attributes