IKustoIdentity.AttachedDatabaseConfigurationName Property

Definition

The name of the attached database configuration.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the attached database configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="attachedDatabaseConfigurationName")]
public string AttachedDatabaseConfigurationName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of the attached database configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="attachedDatabaseConfigurationName", Update=true)]
public string AttachedDatabaseConfigurationName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Description="The name of the attached database configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="attachedDatabaseConfigurationName")>]
member this.AttachedDatabaseConfigurationName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of the attached database configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="attachedDatabaseConfigurationName", Update=true)>]
member this.AttachedDatabaseConfigurationName : string with get, set
Public Property AttachedDatabaseConfigurationName As String

Property Value

Attributes

Applies to