Documentation ¶
Index ¶
- func PossibleValuesForAdvancedThreatProtectionState() []string
- func ValidateServerID(input interface{}, key string) (warnings []string, errors []error)
- type AdvancedThreatProtectionProperties
- type AdvancedThreatProtectionState
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByServerCompleteResult
- type ListByServerOperationResponse
- type ServerAdvancedThreatProtection
- type ServerAdvancedThreatProtectionOperationPredicate
- type ServerAdvancedThreatProtectionSettingsClient
- func (c ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerAdvancedThreatProtection) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerAdvancedThreatProtection) error
- func (c ServerAdvancedThreatProtectionSettingsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
- func (c ServerAdvancedThreatProtectionSettingsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
- func (c ServerAdvancedThreatProtectionSettingsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
- func (c ServerAdvancedThreatProtectionSettingsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, ...) (result ListByServerCompleteResult, err error)
- type ServerId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForAdvancedThreatProtectionState ¶
func PossibleValuesForAdvancedThreatProtectionState() []string
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type AdvancedThreatProtectionProperties ¶
type AdvancedThreatProtectionProperties struct { CreationTime *string `json:"creationTime,omitempty"` State AdvancedThreatProtectionState `json:"state"` }
func (*AdvancedThreatProtectionProperties) GetCreationTimeAsTime ¶
func (o *AdvancedThreatProtectionProperties) GetCreationTimeAsTime() (*time.Time, error)
func (*AdvancedThreatProtectionProperties) SetCreationTimeAsTime ¶
func (o *AdvancedThreatProtectionProperties) SetCreationTimeAsTime(input time.Time)
type AdvancedThreatProtectionState ¶
type AdvancedThreatProtectionState string
const ( AdvancedThreatProtectionStateDisabled AdvancedThreatProtectionState = "Disabled" AdvancedThreatProtectionStateEnabled AdvancedThreatProtectionState = "Enabled" AdvancedThreatProtectionStateNew AdvancedThreatProtectionState = "New" )
func (*AdvancedThreatProtectionState) UnmarshalJSON ¶
func (s *AdvancedThreatProtectionState) UnmarshalJSON(bytes []byte) error
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerAdvancedThreatProtection }
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct {
Items []ServerAdvancedThreatProtection
}
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerAdvancedThreatProtection }
type ServerAdvancedThreatProtection ¶
type ServerAdvancedThreatProtection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *AdvancedThreatProtectionProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type ServerAdvancedThreatProtectionOperationPredicate ¶
type ServerAdvancedThreatProtectionOperationPredicate struct { Id *string Name *string Type *string }
func (ServerAdvancedThreatProtectionOperationPredicate) Matches ¶
func (p ServerAdvancedThreatProtectionOperationPredicate) Matches(input ServerAdvancedThreatProtection) bool
type ServerAdvancedThreatProtectionSettingsClient ¶
type ServerAdvancedThreatProtectionSettingsClient struct {
Client *resourcemanager.Client
}
func NewServerAdvancedThreatProtectionSettingsClientWithBaseURI ¶
func NewServerAdvancedThreatProtectionSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerAdvancedThreatProtectionSettingsClient, error)
func (ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdate ¶
func (c ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerAdvancedThreatProtection) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdateThenPoll ¶
func (c ServerAdvancedThreatProtectionSettingsClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerAdvancedThreatProtection) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServerAdvancedThreatProtectionSettingsClient) Get ¶
func (c ServerAdvancedThreatProtectionSettingsClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
Get ...
func (ServerAdvancedThreatProtectionSettingsClient) ListByServer ¶
func (c ServerAdvancedThreatProtectionSettingsClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerAdvancedThreatProtectionSettingsClient) ListByServerComplete ¶
func (c ServerAdvancedThreatProtectionSettingsClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerAdvancedThreatProtectionSettingsClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerAdvancedThreatProtectionSettingsClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerAdvancedThreatProtectionOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID