Documentation ¶
Index ¶
- type CreateDeviceShellScriptUserRunStateOperationOptions
- type CreateDeviceShellScriptUserRunStateOperationResponse
- type DeleteDeviceShellScriptUserRunStateOperationOptions
- type DeleteDeviceShellScriptUserRunStateOperationResponse
- type DeviceManagementScriptUserStateOperationPredicate
- type DeviceShellScriptUserRunStateClient
- func (c DeviceShellScriptUserRunStateClient) CreateDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result CreateDeviceShellScriptUserRunStateOperationResponse, err error)
- func (c DeviceShellScriptUserRunStateClient) DeleteDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, ...) (result DeleteDeviceShellScriptUserRunStateOperationResponse, err error)
- func (c DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, ...) (result GetDeviceShellScriptUserRunStateOperationResponse, err error)
- func (c DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result GetDeviceShellScriptUserRunStatesCountOperationResponse, err error)
- func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStates(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptUserRunStatesOperationResponse, err error)
- func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (ListDeviceShellScriptUserRunStatesCompleteResult, error)
- func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptUserRunStatesCompleteResult, err error)
- func (c DeviceShellScriptUserRunStateClient) UpdateDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, ...) (result UpdateDeviceShellScriptUserRunStateOperationResponse, err error)
- type GetDeviceShellScriptUserRunStateOperationOptions
- type GetDeviceShellScriptUserRunStateOperationResponse
- type GetDeviceShellScriptUserRunStatesCountOperationOptions
- type GetDeviceShellScriptUserRunStatesCountOperationResponse
- type ListDeviceShellScriptUserRunStatesCompleteResult
- type ListDeviceShellScriptUserRunStatesCustomPager
- type ListDeviceShellScriptUserRunStatesOperationOptions
- type ListDeviceShellScriptUserRunStatesOperationResponse
- type UpdateDeviceShellScriptUserRunStateOperationOptions
- type UpdateDeviceShellScriptUserRunStateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceShellScriptUserRunStateOperationOptions ¶
type CreateDeviceShellScriptUserRunStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceShellScriptUserRunStateOperationOptions ¶
func DefaultCreateDeviceShellScriptUserRunStateOperationOptions() CreateDeviceShellScriptUserRunStateOperationOptions
func (CreateDeviceShellScriptUserRunStateOperationOptions) ToHeaders ¶
func (o CreateDeviceShellScriptUserRunStateOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceShellScriptUserRunStateOperationOptions) ToOData ¶
func (o CreateDeviceShellScriptUserRunStateOperationOptions) ToOData() *odata.Query
func (CreateDeviceShellScriptUserRunStateOperationOptions) ToQuery ¶
func (o CreateDeviceShellScriptUserRunStateOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceShellScriptUserRunStateOperationOptions ¶
type DeleteDeviceShellScriptUserRunStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceShellScriptUserRunStateOperationOptions ¶
func DefaultDeleteDeviceShellScriptUserRunStateOperationOptions() DeleteDeviceShellScriptUserRunStateOperationOptions
func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToHeaders ¶
func (o DeleteDeviceShellScriptUserRunStateOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToOData ¶
func (o DeleteDeviceShellScriptUserRunStateOperationOptions) ToOData() *odata.Query
func (DeleteDeviceShellScriptUserRunStateOperationOptions) ToQuery ¶
func (o DeleteDeviceShellScriptUserRunStateOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptUserStateOperationPredicate ¶
type DeviceManagementScriptUserStateOperationPredicate struct { }
func (DeviceManagementScriptUserStateOperationPredicate) Matches ¶
func (p DeviceManagementScriptUserStateOperationPredicate) Matches(input beta.DeviceManagementScriptUserState) bool
type DeviceShellScriptUserRunStateClient ¶
func NewDeviceShellScriptUserRunStateClientWithBaseURI ¶
func NewDeviceShellScriptUserRunStateClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptUserRunStateClient, error)
func (DeviceShellScriptUserRunStateClient) CreateDeviceShellScriptUserRunState ¶
func (c DeviceShellScriptUserRunStateClient) CreateDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input beta.DeviceManagementScriptUserState, options CreateDeviceShellScriptUserRunStateOperationOptions) (result CreateDeviceShellScriptUserRunStateOperationResponse, err error)
CreateDeviceShellScriptUserRunState - Create new navigation property to userRunStates for deviceManagement
func (DeviceShellScriptUserRunStateClient) DeleteDeviceShellScriptUserRunState ¶
func (c DeviceShellScriptUserRunStateClient) DeleteDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, options DeleteDeviceShellScriptUserRunStateOperationOptions) (result DeleteDeviceShellScriptUserRunStateOperationResponse, err error)
DeleteDeviceShellScriptUserRunState - Delete navigation property userRunStates for deviceManagement
func (DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunState ¶
func (c DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, options GetDeviceShellScriptUserRunStateOperationOptions) (result GetDeviceShellScriptUserRunStateOperationResponse, err error)
GetDeviceShellScriptUserRunState - Get userRunStates from deviceManagement. List of run states for this script across all users.
func (DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunStatesCount ¶
func (c DeviceShellScriptUserRunStateClient) GetDeviceShellScriptUserRunStatesCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options GetDeviceShellScriptUserRunStatesCountOperationOptions) (result GetDeviceShellScriptUserRunStatesCountOperationResponse, err error)
GetDeviceShellScriptUserRunStatesCount - Get the number of the resource
func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStates ¶
func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStates(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptUserRunStatesOperationOptions) (result ListDeviceShellScriptUserRunStatesOperationResponse, err error)
ListDeviceShellScriptUserRunStates - Get userRunStates from deviceManagement. List of run states for this script across all users.
func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesComplete ¶
func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptUserRunStatesOperationOptions) (ListDeviceShellScriptUserRunStatesCompleteResult, error)
ListDeviceShellScriptUserRunStatesComplete retrieves all the results into a single object
func (DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate ¶
func (c DeviceShellScriptUserRunStateClient) ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptUserRunStatesOperationOptions, predicate DeviceManagementScriptUserStateOperationPredicate) (result ListDeviceShellScriptUserRunStatesCompleteResult, err error)
ListDeviceShellScriptUserRunStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceShellScriptUserRunStateClient) UpdateDeviceShellScriptUserRunState ¶
func (c DeviceShellScriptUserRunStateClient) UpdateDeviceShellScriptUserRunState(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdUserRunStateId, input beta.DeviceManagementScriptUserState, options UpdateDeviceShellScriptUserRunStateOperationOptions) (result UpdateDeviceShellScriptUserRunStateOperationResponse, err error)
UpdateDeviceShellScriptUserRunState - Update the navigation property userRunStates in deviceManagement
type GetDeviceShellScriptUserRunStateOperationOptions ¶
type GetDeviceShellScriptUserRunStateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceShellScriptUserRunStateOperationOptions ¶
func DefaultGetDeviceShellScriptUserRunStateOperationOptions() GetDeviceShellScriptUserRunStateOperationOptions
func (GetDeviceShellScriptUserRunStateOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptUserRunStateOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptUserRunStateOperationOptions) ToOData ¶
func (o GetDeviceShellScriptUserRunStateOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptUserRunStateOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptUserRunStateOperationOptions) ToQuery() *client.QueryParams
type GetDeviceShellScriptUserRunStatesCountOperationOptions ¶
type GetDeviceShellScriptUserRunStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceShellScriptUserRunStatesCountOperationOptions ¶
func DefaultGetDeviceShellScriptUserRunStatesCountOperationOptions() GetDeviceShellScriptUserRunStatesCountOperationOptions
func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptUserRunStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToOData ¶
func (o GetDeviceShellScriptUserRunStatesCountOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptUserRunStatesCountOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptUserRunStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceShellScriptUserRunStatesCompleteResult ¶
type ListDeviceShellScriptUserRunStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptUserState }
type ListDeviceShellScriptUserRunStatesCustomPager ¶
type ListDeviceShellScriptUserRunStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceShellScriptUserRunStatesCustomPager) NextPageLink ¶
func (p *ListDeviceShellScriptUserRunStatesCustomPager) NextPageLink() *odata.Link
type ListDeviceShellScriptUserRunStatesOperationOptions ¶
type ListDeviceShellScriptUserRunStatesOperationOptions 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 DefaultListDeviceShellScriptUserRunStatesOperationOptions ¶
func DefaultListDeviceShellScriptUserRunStatesOperationOptions() ListDeviceShellScriptUserRunStatesOperationOptions
func (ListDeviceShellScriptUserRunStatesOperationOptions) ToHeaders ¶
func (o ListDeviceShellScriptUserRunStatesOperationOptions) ToHeaders() *client.Headers
func (ListDeviceShellScriptUserRunStatesOperationOptions) ToOData ¶
func (o ListDeviceShellScriptUserRunStatesOperationOptions) ToOData() *odata.Query
func (ListDeviceShellScriptUserRunStatesOperationOptions) ToQuery ¶
func (o ListDeviceShellScriptUserRunStatesOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceShellScriptUserRunStateOperationOptions ¶
type UpdateDeviceShellScriptUserRunStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceShellScriptUserRunStateOperationOptions ¶
func DefaultUpdateDeviceShellScriptUserRunStateOperationOptions() UpdateDeviceShellScriptUserRunStateOperationOptions
func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToHeaders ¶
func (o UpdateDeviceShellScriptUserRunStateOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToOData ¶
func (o UpdateDeviceShellScriptUserRunStateOperationOptions) ToOData() *odata.Query
func (UpdateDeviceShellScriptUserRunStateOperationOptions) ToQuery ¶
func (o UpdateDeviceShellScriptUserRunStateOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdeviceshellscriptuserrunstate.go
- method_deletedeviceshellscriptuserrunstate.go
- method_getdeviceshellscriptuserrunstate.go
- method_getdeviceshellscriptuserrunstatescount.go
- method_listdeviceshellscriptuserrunstates.go
- method_updatedeviceshellscriptuserrunstate.go
- predicates.go
- version.go