windowsmalwareinformationdevicemalwarestate

package
v0.20241126.1723 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 CreateWindowsMalwareInformationDeviceMalwareStateOperationOptions

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

func (CreateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToHeaders

func (CreateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToOData

func (CreateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToQuery

type CreateWindowsMalwareInformationDeviceMalwareStateOperationResponse

type CreateWindowsMalwareInformationDeviceMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.MalwareStateForWindowsDevice
}

type DeleteWindowsMalwareInformationDeviceMalwareStateOperationOptions

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

func (DeleteWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToHeaders

func (DeleteWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToOData

func (DeleteWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToQuery

type DeleteWindowsMalwareInformationDeviceMalwareStateOperationResponse

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

type GetWindowsMalwareInformationDeviceMalwareStateOperationOptions

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

func (GetWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToHeaders

func (GetWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToOData

func (GetWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToQuery

type GetWindowsMalwareInformationDeviceMalwareStateOperationResponse

type GetWindowsMalwareInformationDeviceMalwareStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.MalwareStateForWindowsDevice
}

type GetWindowsMalwareInformationDeviceMalwareStatesCountOperationOptions

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

func (GetWindowsMalwareInformationDeviceMalwareStatesCountOperationOptions) ToHeaders

func (GetWindowsMalwareInformationDeviceMalwareStatesCountOperationOptions) ToOData

func (GetWindowsMalwareInformationDeviceMalwareStatesCountOperationOptions) ToQuery

type GetWindowsMalwareInformationDeviceMalwareStatesCountOperationResponse

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

type ListWindowsMalwareInformationDeviceMalwareStatesCompleteResult

type ListWindowsMalwareInformationDeviceMalwareStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.MalwareStateForWindowsDevice
}

type ListWindowsMalwareInformationDeviceMalwareStatesCustomPager

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

type ListWindowsMalwareInformationDeviceMalwareStatesOperationOptions

type ListWindowsMalwareInformationDeviceMalwareStatesOperationOptions 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 (ListWindowsMalwareInformationDeviceMalwareStatesOperationOptions) ToHeaders

func (ListWindowsMalwareInformationDeviceMalwareStatesOperationOptions) ToOData

func (ListWindowsMalwareInformationDeviceMalwareStatesOperationOptions) ToQuery

type ListWindowsMalwareInformationDeviceMalwareStatesOperationResponse

type ListWindowsMalwareInformationDeviceMalwareStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.MalwareStateForWindowsDevice
}

type MalwareStateForWindowsDeviceOperationPredicate

type MalwareStateForWindowsDeviceOperationPredicate struct {
}

func (MalwareStateForWindowsDeviceOperationPredicate) Matches

type UpdateWindowsMalwareInformationDeviceMalwareStateOperationOptions

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

func (UpdateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToHeaders

func (UpdateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToOData

func (UpdateWindowsMalwareInformationDeviceMalwareStateOperationOptions) ToQuery

type UpdateWindowsMalwareInformationDeviceMalwareStateOperationResponse

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

type WindowsMalwareInformationDeviceMalwareStateClient

type WindowsMalwareInformationDeviceMalwareStateClient struct {
	Client *msgraph.Client
}

func NewWindowsMalwareInformationDeviceMalwareStateClientWithBaseURI

func NewWindowsMalwareInformationDeviceMalwareStateClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsMalwareInformationDeviceMalwareStateClient, error)

func (WindowsMalwareInformationDeviceMalwareStateClient) CreateWindowsMalwareInformationDeviceMalwareState

CreateWindowsMalwareInformationDeviceMalwareState - Create malwareStateForWindowsDevice. Create a new malwareStateForWindowsDevice object.

func (WindowsMalwareInformationDeviceMalwareStateClient) DeleteWindowsMalwareInformationDeviceMalwareState

DeleteWindowsMalwareInformationDeviceMalwareState - Delete malwareStateForWindowsDevice. Deletes a malwareStateForWindowsDevice.

func (WindowsMalwareInformationDeviceMalwareStateClient) GetWindowsMalwareInformationDeviceMalwareState

GetWindowsMalwareInformationDeviceMalwareState - Get malwareStateForWindowsDevice. Read properties and relationships of the malwareStateForWindowsDevice object.

func (WindowsMalwareInformationDeviceMalwareStateClient) GetWindowsMalwareInformationDeviceMalwareStatesCount

GetWindowsMalwareInformationDeviceMalwareStatesCount - Get the number of the resource

func (WindowsMalwareInformationDeviceMalwareStateClient) ListWindowsMalwareInformationDeviceMalwareStates

ListWindowsMalwareInformationDeviceMalwareStates - List malwareStateForWindowsDevices. List properties and relationships of the malwareStateForWindowsDevice objects.

func (WindowsMalwareInformationDeviceMalwareStateClient) ListWindowsMalwareInformationDeviceMalwareStatesComplete

ListWindowsMalwareInformationDeviceMalwareStatesComplete retrieves all the results into a single object

func (WindowsMalwareInformationDeviceMalwareStateClient) ListWindowsMalwareInformationDeviceMalwareStatesCompleteMatchingPredicate

ListWindowsMalwareInformationDeviceMalwareStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (WindowsMalwareInformationDeviceMalwareStateClient) UpdateWindowsMalwareInformationDeviceMalwareState

UpdateWindowsMalwareInformationDeviceMalwareState - Update malwareStateForWindowsDevice. Update the properties of a malwareStateForWindowsDevice object.

Jump to

Keyboard shortcuts

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