Documentation ¶
Index ¶
- type AssignDeviceManagementScriptOperationOptions
- type AssignDeviceManagementScriptOperationResponse
- type AssignDeviceManagementScriptRequest
- type CreateDeviceManagementScriptOperationOptions
- type CreateDeviceManagementScriptOperationResponse
- type DeleteDeviceManagementScriptOperationOptions
- type DeleteDeviceManagementScriptOperationResponse
- type DeviceManagementScriptClient
- func (c DeviceManagementScriptClient) AssignDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result AssignDeviceManagementScriptOperationResponse, err error)
- func (c DeviceManagementScriptClient) CreateDeviceManagementScript(ctx context.Context, input beta.DeviceManagementScript, ...) (result CreateDeviceManagementScriptOperationResponse, err error)
- func (c DeviceManagementScriptClient) DeleteDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result DeleteDeviceManagementScriptOperationResponse, err error)
- func (c DeviceManagementScriptClient) GetDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result GetDeviceManagementScriptOperationResponse, err error)
- func (c DeviceManagementScriptClient) GetDeviceManagementScriptsCount(ctx context.Context, options GetDeviceManagementScriptsCountOperationOptions) (result GetDeviceManagementScriptsCountOperationResponse, err error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinks(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, ...) (result ListDeviceManagementScriptHasPayloadLinksOperationResponse, err error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksComplete(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, ...) (ListDeviceManagementScriptHasPayloadLinksCompleteResult, error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksCompleteMatchingPredicate(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, ...) (result ListDeviceManagementScriptHasPayloadLinksCompleteResult, err error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScripts(ctx context.Context, options ListDeviceManagementScriptsOperationOptions) (result ListDeviceManagementScriptsOperationResponse, err error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScriptsComplete(ctx context.Context, options ListDeviceManagementScriptsOperationOptions) (ListDeviceManagementScriptsCompleteResult, error)
- func (c DeviceManagementScriptClient) ListDeviceManagementScriptsCompleteMatchingPredicate(ctx context.Context, options ListDeviceManagementScriptsOperationOptions, ...) (result ListDeviceManagementScriptsCompleteResult, err error)
- func (c DeviceManagementScriptClient) UpdateDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, ...) (result UpdateDeviceManagementScriptOperationResponse, err error)
- type DeviceManagementScriptOperationPredicate
- type GetDeviceManagementScriptOperationOptions
- type GetDeviceManagementScriptOperationResponse
- type GetDeviceManagementScriptsCountOperationOptions
- type GetDeviceManagementScriptsCountOperationResponse
- type HasPayloadLinkResultItemOperationPredicate
- type ListDeviceManagementScriptHasPayloadLinksCompleteResult
- type ListDeviceManagementScriptHasPayloadLinksCustomPager
- type ListDeviceManagementScriptHasPayloadLinksOperationOptions
- type ListDeviceManagementScriptHasPayloadLinksOperationResponse
- type ListDeviceManagementScriptHasPayloadLinksRequest
- type ListDeviceManagementScriptsCompleteResult
- type ListDeviceManagementScriptsCustomPager
- type ListDeviceManagementScriptsOperationOptions
- type ListDeviceManagementScriptsOperationResponse
- type UpdateDeviceManagementScriptOperationOptions
- type UpdateDeviceManagementScriptOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignDeviceManagementScriptOperationOptions ¶
type AssignDeviceManagementScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignDeviceManagementScriptOperationOptions ¶
func DefaultAssignDeviceManagementScriptOperationOptions() AssignDeviceManagementScriptOperationOptions
func (AssignDeviceManagementScriptOperationOptions) ToHeaders ¶
func (o AssignDeviceManagementScriptOperationOptions) ToHeaders() *client.Headers
func (AssignDeviceManagementScriptOperationOptions) ToOData ¶
func (o AssignDeviceManagementScriptOperationOptions) ToOData() *odata.Query
func (AssignDeviceManagementScriptOperationOptions) ToQuery ¶
func (o AssignDeviceManagementScriptOperationOptions) ToQuery() *client.QueryParams
type AssignDeviceManagementScriptRequest ¶
type AssignDeviceManagementScriptRequest struct { DeviceManagementScriptAssignments *[]beta.DeviceManagementScriptAssignment `json:"deviceManagementScriptAssignments,omitempty"` DeviceManagementScriptGroupAssignments *[]beta.DeviceManagementScriptGroupAssignment `json:"deviceManagementScriptGroupAssignments,omitempty"` }
type CreateDeviceManagementScriptOperationOptions ¶
type CreateDeviceManagementScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceManagementScriptOperationOptions ¶
func DefaultCreateDeviceManagementScriptOperationOptions() CreateDeviceManagementScriptOperationOptions
func (CreateDeviceManagementScriptOperationOptions) ToHeaders ¶
func (o CreateDeviceManagementScriptOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceManagementScriptOperationOptions) ToOData ¶
func (o CreateDeviceManagementScriptOperationOptions) ToOData() *odata.Query
func (CreateDeviceManagementScriptOperationOptions) ToQuery ¶
func (o CreateDeviceManagementScriptOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceManagementScriptOperationOptions ¶
type DeleteDeviceManagementScriptOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceManagementScriptOperationOptions ¶
func DefaultDeleteDeviceManagementScriptOperationOptions() DeleteDeviceManagementScriptOperationOptions
func (DeleteDeviceManagementScriptOperationOptions) ToHeaders ¶
func (o DeleteDeviceManagementScriptOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceManagementScriptOperationOptions) ToOData ¶
func (o DeleteDeviceManagementScriptOperationOptions) ToOData() *odata.Query
func (DeleteDeviceManagementScriptOperationOptions) ToQuery ¶
func (o DeleteDeviceManagementScriptOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptClient ¶
func NewDeviceManagementScriptClientWithBaseURI ¶
func NewDeviceManagementScriptClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementScriptClient, error)
func (DeviceManagementScriptClient) AssignDeviceManagementScript ¶
func (c DeviceManagementScriptClient) AssignDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, input AssignDeviceManagementScriptRequest, options AssignDeviceManagementScriptOperationOptions) (result AssignDeviceManagementScriptOperationResponse, err error)
AssignDeviceManagementScript - Invoke action assign
func (DeviceManagementScriptClient) CreateDeviceManagementScript ¶
func (c DeviceManagementScriptClient) CreateDeviceManagementScript(ctx context.Context, input beta.DeviceManagementScript, options CreateDeviceManagementScriptOperationOptions) (result CreateDeviceManagementScriptOperationResponse, err error)
CreateDeviceManagementScript - Create new navigation property to deviceManagementScripts for deviceManagement
func (DeviceManagementScriptClient) DeleteDeviceManagementScript ¶
func (c DeviceManagementScriptClient) DeleteDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options DeleteDeviceManagementScriptOperationOptions) (result DeleteDeviceManagementScriptOperationResponse, err error)
DeleteDeviceManagementScript - Delete navigation property deviceManagementScripts for deviceManagement
func (DeviceManagementScriptClient) GetDeviceManagementScript ¶
func (c DeviceManagementScriptClient) GetDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, options GetDeviceManagementScriptOperationOptions) (result GetDeviceManagementScriptOperationResponse, err error)
GetDeviceManagementScript - Get deviceManagementScripts from deviceManagement. The list of device management scripts associated with the tenant.
func (DeviceManagementScriptClient) GetDeviceManagementScriptsCount ¶
func (c DeviceManagementScriptClient) GetDeviceManagementScriptsCount(ctx context.Context, options GetDeviceManagementScriptsCountOperationOptions) (result GetDeviceManagementScriptsCountOperationResponse, err error)
GetDeviceManagementScriptsCount - Get the number of the resource
func (DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinks ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinks(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, options ListDeviceManagementScriptHasPayloadLinksOperationOptions) (result ListDeviceManagementScriptHasPayloadLinksOperationResponse, err error)
ListDeviceManagementScriptHasPayloadLinks - Invoke action hasPayloadLinks
func (DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksComplete ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksComplete(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, options ListDeviceManagementScriptHasPayloadLinksOperationOptions) (ListDeviceManagementScriptHasPayloadLinksCompleteResult, error)
ListDeviceManagementScriptHasPayloadLinksComplete retrieves all the results into a single object
func (DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksCompleteMatchingPredicate ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScriptHasPayloadLinksCompleteMatchingPredicate(ctx context.Context, input ListDeviceManagementScriptHasPayloadLinksRequest, options ListDeviceManagementScriptHasPayloadLinksOperationOptions, predicate HasPayloadLinkResultItemOperationPredicate) (result ListDeviceManagementScriptHasPayloadLinksCompleteResult, err error)
ListDeviceManagementScriptHasPayloadLinksCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceManagementScriptClient) ListDeviceManagementScripts ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScripts(ctx context.Context, options ListDeviceManagementScriptsOperationOptions) (result ListDeviceManagementScriptsOperationResponse, err error)
ListDeviceManagementScripts - Get deviceManagementScripts from deviceManagement. The list of device management scripts associated with the tenant.
func (DeviceManagementScriptClient) ListDeviceManagementScriptsComplete ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScriptsComplete(ctx context.Context, options ListDeviceManagementScriptsOperationOptions) (ListDeviceManagementScriptsCompleteResult, error)
ListDeviceManagementScriptsComplete retrieves all the results into a single object
func (DeviceManagementScriptClient) ListDeviceManagementScriptsCompleteMatchingPredicate ¶
func (c DeviceManagementScriptClient) ListDeviceManagementScriptsCompleteMatchingPredicate(ctx context.Context, options ListDeviceManagementScriptsOperationOptions, predicate DeviceManagementScriptOperationPredicate) (result ListDeviceManagementScriptsCompleteResult, err error)
ListDeviceManagementScriptsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceManagementScriptClient) UpdateDeviceManagementScript ¶
func (c DeviceManagementScriptClient) UpdateDeviceManagementScript(ctx context.Context, id beta.DeviceManagementDeviceManagementScriptId, input beta.DeviceManagementScript, options UpdateDeviceManagementScriptOperationOptions) (result UpdateDeviceManagementScriptOperationResponse, err error)
UpdateDeviceManagementScript - Update the navigation property deviceManagementScripts in deviceManagement
type DeviceManagementScriptOperationPredicate ¶
type DeviceManagementScriptOperationPredicate struct { }
func (DeviceManagementScriptOperationPredicate) Matches ¶
func (p DeviceManagementScriptOperationPredicate) Matches(input beta.DeviceManagementScript) bool
type GetDeviceManagementScriptOperationOptions ¶
type GetDeviceManagementScriptOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceManagementScriptOperationOptions ¶
func DefaultGetDeviceManagementScriptOperationOptions() GetDeviceManagementScriptOperationOptions
func (GetDeviceManagementScriptOperationOptions) ToHeaders ¶
func (o GetDeviceManagementScriptOperationOptions) ToHeaders() *client.Headers
func (GetDeviceManagementScriptOperationOptions) ToOData ¶
func (o GetDeviceManagementScriptOperationOptions) ToOData() *odata.Query
func (GetDeviceManagementScriptOperationOptions) ToQuery ¶
func (o GetDeviceManagementScriptOperationOptions) ToQuery() *client.QueryParams
type GetDeviceManagementScriptsCountOperationOptions ¶
type GetDeviceManagementScriptsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceManagementScriptsCountOperationOptions ¶
func DefaultGetDeviceManagementScriptsCountOperationOptions() GetDeviceManagementScriptsCountOperationOptions
func (GetDeviceManagementScriptsCountOperationOptions) ToHeaders ¶
func (o GetDeviceManagementScriptsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceManagementScriptsCountOperationOptions) ToOData ¶
func (o GetDeviceManagementScriptsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceManagementScriptsCountOperationOptions) ToQuery ¶
func (o GetDeviceManagementScriptsCountOperationOptions) ToQuery() *client.QueryParams
type HasPayloadLinkResultItemOperationPredicate ¶
type HasPayloadLinkResultItemOperationPredicate struct { }
func (HasPayloadLinkResultItemOperationPredicate) Matches ¶
func (p HasPayloadLinkResultItemOperationPredicate) Matches(input beta.HasPayloadLinkResultItem) bool
type ListDeviceManagementScriptHasPayloadLinksCompleteResult ¶
type ListDeviceManagementScriptHasPayloadLinksCompleteResult struct { LatestHttpResponse *http.Response Items []beta.HasPayloadLinkResultItem }
type ListDeviceManagementScriptHasPayloadLinksCustomPager ¶
type ListDeviceManagementScriptHasPayloadLinksCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceManagementScriptHasPayloadLinksCustomPager) NextPageLink ¶
func (p *ListDeviceManagementScriptHasPayloadLinksCustomPager) NextPageLink() *odata.Link
type ListDeviceManagementScriptHasPayloadLinksOperationOptions ¶
type ListDeviceManagementScriptHasPayloadLinksOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultListDeviceManagementScriptHasPayloadLinksOperationOptions ¶
func DefaultListDeviceManagementScriptHasPayloadLinksOperationOptions() ListDeviceManagementScriptHasPayloadLinksOperationOptions
func (ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToHeaders ¶
func (o ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToHeaders() *client.Headers
func (ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToOData ¶
func (o ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToOData() *odata.Query
func (ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToQuery ¶
func (o ListDeviceManagementScriptHasPayloadLinksOperationOptions) ToQuery() *client.QueryParams
type ListDeviceManagementScriptHasPayloadLinksRequest ¶
type ListDeviceManagementScriptHasPayloadLinksRequest struct {
PayloadIds *[]string `json:"payloadIds,omitempty"`
}
type ListDeviceManagementScriptsCompleteResult ¶
type ListDeviceManagementScriptsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScript }
type ListDeviceManagementScriptsCustomPager ¶
type ListDeviceManagementScriptsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceManagementScriptsCustomPager) NextPageLink ¶
func (p *ListDeviceManagementScriptsCustomPager) NextPageLink() *odata.Link
type ListDeviceManagementScriptsOperationOptions ¶
type ListDeviceManagementScriptsOperationOptions 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 DefaultListDeviceManagementScriptsOperationOptions ¶
func DefaultListDeviceManagementScriptsOperationOptions() ListDeviceManagementScriptsOperationOptions
func (ListDeviceManagementScriptsOperationOptions) ToHeaders ¶
func (o ListDeviceManagementScriptsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceManagementScriptsOperationOptions) ToOData ¶
func (o ListDeviceManagementScriptsOperationOptions) ToOData() *odata.Query
func (ListDeviceManagementScriptsOperationOptions) ToQuery ¶
func (o ListDeviceManagementScriptsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceManagementScriptOperationOptions ¶
type UpdateDeviceManagementScriptOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceManagementScriptOperationOptions ¶
func DefaultUpdateDeviceManagementScriptOperationOptions() UpdateDeviceManagementScriptOperationOptions
func (UpdateDeviceManagementScriptOperationOptions) ToHeaders ¶
func (o UpdateDeviceManagementScriptOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceManagementScriptOperationOptions) ToOData ¶
func (o UpdateDeviceManagementScriptOperationOptions) ToOData() *odata.Query
func (UpdateDeviceManagementScriptOperationOptions) ToQuery ¶
func (o UpdateDeviceManagementScriptOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_assigndevicemanagementscript.go
- method_createdevicemanagementscript.go
- method_deletedevicemanagementscript.go
- method_getdevicemanagementscript.go
- method_getdevicemanagementscriptscount.go
- method_listdevicemanagementscripthaspayloadlinks.go
- method_listdevicemanagementscripts.go
- method_updatedevicemanagementscript.go
- model_assigndevicemanagementscriptrequest.go
- model_listdevicemanagementscripthaspayloadlinksrequest.go
- predicates.go
- version.go