GetAzureRmManagedServicesAssignment.Scope Property

Definition

[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

String
Attributes

Applies to