deviceshellscriptuserrunstatedevicerunstate

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 CreateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions

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

func (CreateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToOData

func (CreateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToQuery

type CreateDeviceShellScriptUserRunStateDeviceRunStateOperationResponse

type CreateDeviceShellScriptUserRunStateDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptDeviceState
}

type DeleteDeviceShellScriptUserRunStateDeviceRunStateOperationOptions

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

func (DeleteDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceShellScriptUserRunStateDeviceRunStateOperationResponse

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

type DeviceManagementScriptDeviceStateOperationPredicate

type DeviceManagementScriptDeviceStateOperationPredicate struct {
}

func (DeviceManagementScriptDeviceStateOperationPredicate) Matches

type DeviceShellScriptUserRunStateDeviceRunStateClient

type DeviceShellScriptUserRunStateDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceShellScriptUserRunStateDeviceRunStateClientWithBaseURI

func NewDeviceShellScriptUserRunStateDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptUserRunStateDeviceRunStateClient, error)

func (DeviceShellScriptUserRunStateDeviceRunStateClient) CreateDeviceShellScriptUserRunStateDeviceRunState

CreateDeviceShellScriptUserRunStateDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceShellScriptUserRunStateDeviceRunStateClient) DeleteDeviceShellScriptUserRunStateDeviceRunState

DeleteDeviceShellScriptUserRunStateDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceShellScriptUserRunStateDeviceRunStateClient) GetDeviceShellScriptUserRunStateDeviceRunState

GetDeviceShellScriptUserRunStateDeviceRunState - Get deviceRunStates from deviceManagement. List of run states for this script across all devices of specific user.

func (DeviceShellScriptUserRunStateDeviceRunStateClient) GetDeviceShellScriptUserRunStateDeviceRunStatesCount

GetDeviceShellScriptUserRunStateDeviceRunStatesCount - Get the number of the resource

func (DeviceShellScriptUserRunStateDeviceRunStateClient) ListDeviceShellScriptUserRunStateDeviceRunStates

ListDeviceShellScriptUserRunStateDeviceRunStates - Get deviceRunStates from deviceManagement. List of run states for this script across all devices of specific user.

func (DeviceShellScriptUserRunStateDeviceRunStateClient) ListDeviceShellScriptUserRunStateDeviceRunStatesComplete

ListDeviceShellScriptUserRunStateDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceShellScriptUserRunStateDeviceRunStateClient) ListDeviceShellScriptUserRunStateDeviceRunStatesCompleteMatchingPredicate

ListDeviceShellScriptUserRunStateDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceShellScriptUserRunStateDeviceRunStateClient) UpdateDeviceShellScriptUserRunStateDeviceRunState

UpdateDeviceShellScriptUserRunStateDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type GetDeviceShellScriptUserRunStateDeviceRunStateOperationOptions

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

func (GetDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToOData

func (GetDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToQuery

type GetDeviceShellScriptUserRunStateDeviceRunStateOperationResponse

type GetDeviceShellScriptUserRunStateDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptDeviceState
}

type GetDeviceShellScriptUserRunStateDeviceRunStatesCountOperationOptions

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

func (GetDeviceShellScriptUserRunStateDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceShellScriptUserRunStateDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceShellScriptUserRunStateDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceShellScriptUserRunStateDeviceRunStatesCountOperationResponse

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

type ListDeviceShellScriptUserRunStateDeviceRunStatesCompleteResult

type ListDeviceShellScriptUserRunStateDeviceRunStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementScriptDeviceState
}

type ListDeviceShellScriptUserRunStateDeviceRunStatesCustomPager

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

type ListDeviceShellScriptUserRunStateDeviceRunStatesOperationOptions

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

func (ListDeviceShellScriptUserRunStateDeviceRunStatesOperationOptions) ToOData

func (ListDeviceShellScriptUserRunStateDeviceRunStatesOperationOptions) ToQuery

type ListDeviceShellScriptUserRunStateDeviceRunStatesOperationResponse

type ListDeviceShellScriptUserRunStateDeviceRunStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementScriptDeviceState
}

type UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions

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

func (UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationResponse

type UpdateDeviceShellScriptUserRunStateDeviceRunStateOperationResponse 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