devicemanagementscriptdevicerunstate

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 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 CreateDeviceManagementScriptDeviceRunStateOperationOptions

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

func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData

func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery

type CreateDeviceManagementScriptDeviceRunStateOperationResponse

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

type DeleteDeviceManagementScriptDeviceRunStateOperationOptions

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

func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceManagementScriptDeviceRunStateOperationResponse

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

type DeviceManagementScriptDeviceRunStateClient

type DeviceManagementScriptDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementScriptDeviceRunStateClientWithBaseURI

func NewDeviceManagementScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementScriptDeviceRunStateClient, error)

func (DeviceManagementScriptDeviceRunStateClient) CreateDeviceManagementScriptDeviceRunState

CreateDeviceManagementScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceManagementScriptDeviceRunStateClient) DeleteDeviceManagementScriptDeviceRunState

DeleteDeviceManagementScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunState

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

func (DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunStatesCount

GetDeviceManagementScriptDeviceRunStatesCount - Get the number of the resource

func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStates

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

func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesComplete

ListDeviceManagementScriptDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate

ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementScriptDeviceRunStateClient) UpdateDeviceManagementScriptDeviceRunState

UpdateDeviceManagementScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type DeviceManagementScriptDeviceStateOperationPredicate

type DeviceManagementScriptDeviceStateOperationPredicate struct {
}

func (DeviceManagementScriptDeviceStateOperationPredicate) Matches

type GetDeviceManagementScriptDeviceRunStateOperationOptions

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

func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToOData

func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery

type GetDeviceManagementScriptDeviceRunStateOperationResponse

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

type GetDeviceManagementScriptDeviceRunStatesCountOperationOptions

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

func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceManagementScriptDeviceRunStatesCountOperationResponse

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

type ListDeviceManagementScriptDeviceRunStatesCompleteResult

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

type ListDeviceManagementScriptDeviceRunStatesCustomPager

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

type ListDeviceManagementScriptDeviceRunStatesOperationOptions

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

func (ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToOData

func (ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToQuery

type ListDeviceManagementScriptDeviceRunStatesOperationResponse

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

type UpdateDeviceManagementScriptDeviceRunStateOperationOptions

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

func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceManagementScriptDeviceRunStateOperationResponse

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