Documentation ¶
Index ¶
- type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
- func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
- func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
- type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse
- type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
- func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
- func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse
- type DeviceCustomAttributeShellScriptGroupAssignmentClient
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) CreateDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, ...) (result CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, ...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) DeleteDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, ...) (result DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, ...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, ...) (result GetDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, ...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignmentsCount(ctx context.Context, ...) (...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignments(ctx context.Context, ...) (result ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationResponse, ...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete(ctx context.Context, ...) (ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult, error)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate(ctx context.Context, ...) (result ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult, ...)
- func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) UpdateDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, ...) (result UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, ...)
- type DeviceManagementScriptGroupAssignmentOperationPredicate
- type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
- type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse
- type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationResponse
- type ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult
- type ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager
- type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions
- func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToHeaders() *client.Headers
- func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToOData() *odata.Query
- func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToQuery() *client.QueryParams
- type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationResponse
- type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
- func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
- func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
- func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
- type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
func DefaultCreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions() CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
func DefaultDeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions() DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeviceCustomAttributeShellScriptGroupAssignmentClient ¶
func NewDeviceCustomAttributeShellScriptGroupAssignmentClientWithBaseURI ¶
func NewDeviceCustomAttributeShellScriptGroupAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptGroupAssignmentClient, error)
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) CreateDeviceCustomAttributeShellScriptGroupAssignment ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) CreateDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, input beta.DeviceManagementScriptGroupAssignment, options CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) (result CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, err error)
CreateDeviceCustomAttributeShellScriptGroupAssignment - Create new navigation property to groupAssignments for deviceManagement
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) DeleteDeviceCustomAttributeShellScriptGroupAssignment ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) DeleteDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptIdGroupAssignmentId, options DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) (result DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, err error)
DeleteDeviceCustomAttributeShellScriptGroupAssignment - Delete navigation property groupAssignments for deviceManagement
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignment ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptIdGroupAssignmentId, options GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) (result GetDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, err error)
GetDeviceCustomAttributeShellScriptGroupAssignment - Get groupAssignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignmentsCount ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignmentsCount(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) (result GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationResponse, err error)
GetDeviceCustomAttributeShellScriptGroupAssignmentsCount - Get the number of the resource
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignments ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignments(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) (result ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationResponse, err error)
ListDeviceCustomAttributeShellScriptGroupAssignments - Get groupAssignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) (ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult, error)
ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete retrieves all the results into a single object
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptId, options ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions, predicate DeviceManagementScriptGroupAssignmentOperationPredicate) (result ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult, err error)
ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceCustomAttributeShellScriptGroupAssignmentClient) UpdateDeviceCustomAttributeShellScriptGroupAssignment ¶
func (c DeviceCustomAttributeShellScriptGroupAssignmentClient) UpdateDeviceCustomAttributeShellScriptGroupAssignment(ctx context.Context, id beta.DeviceManagementDeviceCustomAttributeShellScriptIdGroupAssignmentId, input beta.DeviceManagementScriptGroupAssignment, options UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) (result UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse, err error)
UpdateDeviceCustomAttributeShellScriptGroupAssignment - Update the navigation property groupAssignments in deviceManagement
type DeviceManagementScriptGroupAssignmentOperationPredicate ¶
type DeviceManagementScriptGroupAssignmentOperationPredicate struct { }
func (DeviceManagementScriptGroupAssignmentOperationPredicate) Matches ¶
func (p DeviceManagementScriptGroupAssignmentOperationPredicate) Matches(input beta.DeviceManagementScriptGroupAssignment) bool
type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
func DefaultGetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions() GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions ¶
type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions ¶
func DefaultGetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions() GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions
func (GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToOData ¶
func (o GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToOData() *odata.Query
type ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult ¶
type ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptGroupAssignment }
type ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager ¶
type ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager) NextPageLink ¶
func (p *ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager) NextPageLink() *odata.Link
type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions ¶
type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions 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 DefaultListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions ¶
func DefaultListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions() ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions
func (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToHeaders ¶
func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToOData ¶
func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToOData() *odata.Query
func (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToQuery ¶
func (o ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions ¶
func DefaultUpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions() UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions
func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders ¶
func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData ¶
func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery ¶
func (o UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createdevicecustomattributeshellscriptgroupassignment.go
- method_deletedevicecustomattributeshellscriptgroupassignment.go
- method_getdevicecustomattributeshellscriptgroupassignment.go
- method_getdevicecustomattributeshellscriptgroupassignmentscount.go
- method_listdevicecustomattributeshellscriptgroupassignments.go
- method_updatedevicecustomattributeshellscriptgroupassignment.go
- predicates.go
- version.go