Documentation ¶
Index ¶
- func ValidateManagedInstanceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByInstanceCompleteResult
- type ListByInstanceOperationResponse
- type ManagedInstanceId
- type ManagedInstanceVulnerabilityAssessment
- type ManagedInstanceVulnerabilityAssessmentOperationPredicate
- type ManagedInstanceVulnerabilityAssessmentProperties
- type ManagedInstanceVulnerabilityAssessmentsClient
- func (c ManagedInstanceVulnerabilityAssessmentsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedInstanceVulnerabilityAssessmentsClient) Delete(ctx context.Context, id ManagedInstanceId) (result DeleteOperationResponse, err error)
- func (c ManagedInstanceVulnerabilityAssessmentsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
- func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
- func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
- func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)
- type VulnerabilityAssessmentRecurringScansProperties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateManagedInstanceID ¶
ValidateManagedInstanceID checks that 'input' can be parsed as a Managed Instance ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceVulnerabilityAssessment }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ManagedInstanceVulnerabilityAssessment }
type ListByInstanceCompleteResult ¶
type ListByInstanceCompleteResult struct {
Items []ManagedInstanceVulnerabilityAssessment
}
type ListByInstanceOperationResponse ¶
type ListByInstanceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ManagedInstanceVulnerabilityAssessment }
type ManagedInstanceId ¶
type ManagedInstanceId struct { SubscriptionId string ResourceGroupName string ManagedInstanceName string }
ManagedInstanceId is a struct representing the Resource ID for a Managed Instance
func NewManagedInstanceID ¶
func NewManagedInstanceID(subscriptionId string, resourceGroupName string, managedInstanceName string) ManagedInstanceId
NewManagedInstanceID returns a new ManagedInstanceId struct
func ParseManagedInstanceID ¶
func ParseManagedInstanceID(input string) (*ManagedInstanceId, error)
ParseManagedInstanceID parses 'input' into a ManagedInstanceId
func ParseManagedInstanceIDInsensitively ¶
func ParseManagedInstanceIDInsensitively(input string) (*ManagedInstanceId, error)
ParseManagedInstanceIDInsensitively parses 'input' case-insensitively into a ManagedInstanceId note: this method should only be used for API response data and not user input
func (ManagedInstanceId) ID ¶
func (id ManagedInstanceId) ID() string
ID returns the formatted Managed Instance ID
func (ManagedInstanceId) Segments ¶
func (id ManagedInstanceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Instance ID
func (ManagedInstanceId) String ¶
func (id ManagedInstanceId) String() string
String returns a human-readable description of this Managed Instance ID
type ManagedInstanceVulnerabilityAssessment ¶
type ManagedInstanceVulnerabilityAssessment struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ManagedInstanceVulnerabilityAssessmentProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ManagedInstanceVulnerabilityAssessmentOperationPredicate ¶
type ManagedInstanceVulnerabilityAssessmentOperationPredicate struct { Id *string Name *string Type *string }
func (ManagedInstanceVulnerabilityAssessmentOperationPredicate) Matches ¶
func (p ManagedInstanceVulnerabilityAssessmentOperationPredicate) Matches(input ManagedInstanceVulnerabilityAssessment) bool
type ManagedInstanceVulnerabilityAssessmentProperties ¶
type ManagedInstanceVulnerabilityAssessmentProperties struct { RecurringScans *VulnerabilityAssessmentRecurringScansProperties `json:"recurringScans,omitempty"` StorageAccountAccessKey *string `json:"storageAccountAccessKey,omitempty"` StorageContainerPath string `json:"storageContainerPath"` StorageContainerSasKey *string `json:"storageContainerSasKey,omitempty"` }
type ManagedInstanceVulnerabilityAssessmentsClient ¶
type ManagedInstanceVulnerabilityAssessmentsClient struct {
Client *resourcemanager.Client
}
func NewManagedInstanceVulnerabilityAssessmentsClientWithBaseURI ¶
func NewManagedInstanceVulnerabilityAssessmentsClientWithBaseURI(api environments.Api) (*ManagedInstanceVulnerabilityAssessmentsClient, error)
func (ManagedInstanceVulnerabilityAssessmentsClient) CreateOrUpdate ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) CreateOrUpdate(ctx context.Context, id ManagedInstanceId, input ManagedInstanceVulnerabilityAssessment) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedInstanceVulnerabilityAssessmentsClient) Delete ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) Delete(ctx context.Context, id ManagedInstanceId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedInstanceVulnerabilityAssessmentsClient) Get ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) Get(ctx context.Context, id ManagedInstanceId) (result GetOperationResponse, err error)
Get ...
func (ManagedInstanceVulnerabilityAssessmentsClient) ListByInstance ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstance(ctx context.Context, id ManagedInstanceId) (result ListByInstanceOperationResponse, err error)
ListByInstance ...
func (ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceComplete ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceComplete(ctx context.Context, id ManagedInstanceId) (ListByInstanceCompleteResult, error)
ListByInstanceComplete retrieves all the results into a single object
func (ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceCompleteMatchingPredicate ¶
func (c ManagedInstanceVulnerabilityAssessmentsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id ManagedInstanceId, predicate ManagedInstanceVulnerabilityAssessmentOperationPredicate) (result ListByInstanceCompleteResult, err error)
ListByInstanceCompleteMatchingPredicate retrieves all the results and then applies the predicate
Source Files ¶
- client.go
- id_managedinstance.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyinstance.go
- model_managedinstancevulnerabilityassessment.go
- model_managedinstancevulnerabilityassessmentproperties.go
- model_vulnerabilityassessmentrecurringscansproperties.go
- predicates.go
- version.go