manageddevicewindowsprotectionstatedetectedmalwarestate

package
v0.20241111.1164443 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions

type CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders

func (CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData

func (CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery

type CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse

type CreateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.WindowsDeviceMalwareState
}

type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions

type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders

func (DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData

func (DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery

type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse

type DeleteManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToHeaders

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToOData

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationOptions) ToQuery

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationResponse

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData

func (GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse

type GetManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.WindowsDeviceMalwareState
}

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteResult

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.WindowsDeviceMalwareState
}

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCustomPager

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func (ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToHeaders

func (ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToOData

func (ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationOptions) ToQuery

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationResponse

type ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.WindowsDeviceMalwareState
}

type ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient

type ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceWindowsProtectionStateDetectedMalwareStateClientWithBaseURI

func NewManagedDeviceWindowsProtectionStateDetectedMalwareStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient, error)

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) CreateManagedDeviceWindowsProtectionStateDetectedMalwareState

CreateManagedDeviceWindowsProtectionStateDetectedMalwareState - Create new navigation property to detectedMalwareState for users

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) DeleteManagedDeviceWindowsProtectionStateDetectedMalwareState

DeleteManagedDeviceWindowsProtectionStateDetectedMalwareState - Delete navigation property detectedMalwareState for users

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) GetManagedDeviceWindowsProtectionStateDetectedMalwareState

GetManagedDeviceWindowsProtectionStateDetectedMalwareState - Get detectedMalwareState from users. Device malware list

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCount

GetManagedDeviceWindowsProtectionStateDetectedMalwareStateCount - Get the number of the resource

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStates

ListManagedDeviceWindowsProtectionStateDetectedMalwareStates - Get detectedMalwareState from users. Device malware list

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesComplete

ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesComplete retrieves all the results into a single object

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteMatchingPredicate

ListManagedDeviceWindowsProtectionStateDetectedMalwareStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceWindowsProtectionStateDetectedMalwareStateClient) UpdateManagedDeviceWindowsProtectionStateDetectedMalwareState

UpdateManagedDeviceWindowsProtectionStateDetectedMalwareState - Update the navigation property detectedMalwareState in users

type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions

type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToHeaders

func (UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToOData

func (UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationOptions) ToQuery

type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse

type UpdateManagedDeviceWindowsProtectionStateDetectedMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type WindowsDeviceMalwareStateOperationPredicate

type WindowsDeviceMalwareStateOperationPredicate struct {
}

func (WindowsDeviceMalwareStateOperationPredicate) Matches

Jump to

Keyboard shortcuts

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