Get-AdcAccessRuleMode
SYNOPSIS
Retrieve registered AccessRule processing modes.
SYNTAX
__AllParameterSets
Get-AdcAccessRuleMode [[-Path] <string>] [[-ObjectCategory] <string>] [<CommonParameters>]
DESCRIPTION
Retrieve registered AccessRule processing modes. These are used to define, how AccessRules will be processed.
EXAMPLES
EXAMPLE 1
Get-AdcAccessRuleMode
List all registered AccessRule processing modes.
PARAMETERS
-ObjectCategory
Filter by the object category the AccessRule processing mode applies to.
Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-Path
Filter by the path the AccessRule processing mode applies to.
Type: System.String
DefaultValue: '*'
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.