devicecustomattributeshellscriptassignment

package
v0.20241017.1093842 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeviceCustomAttributeShellScriptAssignmentOperationOptions

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

func (CreateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToHeaders

func (CreateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToOData

func (CreateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToQuery

type CreateDeviceCustomAttributeShellScriptAssignmentOperationResponse

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

type DeleteDeviceCustomAttributeShellScriptAssignmentOperationOptions

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

func (DeleteDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToHeaders

func (DeleteDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToOData

func (DeleteDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToQuery

type DeleteDeviceCustomAttributeShellScriptAssignmentOperationResponse

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

type DeviceCustomAttributeShellScriptAssignmentClient

type DeviceCustomAttributeShellScriptAssignmentClient struct {
	Client *msgraph.Client
}

func NewDeviceCustomAttributeShellScriptAssignmentClientWithBaseURI

func NewDeviceCustomAttributeShellScriptAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptAssignmentClient, error)

func (DeviceCustomAttributeShellScriptAssignmentClient) CreateDeviceCustomAttributeShellScriptAssignment

CreateDeviceCustomAttributeShellScriptAssignment - Create new navigation property to assignments for deviceManagement

func (DeviceCustomAttributeShellScriptAssignmentClient) DeleteDeviceCustomAttributeShellScriptAssignment

DeleteDeviceCustomAttributeShellScriptAssignment - Delete navigation property assignments for deviceManagement

func (DeviceCustomAttributeShellScriptAssignmentClient) GetDeviceCustomAttributeShellScriptAssignment

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

func (DeviceCustomAttributeShellScriptAssignmentClient) GetDeviceCustomAttributeShellScriptAssignmentsCount

GetDeviceCustomAttributeShellScriptAssignmentsCount - Get the number of the resource

func (DeviceCustomAttributeShellScriptAssignmentClient) ListDeviceCustomAttributeShellScriptAssignments

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

func (DeviceCustomAttributeShellScriptAssignmentClient) ListDeviceCustomAttributeShellScriptAssignmentsComplete

ListDeviceCustomAttributeShellScriptAssignmentsComplete retrieves all the results into a single object

func (DeviceCustomAttributeShellScriptAssignmentClient) ListDeviceCustomAttributeShellScriptAssignmentsCompleteMatchingPredicate

ListDeviceCustomAttributeShellScriptAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceCustomAttributeShellScriptAssignmentClient) UpdateDeviceCustomAttributeShellScriptAssignment

UpdateDeviceCustomAttributeShellScriptAssignment - Update the navigation property assignments in deviceManagement

type DeviceManagementScriptAssignmentOperationPredicate

type DeviceManagementScriptAssignmentOperationPredicate struct {
}

func (DeviceManagementScriptAssignmentOperationPredicate) Matches

type GetDeviceCustomAttributeShellScriptAssignmentOperationOptions

type GetDeviceCustomAttributeShellScriptAssignmentOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptAssignmentOperationResponse

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

type GetDeviceCustomAttributeShellScriptAssignmentsCountOperationOptions

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

func (GetDeviceCustomAttributeShellScriptAssignmentsCountOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptAssignmentsCountOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptAssignmentsCountOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptAssignmentsCountOperationResponse

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

type ListDeviceCustomAttributeShellScriptAssignmentsCompleteResult

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

type ListDeviceCustomAttributeShellScriptAssignmentsCustomPager

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

type ListDeviceCustomAttributeShellScriptAssignmentsOperationOptions

type ListDeviceCustomAttributeShellScriptAssignmentsOperationOptions 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 (ListDeviceCustomAttributeShellScriptAssignmentsOperationOptions) ToHeaders

func (ListDeviceCustomAttributeShellScriptAssignmentsOperationOptions) ToOData

func (ListDeviceCustomAttributeShellScriptAssignmentsOperationOptions) ToQuery

type ListDeviceCustomAttributeShellScriptAssignmentsOperationResponse

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

type UpdateDeviceCustomAttributeShellScriptAssignmentOperationOptions

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

func (UpdateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToHeaders

func (UpdateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToOData

func (UpdateDeviceCustomAttributeShellScriptAssignmentOperationOptions) ToQuery

type UpdateDeviceCustomAttributeShellScriptAssignmentOperationResponse

type UpdateDeviceCustomAttributeShellScriptAssignmentOperationResponse 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