deviceshellscriptuserrunstate

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 CreateDeviceShellScriptUserRunStateOperationOptions

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

func DefaultCreateDeviceShellScriptUserRunStateOperationOptions

func DefaultCreateDeviceShellScriptUserRunStateOperationOptions() CreateDeviceShellScriptUserRunStateOperationOptions

func (CreateDeviceShellScriptUserRunStateOperationOptions) ToHeaders

func (CreateDeviceShellScriptUserRunStateOperationOptions) ToOData

func (CreateDeviceShellScriptUserRunStateOperationOptions) ToQuery

type CreateDeviceShellScriptUserRunStateOperationResponse

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

type DeleteDeviceShellScriptUserRunStateOperationOptions

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

func DefaultDeleteDeviceShellScriptUserRunStateOperationOptions

func DefaultDeleteDeviceShellScriptUserRunStateOperationOptions() DeleteDeviceShellScriptUserRunStateOperationOptions

func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToHeaders

func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToOData

func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToQuery

type DeleteDeviceShellScriptUserRunStateOperationResponse

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

type DeviceManagementScriptUserStateOperationPredicate

type DeviceManagementScriptUserStateOperationPredicate struct {
}

func (DeviceManagementScriptUserStateOperationPredicate) Matches

type DeviceShellScriptUserRunStateClient

type DeviceShellScriptUserRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceShellScriptUserRunStateClientWithBaseURI

func NewDeviceShellScriptUserRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptUserRunStateClient, error)

func (DeviceShellScriptUserRunStateClient) CreateDeviceShellScriptUserRunState

CreateDeviceShellScriptUserRunState - Create new navigation property to userRunStates for deviceManagement

func (DeviceShellScriptUserRunStateClient) DeleteDeviceShellScriptUserRunState

DeleteDeviceShellScriptUserRunState - Delete navigation property userRunStates for deviceManagement

func (DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunState

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

func (DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunStatesCount

GetDeviceShellScriptUserRunStatesCount - Get the number of the resource

func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStates

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

func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesComplete

ListDeviceShellScriptUserRunStatesComplete retrieves all the results into a single object

func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate

ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceShellScriptUserRunStateClient) UpdateDeviceShellScriptUserRunState

UpdateDeviceShellScriptUserRunState - Update the navigation property userRunStates in deviceManagement

type GetDeviceShellScriptUserRunStateOperationOptions

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

func DefaultGetDeviceShellScriptUserRunStateOperationOptions

func DefaultGetDeviceShellScriptUserRunStateOperationOptions() GetDeviceShellScriptUserRunStateOperationOptions

func (GetDeviceShellScriptUserRunStateOperationOptions) ToHeaders

func (GetDeviceShellScriptUserRunStateOperationOptions) ToOData

func (GetDeviceShellScriptUserRunStateOperationOptions) ToQuery

type GetDeviceShellScriptUserRunStateOperationResponse

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

type GetDeviceShellScriptUserRunStatesCountOperationOptions

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

func DefaultGetDeviceShellScriptUserRunStatesCountOperationOptions

func DefaultGetDeviceShellScriptUserRunStatesCountOperationOptions() GetDeviceShellScriptUserRunStatesCountOperationOptions

func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToHeaders

func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToOData

func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToQuery

type GetDeviceShellScriptUserRunStatesCountOperationResponse

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

type ListDeviceShellScriptUserRunStatesCompleteResult

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

type ListDeviceShellScriptUserRunStatesCustomPager

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

type ListDeviceShellScriptUserRunStatesOperationOptions

type ListDeviceShellScriptUserRunStatesOperationOptions 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 DefaultListDeviceShellScriptUserRunStatesOperationOptions

func DefaultListDeviceShellScriptUserRunStatesOperationOptions() ListDeviceShellScriptUserRunStatesOperationOptions

func (ListDeviceShellScriptUserRunStatesOperationOptions) ToHeaders

func (ListDeviceShellScriptUserRunStatesOperationOptions) ToOData

func (ListDeviceShellScriptUserRunStatesOperationOptions) ToQuery

type ListDeviceShellScriptUserRunStatesOperationResponse

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

type UpdateDeviceShellScriptUserRunStateOperationOptions

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

func DefaultUpdateDeviceShellScriptUserRunStateOperationOptions

func DefaultUpdateDeviceShellScriptUserRunStateOperationOptions() UpdateDeviceShellScriptUserRunStateOperationOptions

func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToHeaders

func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToOData

func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToQuery

type UpdateDeviceShellScriptUserRunStateOperationResponse

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