Documentation ¶
Index ¶
- func PossibleValuesForServerVulnerabilityAssessmentsAzureSettingSelectedProvider() []string
- func PossibleValuesForServerVulnerabilityAssessmentsSettingKind() []string
- type AzureServersSetting
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationResponse
- type RawServerVulnerabilityAssessmentsSettingImpl
- type ServerVulnerabilityAssessmentsAzureSettingProperties
- type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider
- type ServerVulnerabilityAssessmentsSetting
- type ServerVulnerabilityAssessmentsSettingKind
- type ServerVulnerabilityAssessmentsSettingOperationPredicate
- type ServerVulnerabilityAssessmentsSettingsClient
- func (c ServerVulnerabilityAssessmentsSettingsClient) CreateOrUpdate(ctx context.Context, id commonids.SubscriptionId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsSettingsClient) Delete(ctx context.Context, id commonids.SubscriptionId) (result DeleteOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsSettingsClient) Get(ctx context.Context, id commonids.SubscriptionId) (result GetOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ListBySubscriptionOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp ListBySubscriptionCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerVulnerabilityAssessmentsAzureSettingSelectedProvider ¶
func PossibleValuesForServerVulnerabilityAssessmentsAzureSettingSelectedProvider() []string
func PossibleValuesForServerVulnerabilityAssessmentsSettingKind ¶
func PossibleValuesForServerVulnerabilityAssessmentsSettingKind() []string
Types ¶
type AzureServersSetting ¶
type AzureServersSetting struct { Properties *ServerVulnerabilityAssessmentsAzureSettingProperties `json:"properties,omitempty"` // Fields inherited from ServerVulnerabilityAssessmentsSetting Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (AzureServersSetting) MarshalJSON ¶
func (s AzureServersSetting) MarshalJSON() ([]byte, error)
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *ServerVulnerabilityAssessmentsSetting }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ServerVulnerabilityAssessmentsSetting }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []ServerVulnerabilityAssessmentsSetting
}
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]ServerVulnerabilityAssessmentsSetting // contains filtered or unexported fields }
func (ListBySubscriptionOperationResponse) HasMore ¶
func (r ListBySubscriptionOperationResponse) HasMore() bool
func (ListBySubscriptionOperationResponse) LoadMore ¶
func (r ListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp ListBySubscriptionOperationResponse, err error)
type RawServerVulnerabilityAssessmentsSettingImpl ¶ added in v0.20230807.1063129
type RawServerVulnerabilityAssessmentsSettingImpl struct { Type string Values map[string]interface{} }
RawServerVulnerabilityAssessmentsSettingImpl is returned when the Discriminated Value doesn't match any of the defined types NOTE: this should only be used when a type isn't defined for this type of Object (as a workaround) and is used only for Deserialization (e.g. this cannot be used as a Request Payload).
type ServerVulnerabilityAssessmentsAzureSettingProperties ¶
type ServerVulnerabilityAssessmentsAzureSettingProperties struct {
SelectedProvider ServerVulnerabilityAssessmentsAzureSettingSelectedProvider `json:"selectedProvider"`
}
type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider ¶
type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider string
const (
ServerVulnerabilityAssessmentsAzureSettingSelectedProviderMdeTVM ServerVulnerabilityAssessmentsAzureSettingSelectedProvider = "MdeTvm"
)
type ServerVulnerabilityAssessmentsSetting ¶
type ServerVulnerabilityAssessmentsSetting interface { }
type ServerVulnerabilityAssessmentsSettingKind ¶
type ServerVulnerabilityAssessmentsSettingKind string
const (
ServerVulnerabilityAssessmentsSettingKindAzureServersSetting ServerVulnerabilityAssessmentsSettingKind = "AzureServersSetting"
)
type ServerVulnerabilityAssessmentsSettingOperationPredicate ¶
type ServerVulnerabilityAssessmentsSettingOperationPredicate struct { }
func (ServerVulnerabilityAssessmentsSettingOperationPredicate) Matches ¶
func (p ServerVulnerabilityAssessmentsSettingOperationPredicate) Matches(input ServerVulnerabilityAssessmentsSetting) bool
type ServerVulnerabilityAssessmentsSettingsClient ¶
type ServerVulnerabilityAssessmentsSettingsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewServerVulnerabilityAssessmentsSettingsClientWithBaseURI ¶
func NewServerVulnerabilityAssessmentsSettingsClientWithBaseURI(endpoint string) ServerVulnerabilityAssessmentsSettingsClient
func (ServerVulnerabilityAssessmentsSettingsClient) CreateOrUpdate ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) CreateOrUpdate(ctx context.Context, id commonids.SubscriptionId, input ServerVulnerabilityAssessmentsSetting) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerVulnerabilityAssessmentsSettingsClient) Delete ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) Delete(ctx context.Context, id commonids.SubscriptionId) (result DeleteOperationResponse, err error)
Delete ...
func (ServerVulnerabilityAssessmentsSettingsClient) Get ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) Get(ctx context.Context, id commonids.SubscriptionId) (result GetOperationResponse, err error)
Get ...
func (ServerVulnerabilityAssessmentsSettingsClient) ListBySubscription ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionComplete ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all of the results into a single object
func (ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ServerVulnerabilityAssessmentsSettingOperationPredicate) (resp ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
Source Files ¶
- client.go
- constants.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbysubscription_autorest.go
- model_azureserverssetting.go
- model_servervulnerabilityassessmentsazuresettingproperties.go
- model_servervulnerabilityassessmentssetting.go
- predicates.go
- version.go
Click to show internal directories.
Click to hide internal directories.