devicemanagementscriptuserrunstate

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 CreateDeviceManagementScriptUserRunStateOperationOptions

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

func (CreateDeviceManagementScriptUserRunStateOperationOptions) ToHeaders

func (CreateDeviceManagementScriptUserRunStateOperationOptions) ToOData

func (CreateDeviceManagementScriptUserRunStateOperationOptions) ToQuery

type CreateDeviceManagementScriptUserRunStateOperationResponse

type CreateDeviceManagementScriptUserRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptUserState
}

type DeleteDeviceManagementScriptUserRunStateOperationOptions

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

func (DeleteDeviceManagementScriptUserRunStateOperationOptions) ToHeaders

func (DeleteDeviceManagementScriptUserRunStateOperationOptions) ToOData

func (DeleteDeviceManagementScriptUserRunStateOperationOptions) ToQuery

type DeleteDeviceManagementScriptUserRunStateOperationResponse

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

type DeviceManagementScriptUserRunStateClient

type DeviceManagementScriptUserRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementScriptUserRunStateClientWithBaseURI

func NewDeviceManagementScriptUserRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementScriptUserRunStateClient, error)

func (DeviceManagementScriptUserRunStateClient) CreateDeviceManagementScriptUserRunState

CreateDeviceManagementScriptUserRunState - Create new navigation property to userRunStates for deviceManagement

func (DeviceManagementScriptUserRunStateClient) DeleteDeviceManagementScriptUserRunState

DeleteDeviceManagementScriptUserRunState - Delete navigation property userRunStates for deviceManagement

func (DeviceManagementScriptUserRunStateClient) GetDeviceManagementScriptUserRunState

GetDeviceManagementScriptUserRunState - Get userRunStates from deviceManagement. List of run states for this script across all users.

func (DeviceManagementScriptUserRunStateClient) GetDeviceManagementScriptUserRunStatesCount

GetDeviceManagementScriptUserRunStatesCount - Get the number of the resource

func (DeviceManagementScriptUserRunStateClient) ListDeviceManagementScriptUserRunStates

ListDeviceManagementScriptUserRunStates - Get userRunStates from deviceManagement. List of run states for this script across all users.

func (DeviceManagementScriptUserRunStateClient) ListDeviceManagementScriptUserRunStatesComplete

ListDeviceManagementScriptUserRunStatesComplete retrieves all the results into a single object

func (DeviceManagementScriptUserRunStateClient) ListDeviceManagementScriptUserRunStatesCompleteMatchingPredicate

ListDeviceManagementScriptUserRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementScriptUserRunStateClient) UpdateDeviceManagementScriptUserRunState

UpdateDeviceManagementScriptUserRunState - Update the navigation property userRunStates in deviceManagement

type DeviceManagementScriptUserStateOperationPredicate

type DeviceManagementScriptUserStateOperationPredicate struct {
}

func (DeviceManagementScriptUserStateOperationPredicate) Matches

type GetDeviceManagementScriptUserRunStateOperationOptions

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

func DefaultGetDeviceManagementScriptUserRunStateOperationOptions

func DefaultGetDeviceManagementScriptUserRunStateOperationOptions() GetDeviceManagementScriptUserRunStateOperationOptions

func (GetDeviceManagementScriptUserRunStateOperationOptions) ToHeaders

func (GetDeviceManagementScriptUserRunStateOperationOptions) ToOData

func (GetDeviceManagementScriptUserRunStateOperationOptions) ToQuery

type GetDeviceManagementScriptUserRunStateOperationResponse

type GetDeviceManagementScriptUserRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptUserState
}

type GetDeviceManagementScriptUserRunStatesCountOperationOptions

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

func (GetDeviceManagementScriptUserRunStatesCountOperationOptions) ToHeaders

func (GetDeviceManagementScriptUserRunStatesCountOperationOptions) ToOData

func (GetDeviceManagementScriptUserRunStatesCountOperationOptions) ToQuery

type GetDeviceManagementScriptUserRunStatesCountOperationResponse

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

type ListDeviceManagementScriptUserRunStatesCompleteResult

type ListDeviceManagementScriptUserRunStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementScriptUserState
}

type ListDeviceManagementScriptUserRunStatesCustomPager

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

type ListDeviceManagementScriptUserRunStatesOperationOptions

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

func (ListDeviceManagementScriptUserRunStatesOperationOptions) ToOData

func (ListDeviceManagementScriptUserRunStatesOperationOptions) ToQuery

type ListDeviceManagementScriptUserRunStatesOperationResponse

type ListDeviceManagementScriptUserRunStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementScriptUserState
}

type UpdateDeviceManagementScriptUserRunStateOperationOptions

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

func (UpdateDeviceManagementScriptUserRunStateOperationOptions) ToHeaders

func (UpdateDeviceManagementScriptUserRunStateOperationOptions) ToOData

func (UpdateDeviceManagementScriptUserRunStateOperationOptions) ToQuery

type UpdateDeviceManagementScriptUserRunStateOperationResponse

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