Documentation ¶
Index ¶
- type AssignDeviceCustomAttributeShellScriptOperationOptions
- type AssignDeviceCustomAttributeShellScriptOperationResponse
- type AssignDeviceCustomAttributeShellScriptRequest
- type CreateDeviceCustomAttributeShellScriptOperationOptions
- type CreateDeviceCustomAttributeShellScriptOperationResponse
- type DeleteDeviceCustomAttributeShellScriptOperationOptions
- type DeleteDeviceCustomAttributeShellScriptOperationResponse
- type DeviceCustomAttributeShellScriptClient
- func (c DeviceCustomAttributeShellScriptClient) AssignDeviceCustomAttributeShellScript(ctx context.Context, ...) (result AssignDeviceCustomAttributeShellScriptOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) CreateDeviceCustomAttributeShellScript(ctx context.Context, input beta.DeviceCustomAttributeShellScript, ...) (result CreateDeviceCustomAttributeShellScriptOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) DeleteDeviceCustomAttributeShellScript(ctx context.Context, ...) (result DeleteDeviceCustomAttributeShellScriptOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScript(ctx context.Context, ...) (result GetDeviceCustomAttributeShellScriptOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScriptsCount(ctx context.Context, ...) (result GetDeviceCustomAttributeShellScriptsCountOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScripts(ctx context.Context, ...) (result ListDeviceCustomAttributeShellScriptsOperationResponse, err error)
- func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsComplete(ctx context.Context, ...) (ListDeviceCustomAttributeShellScriptsCompleteResult, error)
- func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsCompleteMatchingPredicate(ctx context.Context, ...) (result ListDeviceCustomAttributeShellScriptsCompleteResult, err error)
- func (c DeviceCustomAttributeShellScriptClient) UpdateDeviceCustomAttributeShellScript(ctx context.Context, ...) (result UpdateDeviceCustomAttributeShellScriptOperationResponse, err error)
- type DeviceCustomAttributeShellScriptOperationPredicate
- type GetDeviceCustomAttributeShellScriptOperationOptions
- type GetDeviceCustomAttributeShellScriptOperationResponse
- type GetDeviceCustomAttributeShellScriptsCountOperationOptions
- type GetDeviceCustomAttributeShellScriptsCountOperationResponse
- type ListDeviceCustomAttributeShellScriptsCompleteResult
- type ListDeviceCustomAttributeShellScriptsCustomPager
- type ListDeviceCustomAttributeShellScriptsOperationOptions
- type ListDeviceCustomAttributeShellScriptsOperationResponse
- type UpdateDeviceCustomAttributeShellScriptOperationOptions
- type UpdateDeviceCustomAttributeShellScriptOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignDeviceCustomAttributeShellScriptOperationOptions ¶
type AssignDeviceCustomAttributeShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignDeviceCustomAttributeShellScriptOperationOptions ¶
func DefaultAssignDeviceCustomAttributeShellScriptOperationOptions() AssignDeviceCustomAttributeShellScriptOperationOptions
func (AssignDeviceCustomAttributeShellScriptOperationOptions) ToHeaders ¶
func (o AssignDeviceCustomAttributeShellScriptOperationOptions) ToHeaders() *client.Headers
func (AssignDeviceCustomAttributeShellScriptOperationOptions) ToOData ¶
func (o AssignDeviceCustomAttributeShellScriptOperationOptions) ToOData() *odata.Query
func (AssignDeviceCustomAttributeShellScriptOperationOptions) ToQuery ¶
func (o AssignDeviceCustomAttributeShellScriptOperationOptions) ToQuery() *client.QueryParams
type AssignDeviceCustomAttributeShellScriptRequest ¶
type AssignDeviceCustomAttributeShellScriptRequest struct { DeviceManagementScriptAssignments *[]beta.DeviceManagementScriptAssignment `json:"deviceManagementScriptAssignments,omitempty"` DeviceManagementScriptGroupAssignments *[]beta.DeviceManagementScriptGroupAssignment `json:"deviceManagementScriptGroupAssignments,omitempty"` }
type CreateDeviceCustomAttributeShellScriptOperationOptions ¶
type CreateDeviceCustomAttributeShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceCustomAttributeShellScriptOperationOptions ¶
func DefaultCreateDeviceCustomAttributeShellScriptOperationOptions() CreateDeviceCustomAttributeShellScriptOperationOptions
func (CreateDeviceCustomAttributeShellScriptOperationOptions) ToHeaders ¶
func (o CreateDeviceCustomAttributeShellScriptOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceCustomAttributeShellScriptOperationOptions) ToOData ¶
func (o CreateDeviceCustomAttributeShellScriptOperationOptions) ToOData() *odata.Query
func (CreateDeviceCustomAttributeShellScriptOperationOptions) ToQuery ¶
func (o CreateDeviceCustomAttributeShellScriptOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceCustomAttributeShellScriptOperationOptions ¶
type DeleteDeviceCustomAttributeShellScriptOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceCustomAttributeShellScriptOperationOptions ¶
func DefaultDeleteDeviceCustomAttributeShellScriptOperationOptions() DeleteDeviceCustomAttributeShellScriptOperationOptions
func (DeleteDeviceCustomAttributeShellScriptOperationOptions) ToHeaders ¶
func (o DeleteDeviceCustomAttributeShellScriptOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceCustomAttributeShellScriptOperationOptions) ToOData ¶
func (o DeleteDeviceCustomAttributeShellScriptOperationOptions) ToOData() *odata.Query
func (DeleteDeviceCustomAttributeShellScriptOperationOptions) ToQuery ¶
func (o DeleteDeviceCustomAttributeShellScriptOperationOptions) ToQuery() *client.QueryParams
type DeviceCustomAttributeShellScriptClient ¶
func NewDeviceCustomAttributeShellScriptClientWithBaseURI ¶
func NewDeviceCustomAttributeShellScriptClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptClient, error)
func (DeviceCustomAttributeShellScriptClient) AssignDeviceCustomAttributeShellScript ¶
func (c DeviceCustomAttributeShellScriptClient) AssignDeviceCustomAttributeShellScript(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, input AssignDeviceCustomAttributeShellScriptRequest, options AssignDeviceCustomAttributeShellScriptOperationOptions) (result AssignDeviceCustomAttributeShellScriptOperationResponse, err error)
AssignDeviceCustomAttributeShellScript - Invoke action assign
func (DeviceCustomAttributeShellScriptClient) CreateDeviceCustomAttributeShellScript ¶
func (c DeviceCustomAttributeShellScriptClient) CreateDeviceCustomAttributeShellScript(ctx context.Context, input beta.DeviceCustomAttributeShellScript, options CreateDeviceCustomAttributeShellScriptOperationOptions) (result CreateDeviceCustomAttributeShellScriptOperationResponse, err error)
CreateDeviceCustomAttributeShellScript - Create new navigation property to deviceCustomAttributeShellScripts for deviceManagement
func (DeviceCustomAttributeShellScriptClient) DeleteDeviceCustomAttributeShellScript ¶
func (c DeviceCustomAttributeShellScriptClient) DeleteDeviceCustomAttributeShellScript(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options DeleteDeviceCustomAttributeShellScriptOperationOptions) (result DeleteDeviceCustomAttributeShellScriptOperationResponse, err error)
DeleteDeviceCustomAttributeShellScript - Delete navigation property deviceCustomAttributeShellScripts for deviceManagement
func (DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScript ¶
func (c DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScript(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options GetDeviceCustomAttributeShellScriptOperationOptions) (result GetDeviceCustomAttributeShellScriptOperationResponse, err error)
GetDeviceCustomAttributeShellScript - Get deviceCustomAttributeShellScripts from deviceManagement. The list of device custom attribute shell scripts associated with the tenant.
func (DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScriptsCount ¶
func (c DeviceCustomAttributeShellScriptClient) GetDeviceCustomAttributeShellScriptsCount(ctx context.Context, options GetDeviceCustomAttributeShellScriptsCountOperationOptions) (result GetDeviceCustomAttributeShellScriptsCountOperationResponse, err error)
GetDeviceCustomAttributeShellScriptsCount - Get the number of the resource
func (DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScripts ¶
func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScripts(ctx context.Context, options ListDeviceCustomAttributeShellScriptsOperationOptions) (result ListDeviceCustomAttributeShellScriptsOperationResponse, err error)
ListDeviceCustomAttributeShellScripts - Get deviceCustomAttributeShellScripts from deviceManagement. The list of device custom attribute shell scripts associated with the tenant.
func (DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsComplete ¶
func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsComplete(ctx context.Context, options ListDeviceCustomAttributeShellScriptsOperationOptions) (ListDeviceCustomAttributeShellScriptsCompleteResult, error)
ListDeviceCustomAttributeShellScriptsComplete retrieves all the results into a single object
func (DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsCompleteMatchingPredicate ¶
func (c DeviceCustomAttributeShellScriptClient) ListDeviceCustomAttributeShellScriptsCompleteMatchingPredicate(ctx context.Context, options ListDeviceCustomAttributeShellScriptsOperationOptions, predicate DeviceCustomAttributeShellScriptOperationPredicate) (result ListDeviceCustomAttributeShellScriptsCompleteResult, err error)
ListDeviceCustomAttributeShellScriptsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceCustomAttributeShellScriptClient) UpdateDeviceCustomAttributeShellScript ¶
func (c DeviceCustomAttributeShellScriptClient) UpdateDeviceCustomAttributeShellScript(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, input beta.DeviceCustomAttributeShellScript, options UpdateDeviceCustomAttributeShellScriptOperationOptions) (result UpdateDeviceCustomAttributeShellScriptOperationResponse, err error)
UpdateDeviceCustomAttributeShellScript - Update the navigation property deviceCustomAttributeShellScripts in deviceManagement
type DeviceCustomAttributeShellScriptOperationPredicate ¶
type DeviceCustomAttributeShellScriptOperationPredicate struct { }
func (DeviceCustomAttributeShellScriptOperationPredicate) Matches ¶
func (p DeviceCustomAttributeShellScriptOperationPredicate) Matches(input beta.DeviceCustomAttributeShellScript) bool
type GetDeviceCustomAttributeShellScriptOperationOptions ¶
type GetDeviceCustomAttributeShellScriptOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceCustomAttributeShellScriptOperationOptions ¶
func DefaultGetDeviceCustomAttributeShellScriptOperationOptions() GetDeviceCustomAttributeShellScriptOperationOptions
func (GetDeviceCustomAttributeShellScriptOperationOptions) ToHeaders ¶
func (o GetDeviceCustomAttributeShellScriptOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCustomAttributeShellScriptOperationOptions) ToOData ¶
func (o GetDeviceCustomAttributeShellScriptOperationOptions) ToOData() *odata.Query
func (GetDeviceCustomAttributeShellScriptOperationOptions) ToQuery ¶
func (o GetDeviceCustomAttributeShellScriptOperationOptions) ToQuery() *client.QueryParams
type GetDeviceCustomAttributeShellScriptsCountOperationOptions ¶
type GetDeviceCustomAttributeShellScriptsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceCustomAttributeShellScriptsCountOperationOptions ¶
func DefaultGetDeviceCustomAttributeShellScriptsCountOperationOptions() GetDeviceCustomAttributeShellScriptsCountOperationOptions
func (GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToHeaders ¶
func (o GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToOData ¶
func (o GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToQuery ¶
func (o GetDeviceCustomAttributeShellScriptsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceCustomAttributeShellScriptsCompleteResult ¶
type ListDeviceCustomAttributeShellScriptsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceCustomAttributeShellScript }
type ListDeviceCustomAttributeShellScriptsCustomPager ¶
type ListDeviceCustomAttributeShellScriptsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceCustomAttributeShellScriptsCustomPager) NextPageLink ¶
func (p *ListDeviceCustomAttributeShellScriptsCustomPager) NextPageLink() *odata.Link
type ListDeviceCustomAttributeShellScriptsOperationOptions ¶
type ListDeviceCustomAttributeShellScriptsOperationOptions 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 DefaultListDeviceCustomAttributeShellScriptsOperationOptions ¶
func DefaultListDeviceCustomAttributeShellScriptsOperationOptions() ListDeviceCustomAttributeShellScriptsOperationOptions
func (ListDeviceCustomAttributeShellScriptsOperationOptions) ToHeaders ¶
func (o ListDeviceCustomAttributeShellScriptsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceCustomAttributeShellScriptsOperationOptions) ToOData ¶
func (o ListDeviceCustomAttributeShellScriptsOperationOptions) ToOData() *odata.Query
func (ListDeviceCustomAttributeShellScriptsOperationOptions) ToQuery ¶
func (o ListDeviceCustomAttributeShellScriptsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceCustomAttributeShellScriptOperationOptions ¶
type UpdateDeviceCustomAttributeShellScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceCustomAttributeShellScriptOperationOptions ¶
func DefaultUpdateDeviceCustomAttributeShellScriptOperationOptions() UpdateDeviceCustomAttributeShellScriptOperationOptions
func (UpdateDeviceCustomAttributeShellScriptOperationOptions) ToHeaders ¶
func (o UpdateDeviceCustomAttributeShellScriptOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceCustomAttributeShellScriptOperationOptions) ToOData ¶
func (o UpdateDeviceCustomAttributeShellScriptOperationOptions) ToOData() *odata.Query
func (UpdateDeviceCustomAttributeShellScriptOperationOptions) ToQuery ¶
func (o UpdateDeviceCustomAttributeShellScriptOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_assigndevicecustomattributeshellscript.go
- method_createdevicecustomattributeshellscript.go
- method_deletedevicecustomattributeshellscript.go
- method_getdevicecustomattributeshellscript.go
- method_getdevicecustomattributeshellscriptscount.go
- method_listdevicecustomattributeshellscripts.go
- method_updatedevicecustomattributeshellscript.go
- model_assigndevicecustomattributeshellscriptrequest.go
- predicates.go
- version.go