servervulnerabilityassessments

package
v0.20230626.1153114 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2023 License: MPL-2.0 Imports: 7 Imported by: 1

README

github.com/hashicorp/go-azure-sdk/resource-manager/security/2020-01-01/servervulnerabilityassessments Documentation

The servervulnerabilityassessments SDK allows for interaction with the Azure Resource Manager Service security (API Version 2020-01-01).

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-sdk/resource-manager/security/2020-01-01/servervulnerabilityassessments"

Client Initialization

client := servervulnerabilityassessments.NewServerVulnerabilityAssessmentsClientWithBaseURI("https://management.azure.com")
client.Client.Authorizer = authorizer

Example Usage: ServerVulnerabilityAssessmentsClient.ServerVulnerabilityAssessmentGet

ctx := context.TODO()
id := servervulnerabilityassessments.NewProviderID("12345678-1234-9876-4563-123456789012", "example-resource-group", "providerValue", "resourceTypeValue", "resourceValue")

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

Example Usage: ServerVulnerabilityAssessmentsClient.ServerVulnerabilityAssessmentListByExtendedResource

ctx := context.TODO()
id := servervulnerabilityassessments.NewProviderID("12345678-1234-9876-4563-123456789012", "example-resource-group", "providerValue", "resourceTypeValue", "resourceValue")

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PossibleValuesForProvisioningState

func PossibleValuesForProvisioningState() []string

func ValidateProviderID

func ValidateProviderID(input interface{}, key string) (warnings []string, errors []error)

ValidateProviderID checks that 'input' can be parsed as a Provider ID

Types

type ProviderId

type ProviderId struct {
	SubscriptionId    string
	ResourceGroupName string
	ProviderName      string
	ResourceType      string
	ResourceName      string
}

ProviderId is a struct representing the Resource ID for a Provider

func NewProviderID

func NewProviderID(subscriptionId string, resourceGroupName string, providerName string, resourceType string, resourceName string) ProviderId

NewProviderID returns a new ProviderId struct

func ParseProviderID

func ParseProviderID(input string) (*ProviderId, error)

ParseProviderID parses 'input' into a ProviderId

func ParseProviderIDInsensitively

func ParseProviderIDInsensitively(input string) (*ProviderId, error)

ParseProviderIDInsensitively parses 'input' case-insensitively into a ProviderId note: this method should only be used for API response data and not user input

func (ProviderId) ID

func (id ProviderId) ID() string

ID returns the formatted Provider ID

func (ProviderId) Segments

func (id ProviderId) Segments() []resourceids.Segment

Segments returns a slice of Resource ID Segments which comprise this Provider ID

func (ProviderId) String

func (id ProviderId) String() string

String returns a human-readable description of this Provider ID

type ProvisioningState

type ProvisioningState string
const (
	ProvisioningStateCanceled       ProvisioningState = "Canceled"
	ProvisioningStateDeprovisioning ProvisioningState = "Deprovisioning"
	ProvisioningStateFailed         ProvisioningState = "Failed"
	ProvisioningStateProvisioning   ProvisioningState = "Provisioning"
	ProvisioningStateSucceeded      ProvisioningState = "Succeeded"
)

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 ServerVulnerabilityAssessmentGetOperationResponse

type ServerVulnerabilityAssessmentGetOperationResponse struct {
	HttpResponse *http.Response
	Model        *ServerVulnerabilityAssessment
}

type ServerVulnerabilityAssessmentListByExtendedResourceOperationResponse

type ServerVulnerabilityAssessmentListByExtendedResourceOperationResponse struct {
	HttpResponse *http.Response
	Model        *ServerVulnerabilityAssessmentsList
}

type ServerVulnerabilityAssessmentProperties

type ServerVulnerabilityAssessmentProperties struct {
	ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"`
}

type ServerVulnerabilityAssessmentsClient

type ServerVulnerabilityAssessmentsClient struct {
	Client autorest.Client
	// contains filtered or unexported fields
}

func NewServerVulnerabilityAssessmentsClientWithBaseURI

func NewServerVulnerabilityAssessmentsClientWithBaseURI(endpoint string) ServerVulnerabilityAssessmentsClient

func (ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentGet

ServerVulnerabilityAssessmentGet ...

func (ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentListByExtendedResource

func (c ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentListByExtendedResource(ctx context.Context, id ProviderId) (result ServerVulnerabilityAssessmentListByExtendedResourceOperationResponse, err error)

ServerVulnerabilityAssessmentListByExtendedResource ...

type ServerVulnerabilityAssessmentsList

type ServerVulnerabilityAssessmentsList struct {
	Value *[]ServerVulnerabilityAssessment `json:"value,omitempty"`
}

Jump to

Keyboard shortcuts

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