IPolicyInsightsIdentity.ManagementGroupsNamespace 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 namespace for Microsoft Management RP; only "Microsoft.Management" is allowed.
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.PSArgumentCompleter(new System.String[] { "Microsoft.Management" })]
[Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The namespace for Microsoft Management RP; only "Microsoft.Management" is allowed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managementGroupsNamespace", Update=true)]
public string ManagementGroupsNamespace { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.PSArgumentCompleter(new System.String[] { "Microsoft.Management" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Runtime.Info(Create=true, Description="The namespace for Microsoft Management RP; only "Microsoft.Management" is allowed.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="managementGroupsNamespace", Update=true)>]
member this.ManagementGroupsNamespace : string with get, set
Public Property ManagementGroupsNamespace As String
Property Value
- Attributes