devicecustomattributeshellscriptgroupassignment

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions

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

func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders

func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData

func (CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery

type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse

type CreateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptGroupAssignment
}

type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions

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

func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders

func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData

func (DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery

type DeleteDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse

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

type DeviceCustomAttributeShellScriptGroupAssignmentClient

type DeviceCustomAttributeShellScriptGroupAssignmentClient struct {
	Client *msgraph.Client
}

func NewDeviceCustomAttributeShellScriptGroupAssignmentClientWithBaseURI

func NewDeviceCustomAttributeShellScriptGroupAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCustomAttributeShellScriptGroupAssignmentClient, error)

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) CreateDeviceCustomAttributeShellScriptGroupAssignment

CreateDeviceCustomAttributeShellScriptGroupAssignment - Create new navigation property to groupAssignments for deviceManagement

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) DeleteDeviceCustomAttributeShellScriptGroupAssignment

DeleteDeviceCustomAttributeShellScriptGroupAssignment - Delete navigation property groupAssignments for deviceManagement

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignment

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

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) GetDeviceCustomAttributeShellScriptGroupAssignmentsCount

GetDeviceCustomAttributeShellScriptGroupAssignmentsCount - Get the number of the resource

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignments

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

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete

ListDeviceCustomAttributeShellScriptGroupAssignmentsComplete retrieves all the results into a single object

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate

ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceCustomAttributeShellScriptGroupAssignmentClient) UpdateDeviceCustomAttributeShellScriptGroupAssignment

UpdateDeviceCustomAttributeShellScriptGroupAssignment - Update the navigation property groupAssignments in deviceManagement

type DeviceManagementScriptGroupAssignmentOperationPredicate

type DeviceManagementScriptGroupAssignmentOperationPredicate struct {
}

func (DeviceManagementScriptGroupAssignmentOperationPredicate) Matches

type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions

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

func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse

type GetDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.DeviceManagementScriptGroupAssignment
}

type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions

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

func (GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToHeaders

func (GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToOData

func (GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationOptions) ToQuery

type GetDeviceCustomAttributeShellScriptGroupAssignmentsCountOperationResponse

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

type ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult

type ListDeviceCustomAttributeShellScriptGroupAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementScriptGroupAssignment
}

type ListDeviceCustomAttributeShellScriptGroupAssignmentsCustomPager

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

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 (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToHeaders

func (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToOData

func (ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationOptions) ToQuery

type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationResponse

type ListDeviceCustomAttributeShellScriptGroupAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementScriptGroupAssignment
}

type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions

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

func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToHeaders

func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToOData

func (UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationOptions) ToQuery

type UpdateDeviceCustomAttributeShellScriptGroupAssignmentOperationResponse

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