devicecustomattributeshellscriptuserrunstate

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 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 CreateDeviceCustomAttributeShellScriptUserRunStateOperationOptions

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

func (CreateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToHeaders

func (CreateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToOData

func (CreateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToQuery

type CreateDeviceCustomAttributeShellScriptUserRunStateOperationResponse

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

type DeleteDeviceCustomAttributeShellScriptUserRunStateOperationOptions

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

func (DeleteDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToHeaders

func (DeleteDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToOData

func (DeleteDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToQuery

type DeleteDeviceCustomAttributeShellScriptUserRunStateOperationResponse

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

type DeviceCustomAttributeShellScriptUserRunStateClient

type DeviceCustomAttributeShellScriptUserRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceCustomAttributeShellScriptUserRunStateClientWithBaseURI

func NewDeviceCustomAttributeShellScriptUserRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptUserRunStateClient, error)

func (DeviceCustomAttributeShellScriptUserRunStateClient) CreateDeviceCustomAttributeShellScriptUserRunState

CreateDeviceCustomAttributeShellScriptUserRunState - Create new navigation property to userRunStates for deviceManagement

func (DeviceCustomAttributeShellScriptUserRunStateClient) DeleteDeviceCustomAttributeShellScriptUserRunState

DeleteDeviceCustomAttributeShellScriptUserRunState - Delete navigation property userRunStates for deviceManagement

func (DeviceCustomAttributeShellScriptUserRunStateClient) GetDeviceCustomAttributeShellScriptUserRunState

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

func (DeviceCustomAttributeShellScriptUserRunStateClient) GetDeviceCustomAttributeShellScriptUserRunStatesCount

GetDeviceCustomAttributeShellScriptUserRunStatesCount - Get the number of the resource

func (DeviceCustomAttributeShellScriptUserRunStateClient) ListDeviceCustomAttributeShellScriptUserRunStates

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

func (DeviceCustomAttributeShellScriptUserRunStateClient) ListDeviceCustomAttributeShellScriptUserRunStatesComplete

ListDeviceCustomAttributeShellScriptUserRunStatesComplete retrieves all the results into a single object

func (DeviceCustomAttributeShellScriptUserRunStateClient) ListDeviceCustomAttributeShellScriptUserRunStatesCompleteMatchingPredicate

ListDeviceCustomAttributeShellScriptUserRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceCustomAttributeShellScriptUserRunStateClient) UpdateDeviceCustomAttributeShellScriptUserRunState

UpdateDeviceCustomAttributeShellScriptUserRunState - Update the navigation property userRunStates in deviceManagement

type DeviceManagementScriptUserStateOperationPredicate

type DeviceManagementScriptUserStateOperationPredicate struct {
}

func (DeviceManagementScriptUserStateOperationPredicate) Matches

type GetDeviceCustomAttributeShellScriptUserRunStateOperationOptions

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

func (GetDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptUserRunStateOperationResponse

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

type GetDeviceCustomAttributeShellScriptUserRunStatesCountOperationOptions

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

func (GetDeviceCustomAttributeShellScriptUserRunStatesCountOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptUserRunStatesCountOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptUserRunStatesCountOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptUserRunStatesCountOperationResponse

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

type ListDeviceCustomAttributeShellScriptUserRunStatesCompleteResult

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

type ListDeviceCustomAttributeShellScriptUserRunStatesCustomPager

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

type ListDeviceCustomAttributeShellScriptUserRunStatesOperationOptions

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

func (ListDeviceCustomAttributeShellScriptUserRunStatesOperationOptions) ToOData

func (ListDeviceCustomAttributeShellScriptUserRunStatesOperationOptions) ToQuery

type ListDeviceCustomAttributeShellScriptUserRunStatesOperationResponse

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

type UpdateDeviceCustomAttributeShellScriptUserRunStateOperationOptions

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

func (UpdateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToHeaders

func (UpdateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToOData

func (UpdateDeviceCustomAttributeShellScriptUserRunStateOperationOptions) ToQuery

type UpdateDeviceCustomAttributeShellScriptUserRunStateOperationResponse

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