ICosmosDbDataConnection.MappingRuleName Property

Definition

The name of an existing mapping rule to use when ingesting the retrieved data.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing mapping rule to use when ingesting the retrieved data.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mappingRuleName", Update=true)]
public string MappingRuleName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing mapping rule to use when ingesting the retrieved data.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="mappingRuleName", Update=true)>]
member this.MappingRuleName : string with get, set
Public Property MappingRuleName As String

Property Value

Attributes

Applies to