IDefaultAccountPayload.ScopeType 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 scope where the default account is set.
[Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="The scope where the default account is set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.ScopeType) }, ReadOnly=false, Required=false, SerializedName="scopeType")]
public Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.ScopeType? ScopeType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.Info(Description="The scope where the default account is set.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.ScopeType) }, ReadOnly=false, Required=false, SerializedName="scopeType")>]
member this.ScopeType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Purview.Support.ScopeType> with get, set
Public Property ScopeType As Nullable(Of ScopeType)
Property Value
- Attributes