Documentation ¶
Index ¶
- type AssignDeviceShellScriptOperationOptions
- type AssignDeviceShellScriptOperationResponse
- type AssignDeviceShellScriptRequest
- type CreateDeviceShellScriptOperationOptions
- type CreateDeviceShellScriptOperationResponse
- type DeleteDeviceShellScriptOperationOptions
- type DeleteDeviceShellScriptOperationResponse
- type DeviceShellScriptClient
- func (c DeviceShellScriptClient) AssignDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result AssignDeviceShellScriptOperationResponse, err error)
- func (c DeviceShellScriptClient) CreateDeviceShellScript(ctx context.Context, input beta.DeviceShellScript, ...) (result CreateDeviceShellScriptOperationResponse, err error)
- func (c DeviceShellScriptClient) DeleteDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result DeleteDeviceShellScriptOperationResponse, err error)
- func (c DeviceShellScriptClient) GetDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result GetDeviceShellScriptOperationResponse, err error)
- func (c DeviceShellScriptClient) GetDeviceShellScriptsCount(ctx context.Context, options GetDeviceShellScriptsCountOperationOptions) (result GetDeviceShellScriptsCountOperationResponse, err error)
- func (c DeviceShellScriptClient) ListDeviceShellScripts(ctx context.Context, options ListDeviceShellScriptsOperationOptions) (result ListDeviceShellScriptsOperationResponse, err error)
- func (c DeviceShellScriptClient) ListDeviceShellScriptsComplete(ctx context.Context, options ListDeviceShellScriptsOperationOptions) (ListDeviceShellScriptsCompleteResult, error)
- func (c DeviceShellScriptClient) ListDeviceShellScriptsCompleteMatchingPredicate(ctx context.Context, options ListDeviceShellScriptsOperationOptions, ...) (result ListDeviceShellScriptsCompleteResult, err error)
- func (c DeviceShellScriptClient) UpdateDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result UpdateDeviceShellScriptOperationResponse, err error)
- type DeviceShellScriptOperationPredicate
- type GetDeviceShellScriptOperationOptions
- type GetDeviceShellScriptOperationResponse
- type GetDeviceShellScriptsCountOperationOptions
- type GetDeviceShellScriptsCountOperationResponse
- type ListDeviceShellScriptsCompleteResult
- type ListDeviceShellScriptsCustomPager
- type ListDeviceShellScriptsOperationOptions
- type ListDeviceShellScriptsOperationResponse
- type UpdateDeviceShellScriptOperationOptions
- type UpdateDeviceShellScriptOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignDeviceShellScriptOperationOptions ¶
type AssignDeviceShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignDeviceShellScriptOperationOptions ¶
func DefaultAssignDeviceShellScriptOperationOptions() AssignDeviceShellScriptOperationOptions
func (AssignDeviceShellScriptOperationOptions) ToHeaders ¶
func (o AssignDeviceShellScriptOperationOptions) ToHeaders() *client.Headers
func (AssignDeviceShellScriptOperationOptions) ToOData ¶
func (o AssignDeviceShellScriptOperationOptions) ToOData() *odata.Query
func (AssignDeviceShellScriptOperationOptions) ToQuery ¶
func (o AssignDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams
type AssignDeviceShellScriptRequest ¶
type AssignDeviceShellScriptRequest struct { DeviceManagementScriptAssignments *[]beta.DeviceManagementScriptAssignment `json:"deviceManagementScriptAssignments,omitempty"` DeviceManagementScriptGroupAssignments *[]beta.DeviceManagementScriptGroupAssignment `json:"deviceManagementScriptGroupAssignments,omitempty"` }
type CreateDeviceShellScriptOperationOptions ¶
type CreateDeviceShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceShellScriptOperationOptions ¶
func DefaultCreateDeviceShellScriptOperationOptions() CreateDeviceShellScriptOperationOptions
func (CreateDeviceShellScriptOperationOptions) ToHeaders ¶
func (o CreateDeviceShellScriptOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceShellScriptOperationOptions) ToOData ¶
func (o CreateDeviceShellScriptOperationOptions) ToOData() *odata.Query
func (CreateDeviceShellScriptOperationOptions) ToQuery ¶
func (o CreateDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceShellScriptOperationOptions ¶
type DeleteDeviceShellScriptOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceShellScriptOperationOptions ¶
func DefaultDeleteDeviceShellScriptOperationOptions() DeleteDeviceShellScriptOperationOptions
func (DeleteDeviceShellScriptOperationOptions) ToHeaders ¶
func (o DeleteDeviceShellScriptOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceShellScriptOperationOptions) ToOData ¶
func (o DeleteDeviceShellScriptOperationOptions) ToOData() *odata.Query
func (DeleteDeviceShellScriptOperationOptions) ToQuery ¶
func (o DeleteDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams
type DeviceShellScriptClient ¶
func NewDeviceShellScriptClientWithBaseURI ¶
func NewDeviceShellScriptClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptClient, error)
func (DeviceShellScriptClient) AssignDeviceShellScript ¶
func (c DeviceShellScriptClient) AssignDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input AssignDeviceShellScriptRequest, options AssignDeviceShellScriptOperationOptions) (result AssignDeviceShellScriptOperationResponse, err error)
AssignDeviceShellScript - Invoke action assign
func (DeviceShellScriptClient) CreateDeviceShellScript ¶
func (c DeviceShellScriptClient) CreateDeviceShellScript(ctx context.Context, input beta.DeviceShellScript, options CreateDeviceShellScriptOperationOptions) (result CreateDeviceShellScriptOperationResponse, err error)
CreateDeviceShellScript - Create new navigation property to deviceShellScripts for deviceManagement
func (DeviceShellScriptClient) DeleteDeviceShellScript ¶
func (c DeviceShellScriptClient) DeleteDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options DeleteDeviceShellScriptOperationOptions) (result DeleteDeviceShellScriptOperationResponse, err error)
DeleteDeviceShellScript - Delete navigation property deviceShellScripts for deviceManagement
func (DeviceShellScriptClient) GetDeviceShellScript ¶
func (c DeviceShellScriptClient) GetDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options GetDeviceShellScriptOperationOptions) (result GetDeviceShellScriptOperationResponse, err error)
GetDeviceShellScript - Get deviceShellScripts from deviceManagement. The list of device shell scripts associated with the tenant.
func (DeviceShellScriptClient) GetDeviceShellScriptsCount ¶
func (c DeviceShellScriptClient) GetDeviceShellScriptsCount(ctx context.Context, options GetDeviceShellScriptsCountOperationOptions) (result GetDeviceShellScriptsCountOperationResponse, err error)
GetDeviceShellScriptsCount - Get the number of the resource
func (DeviceShellScriptClient) ListDeviceShellScripts ¶
func (c DeviceShellScriptClient) ListDeviceShellScripts(ctx context.Context, options ListDeviceShellScriptsOperationOptions) (result ListDeviceShellScriptsOperationResponse, err error)
ListDeviceShellScripts - Get deviceShellScripts from deviceManagement. The list of device shell scripts associated with the tenant.
func (DeviceShellScriptClient) ListDeviceShellScriptsComplete ¶
func (c DeviceShellScriptClient) ListDeviceShellScriptsComplete(ctx context.Context, options ListDeviceShellScriptsOperationOptions) (ListDeviceShellScriptsCompleteResult, error)
ListDeviceShellScriptsComplete retrieves all the results into a single object
func (DeviceShellScriptClient) ListDeviceShellScriptsCompleteMatchingPredicate ¶
func (c DeviceShellScriptClient) ListDeviceShellScriptsCompleteMatchingPredicate(ctx context.Context, options ListDeviceShellScriptsOperationOptions, predicate DeviceShellScriptOperationPredicate) (result ListDeviceShellScriptsCompleteResult, err error)
ListDeviceShellScriptsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceShellScriptClient) UpdateDeviceShellScript ¶
func (c DeviceShellScriptClient) UpdateDeviceShellScript(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input beta.DeviceShellScript, options UpdateDeviceShellScriptOperationOptions) (result UpdateDeviceShellScriptOperationResponse, err error)
UpdateDeviceShellScript - Update the navigation property deviceShellScripts in deviceManagement
type DeviceShellScriptOperationPredicate ¶
type DeviceShellScriptOperationPredicate struct { }
func (DeviceShellScriptOperationPredicate) Matches ¶
func (p DeviceShellScriptOperationPredicate) Matches(input beta.DeviceShellScript) bool
type GetDeviceShellScriptOperationOptions ¶
type GetDeviceShellScriptOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceShellScriptOperationOptions ¶
func DefaultGetDeviceShellScriptOperationOptions() GetDeviceShellScriptOperationOptions
func (GetDeviceShellScriptOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptOperationOptions) ToOData ¶
func (o GetDeviceShellScriptOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams
type GetDeviceShellScriptsCountOperationOptions ¶
type GetDeviceShellScriptsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceShellScriptsCountOperationOptions ¶
func DefaultGetDeviceShellScriptsCountOperationOptions() GetDeviceShellScriptsCountOperationOptions
func (GetDeviceShellScriptsCountOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptsCountOperationOptions) ToOData ¶
func (o GetDeviceShellScriptsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptsCountOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceShellScriptsCompleteResult ¶
type ListDeviceShellScriptsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceShellScript }
type ListDeviceShellScriptsCustomPager ¶
func (*ListDeviceShellScriptsCustomPager) NextPageLink ¶
func (p *ListDeviceShellScriptsCustomPager) NextPageLink() *odata.Link
type ListDeviceShellScriptsOperationOptions ¶
type ListDeviceShellScriptsOperationOptions 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 DefaultListDeviceShellScriptsOperationOptions ¶
func DefaultListDeviceShellScriptsOperationOptions() ListDeviceShellScriptsOperationOptions
func (ListDeviceShellScriptsOperationOptions) ToHeaders ¶
func (o ListDeviceShellScriptsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceShellScriptsOperationOptions) ToOData ¶
func (o ListDeviceShellScriptsOperationOptions) ToOData() *odata.Query
func (ListDeviceShellScriptsOperationOptions) ToQuery ¶
func (o ListDeviceShellScriptsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceShellScriptOperationOptions ¶
type UpdateDeviceShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceShellScriptOperationOptions ¶
func DefaultUpdateDeviceShellScriptOperationOptions() UpdateDeviceShellScriptOperationOptions
func (UpdateDeviceShellScriptOperationOptions) ToHeaders ¶
func (o UpdateDeviceShellScriptOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceShellScriptOperationOptions) ToOData ¶
func (o UpdateDeviceShellScriptOperationOptions) ToOData() *odata.Query
func (UpdateDeviceShellScriptOperationOptions) ToQuery ¶
func (o UpdateDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_assigndeviceshellscript.go
- method_createdeviceshellscript.go
- method_deletedeviceshellscript.go
- method_getdeviceshellscript.go
- method_getdeviceshellscriptscount.go
- method_listdeviceshellscripts.go
- method_updatedeviceshellscript.go
- model_assigndeviceshellscriptrequest.go
- predicates.go
- version.go