IAzureDataExplorerConnectionProperties.AdxDatabaseName 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.
The name of the Azure Data Explorer database.
[Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The name of the Azure Data Explorer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="adxDatabaseName", Update=true)]
public string AdxDatabaseName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.Info(Create=true, Description="The name of the Azure Data Explorer database.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="adxDatabaseName", Update=true)>]
member this.AdxDatabaseName : string with get, set
Public Property AdxDatabaseName As String
Property Value
- Attributes