devicecompliancescriptdevicerunstate

package
v0.20241128.1112539 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeviceComplianceScriptDeviceRunStateOperationOptions

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

func (CreateDeviceComplianceScriptDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceComplianceScriptDeviceRunStateOperationOptions) ToOData

func (CreateDeviceComplianceScriptDeviceRunStateOperationOptions) ToQuery

type CreateDeviceComplianceScriptDeviceRunStateOperationResponse

type CreateDeviceComplianceScriptDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceComplianceScriptDeviceState
}

type DeleteDeviceComplianceScriptDeviceRunStateOperationOptions

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

func (DeleteDeviceComplianceScriptDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceComplianceScriptDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceComplianceScriptDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceComplianceScriptDeviceRunStateOperationResponse

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

type DeviceComplianceScriptDeviceRunStateClient

type DeviceComplianceScriptDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceComplianceScriptDeviceRunStateClientWithBaseURI

func NewDeviceComplianceScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceComplianceScriptDeviceRunStateClient, error)

func (DeviceComplianceScriptDeviceRunStateClient) CreateDeviceComplianceScriptDeviceRunState

CreateDeviceComplianceScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceComplianceScriptDeviceRunStateClient) DeleteDeviceComplianceScriptDeviceRunState

DeleteDeviceComplianceScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceComplianceScriptDeviceRunStateClient) GetDeviceComplianceScriptDeviceRunState

GetDeviceComplianceScriptDeviceRunState - Get deviceRunStates from deviceManagement. List of run states for the device compliance script across all devices

func (DeviceComplianceScriptDeviceRunStateClient) GetDeviceComplianceScriptDeviceRunStatesCount

GetDeviceComplianceScriptDeviceRunStatesCount - Get the number of the resource

func (DeviceComplianceScriptDeviceRunStateClient) ListDeviceComplianceScriptDeviceRunStates

ListDeviceComplianceScriptDeviceRunStates - Get deviceRunStates from deviceManagement. List of run states for the device compliance script across all devices

func (DeviceComplianceScriptDeviceRunStateClient) ListDeviceComplianceScriptDeviceRunStatesComplete

ListDeviceComplianceScriptDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceComplianceScriptDeviceRunStateClient) ListDeviceComplianceScriptDeviceRunStatesCompleteMatchingPredicate

ListDeviceComplianceScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceComplianceScriptDeviceRunStateClient) UpdateDeviceComplianceScriptDeviceRunState

UpdateDeviceComplianceScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type DeviceComplianceScriptDeviceStateOperationPredicate

type DeviceComplianceScriptDeviceStateOperationPredicate struct {
}

func (DeviceComplianceScriptDeviceStateOperationPredicate) Matches

type GetDeviceComplianceScriptDeviceRunStateOperationOptions

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

func (GetDeviceComplianceScriptDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceComplianceScriptDeviceRunStateOperationOptions) ToOData

func (GetDeviceComplianceScriptDeviceRunStateOperationOptions) ToQuery

type GetDeviceComplianceScriptDeviceRunStateOperationResponse

type GetDeviceComplianceScriptDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceComplianceScriptDeviceState
}

type GetDeviceComplianceScriptDeviceRunStatesCountOperationOptions

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

func (GetDeviceComplianceScriptDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceComplianceScriptDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceComplianceScriptDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceComplianceScriptDeviceRunStatesCountOperationResponse

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

type ListDeviceComplianceScriptDeviceRunStatesCompleteResult

type ListDeviceComplianceScriptDeviceRunStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceComplianceScriptDeviceState
}

type ListDeviceComplianceScriptDeviceRunStatesCustomPager

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

type ListDeviceComplianceScriptDeviceRunStatesOperationOptions

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

func (ListDeviceComplianceScriptDeviceRunStatesOperationOptions) ToOData

func (ListDeviceComplianceScriptDeviceRunStatesOperationOptions) ToQuery

type ListDeviceComplianceScriptDeviceRunStatesOperationResponse

type ListDeviceComplianceScriptDeviceRunStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceComplianceScriptDeviceState
}

type UpdateDeviceComplianceScriptDeviceRunStateOperationOptions

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

func (UpdateDeviceComplianceScriptDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceComplianceScriptDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceComplianceScriptDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceComplianceScriptDeviceRunStateOperationResponse

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

Jump to

Keyboard shortcuts

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