databasesqlvulnerabilityassessmentssettings

package
v0.20240214.1100807 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: MPL-2.0 Imports: 11 Imported by: 0

README

github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-05-01-preview/databasesqlvulnerabilityassessmentssettings Documentation

The databasesqlvulnerabilityassessmentssettings SDK allows for interaction with the Azure Resource Manager Service sql (API Version 2023-05-01-preview).

This readme covers example usages, but further information on using this SDK can be found in the project root.

Import Path

import "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids"
import "github.com/hashicorp/go-azure-sdk/resource-manager/sql/2023-05-01-preview/databasesqlvulnerabilityassessmentssettings"

Client Initialization

client := databasesqlvulnerabilityassessmentssettings.NewDatabaseSqlVulnerabilityAssessmentsSettingsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: DatabaseSqlVulnerabilityAssessmentsSettingsClient.Get

ctx := context.TODO()
id := commonids.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

read, err := client.Get(ctx, id)
if err != nil {
	// handle the error
}
if model := read.Model; model != nil {
	// do something with the model/response object
}

Example Usage: DatabaseSqlVulnerabilityAssessmentsSettingsClient.ListByDatabase

ctx := context.TODO()
id := commonids.NewSqlDatabaseID("12345678-1234-9876-4563-123456789012", "example-resource-group", "serverValue", "databaseValue")

// alternatively `client.ListByDatabase(ctx, id)` can be used to do batched pagination
items, err := client.ListByDatabaseComplete(ctx, id)
if err != nil {
	// handle the error
}
for _, item := range items {
	// do something
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForSqlVulnerabilityAssessmentState

func PossibleValuesForSqlVulnerabilityAssessmentState() []string

Types

type DatabaseSqlVulnerabilityAssessmentsSettingsClient

type DatabaseSqlVulnerabilityAssessmentsSettingsClient struct {
	Client *resourcemanager.Client
}

func NewDatabaseSqlVulnerabilityAssessmentsSettingsClientWithBaseURI

func NewDatabaseSqlVulnerabilityAssessmentsSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*DatabaseSqlVulnerabilityAssessmentsSettingsClient, error)

func (DatabaseSqlVulnerabilityAssessmentsSettingsClient) Get

Get ...

func (DatabaseSqlVulnerabilityAssessmentsSettingsClient) ListByDatabase

ListByDatabase ...

func (DatabaseSqlVulnerabilityAssessmentsSettingsClient) ListByDatabaseComplete

ListByDatabaseComplete retrieves all the results into a single object

func (DatabaseSqlVulnerabilityAssessmentsSettingsClient) ListByDatabaseCompleteMatchingPredicate

ListByDatabaseCompleteMatchingPredicate retrieves all the results and then applies the predicate

type GetOperationResponse

type GetOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *SqlVulnerabilityAssessment
}

type ListByDatabaseCompleteResult

type ListByDatabaseCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []SqlVulnerabilityAssessment
}

type ListByDatabaseOperationResponse

type ListByDatabaseOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]SqlVulnerabilityAssessment
}

type SqlVulnerabilityAssessment

type SqlVulnerabilityAssessment struct {
	Id         *string                                     `json:"id,omitempty"`
	Name       *string                                     `json:"name,omitempty"`
	Properties *SqlVulnerabilityAssessmentPolicyProperties `json:"properties,omitempty"`
	SystemData *systemdata.SystemData                      `json:"systemData,omitempty"`
	Type       *string                                     `json:"type,omitempty"`
}

type SqlVulnerabilityAssessmentOperationPredicate

type SqlVulnerabilityAssessmentOperationPredicate struct {
	Id   *string
	Name *string
	Type *string
}

func (SqlVulnerabilityAssessmentOperationPredicate) Matches

type SqlVulnerabilityAssessmentPolicyProperties

type SqlVulnerabilityAssessmentPolicyProperties struct {
	State *SqlVulnerabilityAssessmentState `json:"state,omitempty"`
}

type SqlVulnerabilityAssessmentState

type SqlVulnerabilityAssessmentState string
const (
	SqlVulnerabilityAssessmentStateDisabled SqlVulnerabilityAssessmentState = "Disabled"
	SqlVulnerabilityAssessmentStateEnabled  SqlVulnerabilityAssessmentState = "Enabled"
)

func (*SqlVulnerabilityAssessmentState) UnmarshalJSON

func (s *SqlVulnerabilityAssessmentState) UnmarshalJSON(bytes []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL