Documentation ¶
Index ¶
- type CreateDeviceManagementScriptDeviceRunStateOperationOptions
- type CreateDeviceManagementScriptDeviceRunStateOperationResponse
- type DeleteDeviceManagementScriptDeviceRunStateOperationOptions
- type DeleteDeviceManagementScriptDeviceRunStateOperationResponse
- type DeviceManagementScriptDeviceRunStateClient
- func (c DeviceManagementScriptDeviceRunStateClient) CreateDeviceManagementScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result CreateDeviceManagementScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceManagementScriptDeviceRunStateClient) DeleteDeviceManagementScriptDeviceRunState(ctx context.Context, ...) (result DeleteDeviceManagementScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunState(ctx context.Context, ...) (result GetDeviceManagementScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result GetDeviceManagementScriptDeviceRunStatesCountOperationResponse, ...)
- func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStates(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result ListDeviceManagementScriptDeviceRunStatesOperationResponse, err error)
- func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (ListDeviceManagementScriptDeviceRunStatesCompleteResult, error)
- func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result ListDeviceManagementScriptDeviceRunStatesCompleteResult, err error)
- func (c DeviceManagementScriptDeviceRunStateClient) UpdateDeviceManagementScriptDeviceRunState(ctx context.Context, ...) (result UpdateDeviceManagementScriptDeviceRunStateOperationResponse, err error)
- type DeviceManagementScriptDeviceStateOperationPredicate
- type GetDeviceManagementScriptDeviceRunStateOperationOptions
- type GetDeviceManagementScriptDeviceRunStateOperationResponse
- type GetDeviceManagementScriptDeviceRunStatesCountOperationOptions
- type GetDeviceManagementScriptDeviceRunStatesCountOperationResponse
- type ListDeviceManagementScriptDeviceRunStatesCompleteResult
- type ListDeviceManagementScriptDeviceRunStatesCustomPager
- type ListDeviceManagementScriptDeviceRunStatesOperationOptions
- type ListDeviceManagementScriptDeviceRunStatesOperationResponse
- type UpdateDeviceManagementScriptDeviceRunStateOperationOptions
- type UpdateDeviceManagementScriptDeviceRunStateOperationResponse
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 DefaultCreateDeviceManagementScriptDeviceRunStateOperationOptions ¶
func DefaultCreateDeviceManagementScriptDeviceRunStateOperationOptions() CreateDeviceManagementScriptDeviceRunStateOperationOptions
func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData ¶
func (o CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o CreateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceManagementScriptDeviceRunStateOperationOptions ¶
type DeleteDeviceManagementScriptDeviceRunStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceManagementScriptDeviceRunStateOperationOptions ¶
func DefaultDeleteDeviceManagementScriptDeviceRunStateOperationOptions() DeleteDeviceManagementScriptDeviceRunStateOperationOptions
func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToOData ¶
func (o DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o DeleteDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptDeviceRunStateClient ¶
func NewDeviceManagementScriptDeviceRunStateClientWithBaseURI ¶
func NewDeviceManagementScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementScriptDeviceRunStateClient, error)
func (DeviceManagementScriptDeviceRunStateClient) CreateDeviceManagementScriptDeviceRunState ¶
func (c DeviceManagementScriptDeviceRunStateClient) CreateDeviceManagementScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, input beta.DeviceManagementScriptDeviceState, options CreateDeviceManagementScriptDeviceRunStateOperationOptions) (result CreateDeviceManagementScriptDeviceRunStateOperationResponse, err error)
CreateDeviceManagementScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement
func (DeviceManagementScriptDeviceRunStateClient) DeleteDeviceManagementScriptDeviceRunState ¶
func (c DeviceManagementScriptDeviceRunStateClient) DeleteDeviceManagementScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptIdDeviceRunStateId, options DeleteDeviceManagementScriptDeviceRunStateOperationOptions) (result DeleteDeviceManagementScriptDeviceRunStateOperationResponse, err error)
DeleteDeviceManagementScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement
func (DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunState ¶
func (c DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptIdDeviceRunStateId, options GetDeviceManagementScriptDeviceRunStateOperationOptions) (result GetDeviceManagementScriptDeviceRunStateOperationResponse, err error)
GetDeviceManagementScriptDeviceRunState - Get deviceRunStates from deviceManagement. List of run states for this script across all devices.
func (DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunStatesCount ¶
func (c DeviceManagementScriptDeviceRunStateClient) GetDeviceManagementScriptDeviceRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) (result GetDeviceManagementScriptDeviceRunStatesCountOperationResponse, err error)
GetDeviceManagementScriptDeviceRunStatesCount - Get the number of the resource
func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStates ¶
func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStates(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options ListDeviceManagementScriptDeviceRunStatesOperationOptions) (result ListDeviceManagementScriptDeviceRunStatesOperationResponse, err error)
ListDeviceManagementScriptDeviceRunStates - Get deviceRunStates from deviceManagement. List of run states for this script across all devices.
func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesComplete ¶
func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options ListDeviceManagementScriptDeviceRunStatesOperationOptions) (ListDeviceManagementScriptDeviceRunStatesCompleteResult, error)
ListDeviceManagementScriptDeviceRunStatesComplete retrieves all the results into a single object
func (DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate ¶
func (c DeviceManagementScriptDeviceRunStateClient) ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options ListDeviceManagementScriptDeviceRunStatesOperationOptions, predicate DeviceManagementScriptDeviceStateOperationPredicate) (result ListDeviceManagementScriptDeviceRunStatesCompleteResult, err error)
ListDeviceManagementScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceManagementScriptDeviceRunStateClient) UpdateDeviceManagementScriptDeviceRunState ¶
func (c DeviceManagementScriptDeviceRunStateClient) UpdateDeviceManagementScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptIdDeviceRunStateId, input beta.DeviceManagementScriptDeviceState, options UpdateDeviceManagementScriptDeviceRunStateOperationOptions) (result UpdateDeviceManagementScriptDeviceRunStateOperationResponse, err error)
UpdateDeviceManagementScriptDeviceRunState - Update the navigation property deviceRunStates in deviceManagement
type DeviceManagementScriptDeviceStateOperationPredicate ¶
type DeviceManagementScriptDeviceStateOperationPredicate struct { }
func (DeviceManagementScriptDeviceStateOperationPredicate) Matches ¶
func (p DeviceManagementScriptDeviceStateOperationPredicate) Matches(input beta.DeviceManagementScriptDeviceState) bool
type GetDeviceManagementScriptDeviceRunStateOperationOptions ¶
type GetDeviceManagementScriptDeviceRunStateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceManagementScriptDeviceRunStateOperationOptions ¶
func DefaultGetDeviceManagementScriptDeviceRunStateOperationOptions() GetDeviceManagementScriptDeviceRunStateOperationOptions
func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o GetDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToOData ¶
func (o GetDeviceManagementScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (GetDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o GetDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type GetDeviceManagementScriptDeviceRunStatesCountOperationOptions ¶
type GetDeviceManagementScriptDeviceRunStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceManagementScriptDeviceRunStatesCountOperationOptions ¶
func DefaultGetDeviceManagementScriptDeviceRunStatesCountOperationOptions() GetDeviceManagementScriptDeviceRunStatesCountOperationOptions
func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToHeaders ¶
func (o GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToOData ¶
func (o GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToOData() *odata.Query
func (GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToQuery ¶
func (o GetDeviceManagementScriptDeviceRunStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceManagementScriptDeviceRunStatesCompleteResult ¶
type ListDeviceManagementScriptDeviceRunStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptDeviceState }
type ListDeviceManagementScriptDeviceRunStatesCustomPager ¶
type ListDeviceManagementScriptDeviceRunStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceManagementScriptDeviceRunStatesCustomPager) NextPageLink ¶
func (p *ListDeviceManagementScriptDeviceRunStatesCustomPager) NextPageLink() *odata.Link
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 DefaultListDeviceManagementScriptDeviceRunStatesOperationOptions ¶
func DefaultListDeviceManagementScriptDeviceRunStatesOperationOptions() ListDeviceManagementScriptDeviceRunStatesOperationOptions
func (ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToHeaders ¶
func (o ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToHeaders() *client.Headers
func (ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToOData ¶
func (o ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToOData() *odata.Query
func (ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToQuery ¶
func (o ListDeviceManagementScriptDeviceRunStatesOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceManagementScriptDeviceRunStateOperationOptions ¶
type UpdateDeviceManagementScriptDeviceRunStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceManagementScriptDeviceRunStateOperationOptions ¶
func DefaultUpdateDeviceManagementScriptDeviceRunStateOperationOptions() UpdateDeviceManagementScriptDeviceRunStateOperationOptions
func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData ¶
func (o UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o UpdateDeviceManagementScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdevicemanagementscriptdevicerunstate.go
- method_deletedevicemanagementscriptdevicerunstate.go
- method_getdevicemanagementscriptdevicerunstate.go
- method_getdevicemanagementscriptdevicerunstatescount.go
- method_listdevicemanagementscriptdevicerunstates.go
- method_updatedevicemanagementscriptdevicerunstate.go
- predicates.go
- version.go