Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAdvancedThreatProtectionState() []string + type AdvancedThreatProtectionProperties struct + CreationTime *string + State AdvancedThreatProtectionState + func (o *AdvancedThreatProtectionProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *AdvancedThreatProtectionProperties) SetCreationTimeAsTime(input time.Time) + type AdvancedThreatProtectionState string + const AdvancedThreatProtectionStateDisabled + const AdvancedThreatProtectionStateEnabled + const AdvancedThreatProtectionStateNew + func (s *AdvancedThreatProtectionState) UnmarshalJSON(bytes []byte) error + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ManagedInstanceAdvancedThreatProtection + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *ManagedInstanceAdvancedThreatProtection + OData *odata.OData + type ListByInstanceCompleteResult struct + Items []ManagedInstanceAdvancedThreatProtection + LatestHttpResponse *http.Response + type ListByInstanceCustomPager struct + NextLink *odata.Link + func (p *ListByInstanceCustomPager) NextPageLink() *odata.Link + type ListByInstanceOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedInstanceAdvancedThreatProtection + OData *odata.OData + type ManagedInstanceAdvancedThreatProtection struct + Id *string + Name *string + Properties *AdvancedThreatProtectionProperties + SystemData *systemdata.SystemData + Type *string + type ManagedInstanceAdvancedThreatProtectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p ManagedInstanceAdvancedThreatProtectionOperationPredicate) Matches(input ManagedInstanceAdvancedThreatProtection) bool + type ManagedInstanceAdvancedThreatProtectionSettingsClient struct + Client *resourcemanager.Client + func NewManagedInstanceAdvancedThreatProtectionSettingsClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedInstanceAdvancedThreatProtectionSettingsClient, error) + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.SqlManagedInstanceId, ...) error + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error) + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) ListByInstance(ctx context.Context, id commonids.SqlManagedInstanceId) (result ListByInstanceOperationResponse, err error) + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) ListByInstanceComplete(ctx context.Context, id commonids.SqlManagedInstanceId) (ListByInstanceCompleteResult, error) + func (c ManagedInstanceAdvancedThreatProtectionSettingsClient) ListByInstanceCompleteMatchingPredicate(ctx context.Context, id commonids.SqlManagedInstanceId, ...) (result ListByInstanceCompleteResult, err error)