deviceshellscriptassignment

package
v0.20241126.2320 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

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 (CreateDeviceShellScriptAssignmentOperationOptions) ToOData

func (CreateDeviceShellScriptAssignmentOperationOptions) ToQuery

type CreateDeviceShellScriptAssignmentOperationResponse

type CreateDeviceShellScriptAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptAssignment
}

type DeleteDeviceShellScriptAssignmentOperationOptions

type DeleteDeviceShellScriptAssignmentOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDeviceShellScriptAssignmentOperationOptions

func DefaultDeleteDeviceShellScriptAssignmentOperationOptions() DeleteDeviceShellScriptAssignmentOperationOptions

func (DeleteDeviceShellScriptAssignmentOperationOptions) ToHeaders

func (DeleteDeviceShellScriptAssignmentOperationOptions) ToOData

func (DeleteDeviceShellScriptAssignmentOperationOptions) ToQuery

type DeleteDeviceShellScriptAssignmentOperationResponse

type DeleteDeviceShellScriptAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceManagementScriptAssignmentOperationPredicate

type DeviceManagementScriptAssignmentOperationPredicate struct {
}

func (DeviceManagementScriptAssignmentOperationPredicate) Matches

type DeviceShellScriptAssignmentClient

type DeviceShellScriptAssignmentClient struct {
	Client *msgraph.Client
}

func NewDeviceShellScriptAssignmentClientWithBaseURI

func NewDeviceShellScriptAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptAssignmentClient, error)

func (DeviceShellScriptAssignmentClient) CreateDeviceShellScriptAssignment

CreateDeviceShellScriptAssignment - Create new navigation property to assignments for deviceManagement

func (DeviceShellScriptAssignmentClient) DeleteDeviceShellScriptAssignment

DeleteDeviceShellScriptAssignment - Delete navigation property assignments for deviceManagement

func (DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignment

GetDeviceShellScriptAssignment - Get assignments from deviceManagement. The list of group assignments for the device management script.

func (DeviceShellScriptAssignmentClient) GetDeviceShellScriptAssignmentsCount

GetDeviceShellScriptAssignmentsCount - Get the number of the resource

func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignments

ListDeviceShellScriptAssignments - Get assignments from deviceManagement. The list of group assignments for the device management script.

func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsComplete

ListDeviceShellScriptAssignmentsComplete retrieves all the results into a single object

func (DeviceShellScriptAssignmentClient) ListDeviceShellScriptAssignmentsCompleteMatchingPredicate

ListDeviceShellScriptAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceShellScriptAssignmentClient) UpdateDeviceShellScriptAssignment

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 (GetDeviceShellScriptAssignmentOperationOptions) ToOData

func (GetDeviceShellScriptAssignmentOperationOptions) ToQuery

type GetDeviceShellScriptAssignmentOperationResponse

type GetDeviceShellScriptAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptAssignment
}

type GetDeviceShellScriptAssignmentsCountOperationOptions

type GetDeviceShellScriptAssignmentsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDeviceShellScriptAssignmentsCountOperationOptions

func DefaultGetDeviceShellScriptAssignmentsCountOperationOptions() GetDeviceShellScriptAssignmentsCountOperationOptions

func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToHeaders

func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToOData

func (GetDeviceShellScriptAssignmentsCountOperationOptions) ToQuery

type GetDeviceShellScriptAssignmentsCountOperationResponse

type GetDeviceShellScriptAssignmentsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDeviceShellScriptAssignmentsCompleteResult

type ListDeviceShellScriptAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementScriptAssignment
}

type ListDeviceShellScriptAssignmentsCustomPager

type ListDeviceShellScriptAssignmentsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

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 (ListDeviceShellScriptAssignmentsOperationOptions) ToOData

func (ListDeviceShellScriptAssignmentsOperationOptions) ToQuery

type ListDeviceShellScriptAssignmentsOperationResponse

type ListDeviceShellScriptAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementScriptAssignment
}

type UpdateDeviceShellScriptAssignmentOperationOptions

type UpdateDeviceShellScriptAssignmentOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDeviceShellScriptAssignmentOperationOptions

func DefaultUpdateDeviceShellScriptAssignmentOperationOptions() UpdateDeviceShellScriptAssignmentOperationOptions

func (UpdateDeviceShellScriptAssignmentOperationOptions) ToHeaders

func (UpdateDeviceShellScriptAssignmentOperationOptions) ToOData

func (UpdateDeviceShellScriptAssignmentOperationOptions) ToQuery

type UpdateDeviceShellScriptAssignmentOperationResponse

type UpdateDeviceShellScriptAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL