Documentation ¶
Index ¶
- type CreateDeviceShellScriptGroupAssignmentOperationOptions
- type CreateDeviceShellScriptGroupAssignmentOperationResponse
- type DeleteDeviceShellScriptGroupAssignmentOperationOptions
- type DeleteDeviceShellScriptGroupAssignmentOperationResponse
- type DeviceManagementScriptGroupAssignmentOperationPredicate
- type DeviceShellScriptGroupAssignmentClient
- func (c DeviceShellScriptGroupAssignmentClient) CreateDeviceShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result CreateDeviceShellScriptGroupAssignmentOperationResponse, err error)
- func (c DeviceShellScriptGroupAssignmentClient) DeleteDeviceShellScriptGroupAssignment(ctx context.Context, ...) (result DeleteDeviceShellScriptGroupAssignmentOperationResponse, err error)
- func (c DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignment(ctx context.Context, ...) (result GetDeviceShellScriptGroupAssignmentOperationResponse, err error)
- func (c DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignmentsCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result GetDeviceShellScriptGroupAssignmentsCountOperationResponse, err error)
- func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignments(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptGroupAssignmentsOperationResponse, err error)
- func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (ListDeviceShellScriptGroupAssignmentsCompleteResult, error)
- func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptGroupAssignmentsCompleteResult, err error)
- func (c DeviceShellScriptGroupAssignmentClient) UpdateDeviceShellScriptGroupAssignment(ctx context.Context, ...) (result UpdateDeviceShellScriptGroupAssignmentOperationResponse, err error)
- type GetDeviceShellScriptGroupAssignmentOperationOptions
- type GetDeviceShellScriptGroupAssignmentOperationResponse
- type GetDeviceShellScriptGroupAssignmentsCountOperationOptions
- type GetDeviceShellScriptGroupAssignmentsCountOperationResponse
- type ListDeviceShellScriptGroupAssignmentsCompleteResult
- type ListDeviceShellScriptGroupAssignmentsCustomPager
- type ListDeviceShellScriptGroupAssignmentsOperationOptions
- type ListDeviceShellScriptGroupAssignmentsOperationResponse
- type UpdateDeviceShellScriptGroupAssignmentOperationOptions
- type UpdateDeviceShellScriptGroupAssignmentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceShellScriptGroupAssignmentOperationOptions ¶
type CreateDeviceShellScriptGroupAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceShellScriptGroupAssignmentOperationOptions ¶
func DefaultCreateDeviceShellScriptGroupAssignmentOperationOptions() CreateDeviceShellScriptGroupAssignmentOperationOptions
func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o CreateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o CreateDeviceShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o CreateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceShellScriptGroupAssignmentOperationOptions ¶
type DeleteDeviceShellScriptGroupAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceShellScriptGroupAssignmentOperationOptions ¶
func DefaultDeleteDeviceShellScriptGroupAssignmentOperationOptions() DeleteDeviceShellScriptGroupAssignmentOperationOptions
func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptGroupAssignmentOperationPredicate ¶
type DeviceManagementScriptGroupAssignmentOperationPredicate struct { }
func (DeviceManagementScriptGroupAssignmentOperationPredicate) Matches ¶
func (p DeviceManagementScriptGroupAssignmentOperationPredicate) Matches(input beta.DeviceManagementScriptGroupAssignment) bool
type DeviceShellScriptGroupAssignmentClient ¶
func NewDeviceShellScriptGroupAssignmentClientWithBaseURI ¶
func NewDeviceShellScriptGroupAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptGroupAssignmentClient, error)
func (DeviceShellScriptGroupAssignmentClient) CreateDeviceShellScriptGroupAssignment ¶
func (c DeviceShellScriptGroupAssignmentClient) CreateDeviceShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input beta.DeviceManagementScriptGroupAssignment, options CreateDeviceShellScriptGroupAssignmentOperationOptions) (result CreateDeviceShellScriptGroupAssignmentOperationResponse, err error)
CreateDeviceShellScriptGroupAssignment - Create new navigation property to groupAssignments for deviceManagement
func (DeviceShellScriptGroupAssignmentClient) DeleteDeviceShellScriptGroupAssignment ¶
func (c DeviceShellScriptGroupAssignmentClient) DeleteDeviceShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdGroupAssignmentId, options DeleteDeviceShellScriptGroupAssignmentOperationOptions) (result DeleteDeviceShellScriptGroupAssignmentOperationResponse, err error)
DeleteDeviceShellScriptGroupAssignment - Delete navigation property groupAssignments for deviceManagement
func (DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignment ¶
func (c DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdGroupAssignmentId, options GetDeviceShellScriptGroupAssignmentOperationOptions) (result GetDeviceShellScriptGroupAssignmentOperationResponse, err error)
GetDeviceShellScriptGroupAssignment - Get groupAssignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignmentsCount ¶
func (c DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignmentsCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options GetDeviceShellScriptGroupAssignmentsCountOperationOptions) (result GetDeviceShellScriptGroupAssignmentsCountOperationResponse, err error)
GetDeviceShellScriptGroupAssignmentsCount - Get the number of the resource
func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignments ¶
func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignments(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptGroupAssignmentsOperationOptions) (result ListDeviceShellScriptGroupAssignmentsOperationResponse, err error)
ListDeviceShellScriptGroupAssignments - Get groupAssignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsComplete ¶
func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptGroupAssignmentsOperationOptions) (ListDeviceShellScriptGroupAssignmentsCompleteResult, error)
ListDeviceShellScriptGroupAssignmentsComplete retrieves all the results into a single object
func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate ¶
func (c DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptGroupAssignmentsOperationOptions, predicate DeviceManagementScriptGroupAssignmentOperationPredicate) (result ListDeviceShellScriptGroupAssignmentsCompleteResult, err error)
ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceShellScriptGroupAssignmentClient) UpdateDeviceShellScriptGroupAssignment ¶
func (c DeviceShellScriptGroupAssignmentClient) UpdateDeviceShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdGroupAssignmentId, input beta.DeviceManagementScriptGroupAssignment, options UpdateDeviceShellScriptGroupAssignmentOperationOptions) (result UpdateDeviceShellScriptGroupAssignmentOperationResponse, err error)
UpdateDeviceShellScriptGroupAssignment - Update the navigation property groupAssignments in deviceManagement
type GetDeviceShellScriptGroupAssignmentOperationOptions ¶
type GetDeviceShellScriptGroupAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceShellScriptGroupAssignmentOperationOptions ¶
func DefaultGetDeviceShellScriptGroupAssignmentOperationOptions() GetDeviceShellScriptGroupAssignmentOperationOptions
func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o GetDeviceShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetDeviceShellScriptGroupAssignmentsCountOperationOptions ¶
type GetDeviceShellScriptGroupAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceShellScriptGroupAssignmentsCountOperationOptions ¶
func DefaultGetDeviceShellScriptGroupAssignmentsCountOperationOptions() GetDeviceShellScriptGroupAssignmentsCountOperationOptions
func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToOData ¶
func (o GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceShellScriptGroupAssignmentsCompleteResult ¶
type ListDeviceShellScriptGroupAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptGroupAssignment }
type ListDeviceShellScriptGroupAssignmentsCustomPager ¶
type ListDeviceShellScriptGroupAssignmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceShellScriptGroupAssignmentsCustomPager) NextPageLink ¶
func (p *ListDeviceShellScriptGroupAssignmentsCustomPager) NextPageLink() *odata.Link
type ListDeviceShellScriptGroupAssignmentsOperationOptions ¶
type ListDeviceShellScriptGroupAssignmentsOperationOptions 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 DefaultListDeviceShellScriptGroupAssignmentsOperationOptions ¶
func DefaultListDeviceShellScriptGroupAssignmentsOperationOptions() ListDeviceShellScriptGroupAssignmentsOperationOptions
func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToHeaders ¶
func (o ListDeviceShellScriptGroupAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToOData ¶
func (o ListDeviceShellScriptGroupAssignmentsOperationOptions) ToOData() *odata.Query
func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToQuery ¶
func (o ListDeviceShellScriptGroupAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceShellScriptGroupAssignmentOperationOptions ¶
type UpdateDeviceShellScriptGroupAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceShellScriptGroupAssignmentOperationOptions ¶
func DefaultUpdateDeviceShellScriptGroupAssignmentOperationOptions() UpdateDeviceShellScriptGroupAssignmentOperationOptions
func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdeviceshellscriptgroupassignment.go
- method_deletedeviceshellscriptgroupassignment.go
- method_getdeviceshellscriptgroupassignment.go
- method_getdeviceshellscriptgroupassignmentscount.go
- method_listdeviceshellscriptgroupassignments.go
- method_updatedeviceshellscriptgroupassignment.go
- predicates.go
- version.go