deviceshellscriptdevicerunstate

package
v0.20241128.1084944 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 CreateDeviceShellScriptDeviceRunStateOperationOptions

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

func DefaultCreateDeviceShellScriptDeviceRunStateOperationOptions

func DefaultCreateDeviceShellScriptDeviceRunStateOperationOptions() CreateDeviceShellScriptDeviceRunStateOperationOptions

func (CreateDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceShellScriptDeviceRunStateOperationOptions) ToOData

func (CreateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery

type CreateDeviceShellScriptDeviceRunStateOperationResponse

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

type DeleteDeviceShellScriptDeviceRunStateOperationOptions

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

func DefaultDeleteDeviceShellScriptDeviceRunStateOperationOptions

func DefaultDeleteDeviceShellScriptDeviceRunStateOperationOptions() DeleteDeviceShellScriptDeviceRunStateOperationOptions

func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceShellScriptDeviceRunStateOperationResponse

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

type DeviceManagementScriptDeviceStateOperationPredicate

type DeviceManagementScriptDeviceStateOperationPredicate struct {
}

func (DeviceManagementScriptDeviceStateOperationPredicate) Matches

type DeviceShellScriptDeviceRunStateClient

type DeviceShellScriptDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceShellScriptDeviceRunStateClientWithBaseURI

func NewDeviceShellScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptDeviceRunStateClient, error)

func (DeviceShellScriptDeviceRunStateClient) CreateDeviceShellScriptDeviceRunState

CreateDeviceShellScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceShellScriptDeviceRunStateClient) DeleteDeviceShellScriptDeviceRunState

DeleteDeviceShellScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunState

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

func (DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunStatesCount

GetDeviceShellScriptDeviceRunStatesCount - Get the number of the resource

func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStates

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

func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesComplete

ListDeviceShellScriptDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate

ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceShellScriptDeviceRunStateClient) UpdateDeviceShellScriptDeviceRunState

UpdateDeviceShellScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type GetDeviceShellScriptDeviceRunStateOperationOptions

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

func DefaultGetDeviceShellScriptDeviceRunStateOperationOptions

func DefaultGetDeviceShellScriptDeviceRunStateOperationOptions() GetDeviceShellScriptDeviceRunStateOperationOptions

func (GetDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceShellScriptDeviceRunStateOperationOptions) ToOData

func (GetDeviceShellScriptDeviceRunStateOperationOptions) ToQuery

type GetDeviceShellScriptDeviceRunStateOperationResponse

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

type GetDeviceShellScriptDeviceRunStatesCountOperationOptions

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

func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceShellScriptDeviceRunStatesCountOperationResponse

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

type ListDeviceShellScriptDeviceRunStatesCompleteResult

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

type ListDeviceShellScriptDeviceRunStatesCustomPager

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

type ListDeviceShellScriptDeviceRunStatesOperationOptions

type ListDeviceShellScriptDeviceRunStatesOperationOptions 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 DefaultListDeviceShellScriptDeviceRunStatesOperationOptions

func DefaultListDeviceShellScriptDeviceRunStatesOperationOptions() ListDeviceShellScriptDeviceRunStatesOperationOptions

func (ListDeviceShellScriptDeviceRunStatesOperationOptions) ToHeaders

func (ListDeviceShellScriptDeviceRunStatesOperationOptions) ToOData

func (ListDeviceShellScriptDeviceRunStatesOperationOptions) ToQuery

type ListDeviceShellScriptDeviceRunStatesOperationResponse

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

type UpdateDeviceShellScriptDeviceRunStateOperationOptions

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

func DefaultUpdateDeviceShellScriptDeviceRunStateOperationOptions

func DefaultUpdateDeviceShellScriptDeviceRunStateOperationOptions() UpdateDeviceShellScriptDeviceRunStateOperationOptions

func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceShellScriptDeviceRunStateOperationResponse

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