IReadOnlyFollowingDatabase.PrincipalsModificationKind 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 principals modification kind of the database
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Union", "Replace", "None" })]
[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The principals modification kind of the database", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="principalsModificationKind", Update=false)]
public string PrincipalsModificationKind { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.PSArgumentCompleter(new System.String[] { "Union", "Replace", "None" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The principals modification kind of the database", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="principalsModificationKind", Update=false)>]
member this.PrincipalsModificationKind : string
Public ReadOnly Property PrincipalsModificationKind As String
Property Value
- Attributes