devicehealthscriptdevicerunstate

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 CreateDeviceHealthScriptDeviceRunStateOperationOptions

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

func DefaultCreateDeviceHealthScriptDeviceRunStateOperationOptions

func DefaultCreateDeviceHealthScriptDeviceRunStateOperationOptions() CreateDeviceHealthScriptDeviceRunStateOperationOptions

func (CreateDeviceHealthScriptDeviceRunStateOperationOptions) ToHeaders

func (CreateDeviceHealthScriptDeviceRunStateOperationOptions) ToOData

func (CreateDeviceHealthScriptDeviceRunStateOperationOptions) ToQuery

type CreateDeviceHealthScriptDeviceRunStateOperationResponse

type CreateDeviceHealthScriptDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceHealthScriptDeviceState
}

type DeleteDeviceHealthScriptDeviceRunStateOperationOptions

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

func DefaultDeleteDeviceHealthScriptDeviceRunStateOperationOptions

func DefaultDeleteDeviceHealthScriptDeviceRunStateOperationOptions() DeleteDeviceHealthScriptDeviceRunStateOperationOptions

func (DeleteDeviceHealthScriptDeviceRunStateOperationOptions) ToHeaders

func (DeleteDeviceHealthScriptDeviceRunStateOperationOptions) ToOData

func (DeleteDeviceHealthScriptDeviceRunStateOperationOptions) ToQuery

type DeleteDeviceHealthScriptDeviceRunStateOperationResponse

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

type DeviceHealthScriptDeviceRunStateClient

type DeviceHealthScriptDeviceRunStateClient struct {
	Client *msgraph.Client
}

func NewDeviceHealthScriptDeviceRunStateClientWithBaseURI

func NewDeviceHealthScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceHealthScriptDeviceRunStateClient, error)

func (DeviceHealthScriptDeviceRunStateClient) CreateDeviceHealthScriptDeviceRunState

CreateDeviceHealthScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement

func (DeviceHealthScriptDeviceRunStateClient) DeleteDeviceHealthScriptDeviceRunState

DeleteDeviceHealthScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement

func (DeviceHealthScriptDeviceRunStateClient) GetDeviceHealthScriptDeviceRunState

GetDeviceHealthScriptDeviceRunState - Get deviceRunStates from deviceManagement. List of run states for the device health script across all devices

func (DeviceHealthScriptDeviceRunStateClient) GetDeviceHealthScriptDeviceRunStatesCount

GetDeviceHealthScriptDeviceRunStatesCount - Get the number of the resource

func (DeviceHealthScriptDeviceRunStateClient) ListDeviceHealthScriptDeviceRunStates

ListDeviceHealthScriptDeviceRunStates - Get deviceRunStates from deviceManagement. List of run states for the device health script across all devices

func (DeviceHealthScriptDeviceRunStateClient) ListDeviceHealthScriptDeviceRunStatesComplete

ListDeviceHealthScriptDeviceRunStatesComplete retrieves all the results into a single object

func (DeviceHealthScriptDeviceRunStateClient) ListDeviceHealthScriptDeviceRunStatesCompleteMatchingPredicate

ListDeviceHealthScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceHealthScriptDeviceRunStateClient) UpdateDeviceHealthScriptDeviceRunState

UpdateDeviceHealthScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement

type DeviceHealthScriptDeviceStateOperationPredicate

type DeviceHealthScriptDeviceStateOperationPredicate struct {
}

func (DeviceHealthScriptDeviceStateOperationPredicate) Matches

type GetDeviceHealthScriptDeviceRunStateOperationOptions

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

func DefaultGetDeviceHealthScriptDeviceRunStateOperationOptions

func DefaultGetDeviceHealthScriptDeviceRunStateOperationOptions() GetDeviceHealthScriptDeviceRunStateOperationOptions

func (GetDeviceHealthScriptDeviceRunStateOperationOptions) ToHeaders

func (GetDeviceHealthScriptDeviceRunStateOperationOptions) ToOData

func (GetDeviceHealthScriptDeviceRunStateOperationOptions) ToQuery

type GetDeviceHealthScriptDeviceRunStateOperationResponse

type GetDeviceHealthScriptDeviceRunStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceHealthScriptDeviceState
}

type GetDeviceHealthScriptDeviceRunStatesCountOperationOptions

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

func (GetDeviceHealthScriptDeviceRunStatesCountOperationOptions) ToHeaders

func (GetDeviceHealthScriptDeviceRunStatesCountOperationOptions) ToOData

func (GetDeviceHealthScriptDeviceRunStatesCountOperationOptions) ToQuery

type GetDeviceHealthScriptDeviceRunStatesCountOperationResponse

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

type ListDeviceHealthScriptDeviceRunStatesCompleteResult

type ListDeviceHealthScriptDeviceRunStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceHealthScriptDeviceState
}

type ListDeviceHealthScriptDeviceRunStatesCustomPager

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

type ListDeviceHealthScriptDeviceRunStatesOperationOptions

type ListDeviceHealthScriptDeviceRunStatesOperationOptions 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 DefaultListDeviceHealthScriptDeviceRunStatesOperationOptions

func DefaultListDeviceHealthScriptDeviceRunStatesOperationOptions() ListDeviceHealthScriptDeviceRunStatesOperationOptions

func (ListDeviceHealthScriptDeviceRunStatesOperationOptions) ToHeaders

func (ListDeviceHealthScriptDeviceRunStatesOperationOptions) ToOData

func (ListDeviceHealthScriptDeviceRunStatesOperationOptions) ToQuery

type ListDeviceHealthScriptDeviceRunStatesOperationResponse

type ListDeviceHealthScriptDeviceRunStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceHealthScriptDeviceState
}

type UpdateDeviceHealthScriptDeviceRunStateOperationOptions

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

func DefaultUpdateDeviceHealthScriptDeviceRunStateOperationOptions

func DefaultUpdateDeviceHealthScriptDeviceRunStateOperationOptions() UpdateDeviceHealthScriptDeviceRunStateOperationOptions

func (UpdateDeviceHealthScriptDeviceRunStateOperationOptions) ToHeaders

func (UpdateDeviceHealthScriptDeviceRunStateOperationOptions) ToOData

func (UpdateDeviceHealthScriptDeviceRunStateOperationOptions) ToQuery

type UpdateDeviceHealthScriptDeviceRunStateOperationResponse

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