Documentation ¶
Index ¶
- type CreateDeviceShellScriptAssignmentOperationOptions
- type CreateDeviceShellScriptAssignmentOperationResponse
- type DeleteDeviceShellScriptAssignmentOperationOptions
- type DeleteDeviceShellScriptAssignmentOperationResponse
- type DeviceManagementScriptAssignmentOperationPredicate
- type DeviceShellScriptAssignmentClient
- func (c DeviceShellScriptAssignmentClient) CreateDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result CreateDeviceShellScriptAssignmentOperationResponse, err error)
- func (c DeviceShellScriptAssignmentClient) DeleteDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, ...) (result DeleteDeviceShellScriptAssignmentOperationResponse, err error)
- func (c DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, ...) (result GetDeviceShellScriptAssignmentOperationResponse, err error)
- func (c DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignmentsCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result GetDeviceShellScriptAssignmentsCountOperationResponse, err error)
- func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignments(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptAssignmentsOperationResponse, err error)
- func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (ListDeviceShellScriptAssignmentsCompleteResult, error)
- func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, ...) (result ListDeviceShellScriptAssignmentsCompleteResult, err error)
- func (c DeviceShellScriptAssignmentClient) UpdateDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, ...) (result UpdateDeviceShellScriptAssignmentOperationResponse, err error)
- type GetDeviceShellScriptAssignmentOperationOptions
- type GetDeviceShellScriptAssignmentOperationResponse
- type GetDeviceShellScriptAssignmentsCountOperationOptions
- type GetDeviceShellScriptAssignmentsCountOperationResponse
- type ListDeviceShellScriptAssignmentsCompleteResult
- type ListDeviceShellScriptAssignmentsCustomPager
- type ListDeviceShellScriptAssignmentsOperationOptions
- type ListDeviceShellScriptAssignmentsOperationResponse
- type UpdateDeviceShellScriptAssignmentOperationOptions
- type UpdateDeviceShellScriptAssignmentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceShellScriptAssignmentOperationOptions ¶
type CreateDeviceShellScriptAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceShellScriptAssignmentOperationOptions ¶
func DefaultCreateDeviceShellScriptAssignmentOperationOptions() CreateDeviceShellScriptAssignmentOperationOptions
func (CreateDeviceShellScriptAssignmentOperationOptions) ToHeaders ¶
func (o CreateDeviceShellScriptAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceShellScriptAssignmentOperationOptions) ToOData ¶
func (o CreateDeviceShellScriptAssignmentOperationOptions) ToOData() *odata.Query
func (CreateDeviceShellScriptAssignmentOperationOptions) ToQuery ¶
func (o CreateDeviceShellScriptAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceShellScriptAssignmentOperationOptions ¶
type DeleteDeviceShellScriptAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceShellScriptAssignmentOperationOptions ¶
func DefaultDeleteDeviceShellScriptAssignmentOperationOptions() DeleteDeviceShellScriptAssignmentOperationOptions
func (DeleteDeviceShellScriptAssignmentOperationOptions) ToHeaders ¶
func (o DeleteDeviceShellScriptAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceShellScriptAssignmentOperationOptions) ToOData ¶
func (o DeleteDeviceShellScriptAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteDeviceShellScriptAssignmentOperationOptions) ToQuery ¶
func (o DeleteDeviceShellScriptAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementScriptAssignmentOperationPredicate ¶
type DeviceManagementScriptAssignmentOperationPredicate struct { }
func (DeviceManagementScriptAssignmentOperationPredicate) Matches ¶
func (p DeviceManagementScriptAssignmentOperationPredicate) Matches(input beta.DeviceManagementScriptAssignment) bool
type DeviceShellScriptAssignmentClient ¶
func NewDeviceShellScriptAssignmentClientWithBaseURI ¶
func NewDeviceShellScriptAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptAssignmentClient, error)
func (DeviceShellScriptAssignmentClient) CreateDeviceShellScriptAssignment ¶
func (c DeviceShellScriptAssignmentClient) CreateDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, input beta.DeviceManagementScriptAssignment, options CreateDeviceShellScriptAssignmentOperationOptions) (result CreateDeviceShellScriptAssignmentOperationResponse, err error)
CreateDeviceShellScriptAssignment - Create new navigation property to assignments for deviceManagement
func (DeviceShellScriptAssignmentClient) DeleteDeviceShellScriptAssignment ¶
func (c DeviceShellScriptAssignmentClient) DeleteDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, options DeleteDeviceShellScriptAssignmentOperationOptions) (result DeleteDeviceShellScriptAssignmentOperationResponse, err error)
DeleteDeviceShellScriptAssignment - Delete navigation property assignments for deviceManagement
func (DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignment ¶
func (c DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, options GetDeviceShellScriptAssignmentOperationOptions) (result GetDeviceShellScriptAssignmentOperationResponse, err error)
GetDeviceShellScriptAssignment - Get assignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignmentsCount ¶
func (c DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignmentsCount(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options GetDeviceShellScriptAssignmentsCountOperationOptions) (result GetDeviceShellScriptAssignmentsCountOperationResponse, err error)
GetDeviceShellScriptAssignmentsCount - Get the number of the resource
func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignments ¶
func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignments(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptAssignmentsOperationOptions) (result ListDeviceShellScriptAssignmentsOperationResponse, err error)
ListDeviceShellScriptAssignments - Get assignments from deviceManagement. The list of group assignments for the device management script.
func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsComplete ¶
func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsComplete(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptAssignmentsOperationOptions) (ListDeviceShellScriptAssignmentsCompleteResult, error)
ListDeviceShellScriptAssignmentsComplete retrieves all the results into a single object
func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsCompleteMatchingPredicate ¶
func (c DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementDeviceShellScriptId, options ListDeviceShellScriptAssignmentsOperationOptions, predicate DeviceManagementScriptAssignmentOperationPredicate) (result ListDeviceShellScriptAssignmentsCompleteResult, err error)
ListDeviceShellScriptAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceShellScriptAssignmentClient) UpdateDeviceShellScriptAssignment ¶
func (c DeviceShellScriptAssignmentClient) UpdateDeviceShellScriptAssignment(ctx context.Context, id beta.DeviceManagementDeviceShellScriptIdAssignmentId, input beta.DeviceManagementScriptAssignment, options UpdateDeviceShellScriptAssignmentOperationOptions) (result UpdateDeviceShellScriptAssignmentOperationResponse, err error)
UpdateDeviceShellScriptAssignment - Update the navigation property assignments in deviceManagement
type GetDeviceShellScriptAssignmentOperationOptions ¶
type GetDeviceShellScriptAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceShellScriptAssignmentOperationOptions ¶
func DefaultGetDeviceShellScriptAssignmentOperationOptions() GetDeviceShellScriptAssignmentOperationOptions
func (GetDeviceShellScriptAssignmentOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptAssignmentOperationOptions) ToOData ¶
func (o GetDeviceShellScriptAssignmentOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptAssignmentOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetDeviceShellScriptAssignmentsCountOperationOptions ¶
type GetDeviceShellScriptAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceShellScriptAssignmentsCountOperationOptions ¶
func DefaultGetDeviceShellScriptAssignmentsCountOperationOptions() GetDeviceShellScriptAssignmentsCountOperationOptions
func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetDeviceShellScriptAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToOData ¶
func (o GetDeviceShellScriptAssignmentsCountOperationOptions) ToOData() *odata.Query
func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToQuery ¶
func (o GetDeviceShellScriptAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceShellScriptAssignmentsCompleteResult ¶
type ListDeviceShellScriptAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementScriptAssignment }
type ListDeviceShellScriptAssignmentsCustomPager ¶
type ListDeviceShellScriptAssignmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceShellScriptAssignmentsCustomPager) NextPageLink ¶
func (p *ListDeviceShellScriptAssignmentsCustomPager) NextPageLink() *odata.Link
type ListDeviceShellScriptAssignmentsOperationOptions ¶
type ListDeviceShellScriptAssignmentsOperationOptions 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 DefaultListDeviceShellScriptAssignmentsOperationOptions ¶
func DefaultListDeviceShellScriptAssignmentsOperationOptions() ListDeviceShellScriptAssignmentsOperationOptions
func (ListDeviceShellScriptAssignmentsOperationOptions) ToHeaders ¶
func (o ListDeviceShellScriptAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceShellScriptAssignmentsOperationOptions) ToOData ¶
func (o ListDeviceShellScriptAssignmentsOperationOptions) ToOData() *odata.Query
func (ListDeviceShellScriptAssignmentsOperationOptions) ToQuery ¶
func (o ListDeviceShellScriptAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceShellScriptAssignmentOperationOptions ¶
type UpdateDeviceShellScriptAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceShellScriptAssignmentOperationOptions ¶
func DefaultUpdateDeviceShellScriptAssignmentOperationOptions() UpdateDeviceShellScriptAssignmentOperationOptions
func (UpdateDeviceShellScriptAssignmentOperationOptions) ToHeaders ¶
func (o UpdateDeviceShellScriptAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceShellScriptAssignmentOperationOptions) ToOData ¶
func (o UpdateDeviceShellScriptAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateDeviceShellScriptAssignmentOperationOptions) ToQuery ¶
func (o UpdateDeviceShellScriptAssignmentOperationOptions) ToQuery() *client.QueryParams