Documentation ¶
Index ¶
- type CreateDeviceShellScriptDeviceRunStateOperationOptions
- type CreateDeviceShellScriptDeviceRunStateOperationResponse
- type DeleteDeviceShellScriptDeviceRunStateOperationOptions
- type DeleteDeviceShellScriptDeviceRunStateOperationResponse
- type DeviceManagementScriptDeviceStateOperationPredicate
- type DeviceShellScriptDeviceRunStateClient
- func (c DeviceShellScriptDeviceRunStateClient) CreateDeviceShellScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result CreateDeviceShellScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceShellScriptDeviceRunStateClient) DeleteDeviceShellScriptDeviceRunState(ctx context.Context, ...) (result DeleteDeviceShellScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunState(ctx context.Context, ...) (result GetDeviceShellScriptDeviceRunStateOperationResponse, err error)
- func (c DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result GetDeviceShellScriptDeviceRunStatesCountOperationResponse, err error)
- func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStates(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptDeviceRunStatesOperationResponse, err error)
- func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (ListDeviceShellScriptDeviceRunStatesCompleteResult, error)
- func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptDeviceRunStatesCompleteResult, err error)
- func (c DeviceShellScriptDeviceRunStateClient) UpdateDeviceShellScriptDeviceRunState(ctx context.Context, ...) (result UpdateDeviceShellScriptDeviceRunStateOperationResponse, err error)
- type GetDeviceShellScriptDeviceRunStateOperationOptions
- type GetDeviceShellScriptDeviceRunStateOperationResponse
- type GetDeviceShellScriptDeviceRunStatesCountOperationOptions
- type GetDeviceShellScriptDeviceRunStatesCountOperationResponse
- type ListDeviceShellScriptDeviceRunStatesCompleteResult
- type ListDeviceShellScriptDeviceRunStatesCustomPager
- type ListDeviceShellScriptDeviceRunStatesOperationOptions
- type ListDeviceShellScriptDeviceRunStatesOperationResponse
- type UpdateDeviceShellScriptDeviceRunStateOperationOptions
- type UpdateDeviceShellScriptDeviceRunStateOperationResponse
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 (o CreateDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceShellScriptDeviceRunStateOperationOptions) ToOData ¶
func (o CreateDeviceShellScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (CreateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o CreateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceShellScriptDeviceRunStateOperationOptions ¶
type DeleteDeviceShellScriptDeviceRunStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceShellScriptDeviceRunStateOperationOptions ¶
func DefaultDeleteDeviceShellScriptDeviceRunStateOperationOptions() DeleteDeviceShellScriptDeviceRunStateOperationOptions
func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToOData ¶
func (o DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o DeleteDeviceShellScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptDeviceStateOperationPredicate ¶
type DeviceManagementScriptDeviceStateOperationPredicate struct { }
func (DeviceManagementScriptDeviceStateOperationPredicate) Matches ¶
func (p DeviceManagementScriptDeviceStateOperationPredicate) Matches(input beta.DeviceManagementScriptDeviceState) bool
type DeviceShellScriptDeviceRunStateClient ¶
func NewDeviceShellScriptDeviceRunStateClientWithBaseURI ¶
func NewDeviceShellScriptDeviceRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptDeviceRunStateClient, error)
func (DeviceShellScriptDeviceRunStateClient) CreateDeviceShellScriptDeviceRunState ¶
func (c DeviceShellScriptDeviceRunStateClient) CreateDeviceShellScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input beta.DeviceManagementScriptDeviceState, options CreateDeviceShellScriptDeviceRunStateOperationOptions) (result CreateDeviceShellScriptDeviceRunStateOperationResponse, err error)
CreateDeviceShellScriptDeviceRunState - Create new navigation property to deviceRunStates for deviceManagement
func (DeviceShellScriptDeviceRunStateClient) DeleteDeviceShellScriptDeviceRunState ¶
func (c DeviceShellScriptDeviceRunStateClient) DeleteDeviceShellScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdDeviceRunStateId, options DeleteDeviceShellScriptDeviceRunStateOperationOptions) (result DeleteDeviceShellScriptDeviceRunStateOperationResponse, err error)
DeleteDeviceShellScriptDeviceRunState - Delete navigation property deviceRunStates for deviceManagement
func (DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunState ¶
func (c DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdDeviceRunStateId, options GetDeviceShellScriptDeviceRunStateOperationOptions) (result GetDeviceShellScriptDeviceRunStateOperationResponse, err error)
GetDeviceShellScriptDeviceRunState - Get deviceRunStates from deviceManagement. List of run states for this script across all devices.
func (DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunStatesCount ¶
func (c DeviceShellScriptDeviceRunStateClient) GetDeviceShellScriptDeviceRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options GetDeviceShellScriptDeviceRunStatesCountOperationOptions) (result GetDeviceShellScriptDeviceRunStatesCountOperationResponse, err error)
GetDeviceShellScriptDeviceRunStatesCount - Get the number of the resource
func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStates ¶
func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStates(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptDeviceRunStatesOperationOptions) (result ListDeviceShellScriptDeviceRunStatesOperationResponse, err error)
ListDeviceShellScriptDeviceRunStates - Get deviceRunStates from deviceManagement. List of run states for this script across all devices.
func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesComplete ¶
func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptDeviceRunStatesOperationOptions) (ListDeviceShellScriptDeviceRunStatesCompleteResult, error)
ListDeviceShellScriptDeviceRunStatesComplete retrieves all the results into a single object
func (DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate ¶
func (c DeviceShellScriptDeviceRunStateClient) ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptDeviceRunStatesOperationOptions, predicate DeviceManagementScriptDeviceStateOperationPredicate) (result ListDeviceShellScriptDeviceRunStatesCompleteResult, err error)
ListDeviceShellScriptDeviceRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceShellScriptDeviceRunStateClient) UpdateDeviceShellScriptDeviceRunState ¶
func (c DeviceShellScriptDeviceRunStateClient) UpdateDeviceShellScriptDeviceRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdDeviceRunStateId, input beta.DeviceManagementScriptDeviceState, options UpdateDeviceShellScriptDeviceRunStateOperationOptions) (result UpdateDeviceShellScriptDeviceRunStateOperationResponse, err error)
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 (o GetDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptDeviceRunStateOperationOptions) ToOData ¶
func (o GetDeviceShellScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
type GetDeviceShellScriptDeviceRunStatesCountOperationOptions ¶
type GetDeviceShellScriptDeviceRunStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceShellScriptDeviceRunStatesCountOperationOptions ¶
func DefaultGetDeviceShellScriptDeviceRunStatesCountOperationOptions() GetDeviceShellScriptDeviceRunStatesCountOperationOptions
func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToOData ¶
func (o GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptDeviceRunStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceShellScriptDeviceRunStatesCompleteResult ¶
type ListDeviceShellScriptDeviceRunStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptDeviceState }
type ListDeviceShellScriptDeviceRunStatesCustomPager ¶
type ListDeviceShellScriptDeviceRunStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceShellScriptDeviceRunStatesCustomPager) NextPageLink ¶
func (p *ListDeviceShellScriptDeviceRunStatesCustomPager) NextPageLink() *odata.Link
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 (o ListDeviceShellScriptDeviceRunStatesOperationOptions) ToHeaders() *client.Headers
func (ListDeviceShellScriptDeviceRunStatesOperationOptions) ToOData ¶
func (o ListDeviceShellScriptDeviceRunStatesOperationOptions) ToOData() *odata.Query
func (ListDeviceShellScriptDeviceRunStatesOperationOptions) ToQuery ¶
func (o ListDeviceShellScriptDeviceRunStatesOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceShellScriptDeviceRunStateOperationOptions ¶
type UpdateDeviceShellScriptDeviceRunStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceShellScriptDeviceRunStateOperationOptions ¶
func DefaultUpdateDeviceShellScriptDeviceRunStateOperationOptions() UpdateDeviceShellScriptDeviceRunStateOperationOptions
func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders ¶
func (o UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToOData ¶
func (o UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToOData() *odata.Query
func (UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery ¶
func (o UpdateDeviceShellScriptDeviceRunStateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdeviceshellscriptdevicerunstate.go
- method_deletedeviceshellscriptdevicerunstate.go
- method_getdeviceshellscriptdevicerunstate.go
- method_getdeviceshellscriptdevicerunstatescount.go
- method_listdeviceshellscriptdevicerunstates.go
- method_updatedeviceshellscriptdevicerunstate.go
- predicates.go
- version.go