Partager via


ConfigCommandBase.AppliesTo Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Specifies what part of Azure PowerShell the config applies to. Possible values are:\n- "Az": the config applies to all modules and cmdlets of Azure PowerShell.\n- Module name: the config applies to a certain module of Azure PowerShell. For example, "Az.Storage".\n- Cmdlet name: the config applies to a certain cmdlet of Azure PowerShell. For example, "Get-AzKeyVault".\nIf not specified, when getting or clearing configs, it defaults to all the above; when updating, it defaults to "Az".")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string AppliesTo { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Specifies what part of Azure PowerShell the config applies to. Possible values are:\n- "Az": the config applies to all modules and cmdlets of Azure PowerShell.\n- Module name: the config applies to a certain module of Azure PowerShell. For example, "Az.Storage".\n- Cmdlet name: the config applies to a certain cmdlet of Azure PowerShell. For example, "Get-AzKeyVault".\nIf not specified, when getting or clearing configs, it defaults to all the above; when updating, it defaults to "Az".")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.AppliesTo : string with get, set
Public Property AppliesTo As String

Property Value

Attributes

Applies to