GetAzureRmManagedServicesAssignment.Scope 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.
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ScopeCompleter]
[System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment is created.", Mandatory=false, ParameterSetName="Default")]
[System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment is created.", Mandatory=false, ParameterSetName="ById")]
public string Scope { get; set; }
[Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ScopeCompleter]
[System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment created.", Mandatory=false, ParameterSetName="Default")]
[System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment created.", Mandatory=false, ParameterSetName="ByName")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Scope { get; set; }
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ScopeCompleter>]
[<System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment is created.", Mandatory=false, ParameterSetName="Default")>]
[<System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment is created.", Mandatory=false, ParameterSetName="ById")>]
member this.Scope : string with get, set
[<Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters.ScopeCompleter>]
[<System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment created.", Mandatory=false, ParameterSetName="Default")>]
[<System.Management.Automation.Parameter(HelpMessage="The scope where the registration assignment created.", Mandatory=false, ParameterSetName="ByName")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Scope : string with get, set
Public Property Scope As String
Property Value
- Attributes