Documentation ¶
Index ¶
- func ValidateScanID(input interface{}, key string) (warnings []string, errors []error)
- type ScanId
- type SqlPoolVulnerabilityAssessmentScanExportProperties
- type SqlPoolVulnerabilityAssessmentScansExport
- type SqlPoolVulnerabilityAssessmentScansExportOperationResponse
- type SqlPoolsVulnerabilityAssessmentScansExportClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateScanID ¶
ValidateScanID checks that 'input' can be parsed as a Scan ID
Types ¶
type ScanId ¶
type ScanId struct { SubscriptionId string ResourceGroupName string WorkspaceName string SqlPoolName string ScanId string }
ScanId is a struct representing the Resource ID for a Scan
func NewScanID ¶
func NewScanID(subscriptionId string, resourceGroupName string, workspaceName string, sqlPoolName string, scanId string) ScanId
NewScanID returns a new ScanId struct
func ParseScanID ¶
ParseScanID parses 'input' into a ScanId
func ParseScanIDInsensitively ¶
ParseScanIDInsensitively parses 'input' case-insensitively into a ScanId note: this method should only be used for API response data and not user input
func (*ScanId) FromParseResult ¶
func (id *ScanId) FromParseResult(input resourceids.ParseResult) error
func (ScanId) Segments ¶
func (id ScanId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scan ID
type SqlPoolVulnerabilityAssessmentScanExportProperties ¶
type SqlPoolVulnerabilityAssessmentScanExportProperties struct {
ExportedReportLocation *string `json:"exportedReportLocation,omitempty"`
}
type SqlPoolVulnerabilityAssessmentScansExport ¶
type SqlPoolVulnerabilityAssessmentScansExport struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SqlPoolVulnerabilityAssessmentScanExportProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type SqlPoolVulnerabilityAssessmentScansExportOperationResponse ¶
type SqlPoolVulnerabilityAssessmentScansExportOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SqlPoolVulnerabilityAssessmentScansExport }
type SqlPoolsVulnerabilityAssessmentScansExportClient ¶
type SqlPoolsVulnerabilityAssessmentScansExportClient struct {
Client *resourcemanager.Client
}
func NewSqlPoolsVulnerabilityAssessmentScansExportClientWithBaseURI ¶
func NewSqlPoolsVulnerabilityAssessmentScansExportClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlPoolsVulnerabilityAssessmentScansExportClient, error)
func (SqlPoolsVulnerabilityAssessmentScansExportClient) SqlPoolVulnerabilityAssessmentScansExport ¶
func (c SqlPoolsVulnerabilityAssessmentScansExportClient) SqlPoolVulnerabilityAssessmentScansExport(ctx context.Context, id ScanId) (result SqlPoolVulnerabilityAssessmentScansExportOperationResponse, err error)
SqlPoolVulnerabilityAssessmentScansExport ...
Click to show internal directories.
Click to hide internal directories.