devicecustomattributeshellscriptdevicerunstate

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 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 CreateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions

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

func (CreateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToOData

func (CreateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToQuery

type CreateDeviceCustomAttributeShellScriptDeviceRunStateOperationResponse

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

type DeleteDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions

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

func (DeleteDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceCustomAttributeShellScriptDeviceRunStateOperationResponse

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

type DeviceCustomAttributeShellScriptDeviceRunStateClient

type DeviceCustomAttributeShellScriptDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceCustomAttributeShellScriptDeviceRunStateClientWithBaseURI

func NewDeviceCustomAttributeShellScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptDeviceRunStateClient, error)

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) CreateDeviceCustomAttributeShellScriptDeviceRunState

CreateDeviceCustomAttributeShellScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) DeleteDeviceCustomAttributeShellScriptDeviceRunState

DeleteDeviceCustomAttributeShellScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) GetDeviceCustomAttributeShellScriptDeviceRunState

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

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) GetDeviceCustomAttributeShellScriptDeviceRunStatesCount

GetDeviceCustomAttributeShellScriptDeviceRunStatesCount - Get the number of the resource

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) ListDeviceCustomAttributeShellScriptDeviceRunStates

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

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) ListDeviceCustomAttributeShellScriptDeviceRunStatesComplete

ListDeviceCustomAttributeShellScriptDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) ListDeviceCustomAttributeShellScriptDeviceRunStatesCompleteMatchingPredicate

ListDeviceCustomAttributeShellScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceCustomAttributeShellScriptDeviceRunStateClient) UpdateDeviceCustomAttributeShellScriptDeviceRunState

UpdateDeviceCustomAttributeShellScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type DeviceManagementScriptDeviceStateOperationPredicate

type DeviceManagementScriptDeviceStateOperationPredicate struct {
}

func (DeviceManagementScriptDeviceStateOperationPredicate) Matches

type GetDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions

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

func (GetDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptDeviceRunStateOperationResponse

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

type GetDeviceCustomAttributeShellScriptDeviceRunStatesCountOperationOptions

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

func (GetDeviceCustomAttributeShellScriptDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptDeviceRunStatesCountOperationResponse

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

type ListDeviceCustomAttributeShellScriptDeviceRunStatesCompleteResult

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

type ListDeviceCustomAttributeShellScriptDeviceRunStatesCustomPager

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

type ListDeviceCustomAttributeShellScriptDeviceRunStatesOperationOptions

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

func (ListDeviceCustomAttributeShellScriptDeviceRunStatesOperationOptions) ToOData

func (ListDeviceCustomAttributeShellScriptDeviceRunStatesOperationOptions) ToQuery

type ListDeviceCustomAttributeShellScriptDeviceRunStatesOperationResponse

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

type UpdateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions

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

func (UpdateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceCustomAttributeShellScriptDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceCustomAttributeShellScriptDeviceRunStateOperationResponse

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