Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AssignDeviceShellScriptOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultAssignDeviceShellScriptOperationOptions() AssignDeviceShellScriptOperationOptions + func (o AssignDeviceShellScriptOperationOptions) ToHeaders() *client.Headers + func (o AssignDeviceShellScriptOperationOptions) ToOData() *odata.Query + func (o AssignDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams + type AssignDeviceShellScriptOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AssignDeviceShellScriptRequest struct + DeviceManagementScriptAssignments *[]beta.DeviceManagementScriptAssignment + DeviceManagementScriptGroupAssignments *[]beta.DeviceManagementScriptGroupAssignment + type CreateDeviceShellScriptOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDeviceShellScriptOperationOptions() CreateDeviceShellScriptOperationOptions + func (o CreateDeviceShellScriptOperationOptions) ToHeaders() *client.Headers + func (o CreateDeviceShellScriptOperationOptions) ToOData() *odata.Query + func (o CreateDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams + type CreateDeviceShellScriptOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceShellScript + OData *odata.OData + type DeleteDeviceShellScriptOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDeviceShellScriptOperationOptions() DeleteDeviceShellScriptOperationOptions + func (o DeleteDeviceShellScriptOperationOptions) ToHeaders() *client.Headers + func (o DeleteDeviceShellScriptOperationOptions) ToOData() *odata.Query + func (o DeleteDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams + type DeleteDeviceShellScriptOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceShellScriptClient struct + Client *msgraph.Client + func NewDeviceShellScriptClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptClient, error) + 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 struct + func (p DeviceShellScriptOperationPredicate) Matches(input beta.DeviceShellScript) bool + type GetDeviceShellScriptOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDeviceShellScriptOperationOptions() GetDeviceShellScriptOperationOptions + func (o GetDeviceShellScriptOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceShellScriptOperationOptions) ToOData() *odata.Query + func (o GetDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams + type GetDeviceShellScriptOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceShellScript + OData *odata.OData + type GetDeviceShellScriptsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDeviceShellScriptsCountOperationOptions() GetDeviceShellScriptsCountOperationOptions + func (o GetDeviceShellScriptsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceShellScriptsCountOperationOptions) ToOData() *odata.Query + func (o GetDeviceShellScriptsCountOperationOptions) ToQuery() *client.QueryParams + type GetDeviceShellScriptsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDeviceShellScriptsCompleteResult struct + Items []beta.DeviceShellScript + LatestHttpResponse *http.Response + type ListDeviceShellScriptsCustomPager struct + NextLink *odata.Link + func (p *ListDeviceShellScriptsCustomPager) NextPageLink() *odata.Link + 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() ListDeviceShellScriptsOperationOptions + func (o ListDeviceShellScriptsOperationOptions) ToHeaders() *client.Headers + func (o ListDeviceShellScriptsOperationOptions) ToOData() *odata.Query + func (o ListDeviceShellScriptsOperationOptions) ToQuery() *client.QueryParams + type ListDeviceShellScriptsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DeviceShellScript + OData *odata.OData + type UpdateDeviceShellScriptOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDeviceShellScriptOperationOptions() UpdateDeviceShellScriptOperationOptions + func (o UpdateDeviceShellScriptOperationOptions) ToHeaders() *client.Headers + func (o UpdateDeviceShellScriptOperationOptions) ToOData() *odata.Query + func (o UpdateDeviceShellScriptOperationOptions) ToQuery() *client.QueryParams + type UpdateDeviceShellScriptOperationResponse struct + HttpResponse *http.Response + OData *odata.OData