Documentation ¶
Index ¶
- type ApplicationGatewayScanner
- func (a *ApplicationGatewayScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
- func (a *ApplicationGatewayScanner) Init(config *azqr.ScannerConfig) error
- func (a *ApplicationGatewayScanner) ResourceTypes() []string
- func (a *ApplicationGatewayScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationGatewayScanner ¶
type ApplicationGatewayScanner struct {
// contains filtered or unexported fields
}
ApplicationGatewayScanner - Scanner for Application Gateways
func (*ApplicationGatewayScanner) GetRecommendations ¶
func (a *ApplicationGatewayScanner) GetRecommendations() map[string]azqr.AzqrRecommendation
GetRecommendations - Returns the rules for the ApplicationGatewayScanner
func (*ApplicationGatewayScanner) Init ¶
func (a *ApplicationGatewayScanner) Init(config *azqr.ScannerConfig) error
Init - Initializes the ApplicationGatewayAnalyzer
func (*ApplicationGatewayScanner) ResourceTypes ¶
func (a *ApplicationGatewayScanner) ResourceTypes() []string
func (*ApplicationGatewayScanner) Scan ¶
func (a *ApplicationGatewayScanner) Scan(scanContext *azqr.ScanContext) ([]azqr.AzqrServiceResult, error)
Scan - Scans all Application Gateways in a Resource Group
Click to show internal directories.
Click to hide internal directories.