Documentation ¶
Index ¶
- func ValidateServerID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByServerCompleteResult
- type ListByServerOperationResponse
- type ServerId
- type ServerVulnerabilityAssessment
- type ServerVulnerabilityAssessmentOperationPredicate
- type ServerVulnerabilityAssessmentProperties
- type ServerVulnerabilityAssessmentsClient
- func (c ServerVulnerabilityAssessmentsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerVulnerabilityAssessment) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsClient) Delete(ctx context.Context, id ServerId) (result DeleteOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
- func (c ServerVulnerabilityAssessmentsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, ...) (result ListByServerCompleteResult, err error)
- type VulnerabilityAssessmentRecurringScansProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerVulnerabilityAssessment }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerVulnerabilityAssessment }
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct {
Items []ServerVulnerabilityAssessment
}
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerVulnerabilityAssessment }
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID
type ServerVulnerabilityAssessment ¶
type ServerVulnerabilityAssessment struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ServerVulnerabilityAssessmentProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ServerVulnerabilityAssessmentOperationPredicate ¶
type ServerVulnerabilityAssessmentOperationPredicate struct { Id *string Name *string Type *string }
func (ServerVulnerabilityAssessmentOperationPredicate) Matches ¶
func (p ServerVulnerabilityAssessmentOperationPredicate) Matches(input ServerVulnerabilityAssessment) bool
type ServerVulnerabilityAssessmentProperties ¶
type ServerVulnerabilityAssessmentProperties struct { RecurringScans *VulnerabilityAssessmentRecurringScansProperties `json:"recurringScans,omitempty"` StorageAccountAccessKey *string `json:"storageAccountAccessKey,omitempty"` StorageContainerPath string `json:"storageContainerPath"` StorageContainerSasKey *string `json:"storageContainerSasKey,omitempty"` }
type ServerVulnerabilityAssessmentsClient ¶
type ServerVulnerabilityAssessmentsClient struct {
Client *resourcemanager.Client
}
func NewServerVulnerabilityAssessmentsClientWithBaseURI ¶
func NewServerVulnerabilityAssessmentsClientWithBaseURI(api environments.Api) (*ServerVulnerabilityAssessmentsClient, error)
func (ServerVulnerabilityAssessmentsClient) CreateOrUpdate ¶
func (c ServerVulnerabilityAssessmentsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerVulnerabilityAssessment) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerVulnerabilityAssessmentsClient) Delete ¶
func (c ServerVulnerabilityAssessmentsClient) Delete(ctx context.Context, id ServerId) (result DeleteOperationResponse, err error)
Delete ...
func (ServerVulnerabilityAssessmentsClient) Get ¶
func (c ServerVulnerabilityAssessmentsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
Get ...
func (ServerVulnerabilityAssessmentsClient) ListByServer ¶
func (c ServerVulnerabilityAssessmentsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerVulnerabilityAssessmentsClient) ListByServerComplete ¶
func (c ServerVulnerabilityAssessmentsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerVulnerabilityAssessmentsClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerVulnerabilityAssessmentsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerVulnerabilityAssessmentOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate