Documentation ¶
Index ¶
- func PossibleValuesForServerVulnerabilityAssessmentsAzureSettingSelectedProvider() []string
- func PossibleValuesForServerVulnerabilityAssessmentsSettingKind() []string
- type AzureServersSetting
- type BaseServerVulnerabilityAssessmentsSettingImpl
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- 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) (result 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, ...) (result 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"` Id *string `json:"id,omitempty"` Kind ServerVulnerabilityAssessmentsSettingKind `json:"kind"` 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)
func (AzureServersSetting) ServerVulnerabilityAssessmentsSetting ¶ added in v0.20240920.1135249
func (s AzureServersSetting) ServerVulnerabilityAssessmentsSetting() BaseServerVulnerabilityAssessmentsSettingImpl
type BaseServerVulnerabilityAssessmentsSettingImpl ¶ added in v0.20240920.1135249
type BaseServerVulnerabilityAssessmentsSettingImpl struct { Id *string `json:"id,omitempty"` Kind ServerVulnerabilityAssessmentsSettingKind `json:"kind"` Name *string `json:"name,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
func (BaseServerVulnerabilityAssessmentsSettingImpl) ServerVulnerabilityAssessmentsSetting ¶ added in v0.20240920.1135249
func (s BaseServerVulnerabilityAssessmentsSettingImpl) ServerVulnerabilityAssessmentsSetting() BaseServerVulnerabilityAssessmentsSettingImpl
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model ServerVulnerabilityAssessmentsSetting }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model ServerVulnerabilityAssessmentsSetting }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []ServerVulnerabilityAssessmentsSetting }
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerVulnerabilityAssessmentsSetting }
type RawServerVulnerabilityAssessmentsSettingImpl ¶
type RawServerVulnerabilityAssessmentsSettingImpl struct { Type string Values map[string]interface{} // contains filtered or unexported fields }
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).
func (RawServerVulnerabilityAssessmentsSettingImpl) ServerVulnerabilityAssessmentsSetting ¶ added in v0.20240920.1135249
func (s RawServerVulnerabilityAssessmentsSettingImpl) ServerVulnerabilityAssessmentsSetting() BaseServerVulnerabilityAssessmentsSettingImpl
type ServerVulnerabilityAssessmentsAzureSettingProperties ¶
type ServerVulnerabilityAssessmentsAzureSettingProperties struct {
SelectedProvider ServerVulnerabilityAssessmentsAzureSettingSelectedProvider `json:"selectedProvider"`
}
type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider ¶
type ServerVulnerabilityAssessmentsAzureSettingSelectedProvider string
const (
ServerVulnerabilityAssessmentsAzureSettingSelectedProviderMdeTVM ServerVulnerabilityAssessmentsAzureSettingSelectedProvider = "MdeTvm"
)
func (*ServerVulnerabilityAssessmentsAzureSettingSelectedProvider) UnmarshalJSON ¶ added in v0.20240228.1142829
func (s *ServerVulnerabilityAssessmentsAzureSettingSelectedProvider) UnmarshalJSON(bytes []byte) error
type ServerVulnerabilityAssessmentsSetting ¶
type ServerVulnerabilityAssessmentsSetting interface {
ServerVulnerabilityAssessmentsSetting() BaseServerVulnerabilityAssessmentsSettingImpl
}
func UnmarshalServerVulnerabilityAssessmentsSettingImplementation ¶ added in v0.20240920.1135249
func UnmarshalServerVulnerabilityAssessmentsSettingImplementation(input []byte) (ServerVulnerabilityAssessmentsSetting, error)
type ServerVulnerabilityAssessmentsSettingKind ¶
type ServerVulnerabilityAssessmentsSettingKind string
const (
ServerVulnerabilityAssessmentsSettingKindAzureServersSetting ServerVulnerabilityAssessmentsSettingKind = "AzureServersSetting"
)
func (*ServerVulnerabilityAssessmentsSettingKind) UnmarshalJSON ¶ added in v0.20240228.1142829
func (s *ServerVulnerabilityAssessmentsSettingKind) UnmarshalJSON(bytes []byte) error
type ServerVulnerabilityAssessmentsSettingOperationPredicate ¶
type ServerVulnerabilityAssessmentsSettingOperationPredicate struct { }
func (ServerVulnerabilityAssessmentsSettingOperationPredicate) Matches ¶
func (p ServerVulnerabilityAssessmentsSettingOperationPredicate) Matches(input ServerVulnerabilityAssessmentsSetting) bool
type ServerVulnerabilityAssessmentsSettingsClient ¶
type ServerVulnerabilityAssessmentsSettingsClient struct {
Client *resourcemanager.Client
}
func NewServerVulnerabilityAssessmentsSettingsClientWithBaseURI ¶
func NewServerVulnerabilityAssessmentsSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerVulnerabilityAssessmentsSettingsClient, error)
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) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionComplete ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c ServerVulnerabilityAssessmentsSettingsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ServerVulnerabilityAssessmentsSettingOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
Source Files ¶
Click to show internal directories.
Click to hide internal directories.