Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateProviderID(input interface{}, key string) (warnings []string, errors []error)
- type ProviderId
- type ProvisioningState
- type ServerVulnerabilityAssessment
- type ServerVulnerabilityAssessmentGetOperationResponse
- type ServerVulnerabilityAssessmentListByExtendedResourceOperationResponse
- type ServerVulnerabilityAssessmentProperties
- type ServerVulnerabilityAssessmentsClient
- func (c ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentGet(ctx context.Context, id ProviderId) (result ServerVulnerabilityAssessmentGetOperationResponse, err error)
- func (c ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentListByExtendedResource(ctx context.Context, id ProviderId) (result ServerVulnerabilityAssessmentListByExtendedResourceOperationResponse, ...)
- type ServerVulnerabilityAssessmentsList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateProviderID ¶
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) 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 ¶
func (c ServerVulnerabilityAssessmentsClient) ServerVulnerabilityAssessmentGet(ctx context.Context, id ProviderId) (result ServerVulnerabilityAssessmentGetOperationResponse, err error)
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"`
}
Source Files ¶
- client.go
- constants.go
- id_provider.go
- method_servervulnerabilityassessmentget_autorest.go
- method_servervulnerabilityassessmentlistbyextendedresource_autorest.go
- model_servervulnerabilityassessment.go
- model_servervulnerabilityassessmentproperties.go
- model_servervulnerabilityassessmentslist.go
- version.go
Click to show internal directories.
Click to hide internal directories.