deviceshellscriptgroupassignment

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 CreateDeviceShellScriptGroupAssignmentOperationOptions

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

func DefaultCreateDeviceShellScriptGroupAssignmentOperationOptions

func DefaultCreateDeviceShellScriptGroupAssignmentOperationOptions() CreateDeviceShellScriptGroupAssignmentOperationOptions

func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders

func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToOData

func (CreateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery

type CreateDeviceShellScriptGroupAssignmentOperationResponse

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

type DeleteDeviceShellScriptGroupAssignmentOperationOptions

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

func DefaultDeleteDeviceShellScriptGroupAssignmentOperationOptions

func DefaultDeleteDeviceShellScriptGroupAssignmentOperationOptions() DeleteDeviceShellScriptGroupAssignmentOperationOptions

func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders

func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToOData

func (DeleteDeviceShellScriptGroupAssignmentOperationOptions) ToQuery

type DeleteDeviceShellScriptGroupAssignmentOperationResponse

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

type DeviceManagementScriptGroupAssignmentOperationPredicate

type DeviceManagementScriptGroupAssignmentOperationPredicate struct {
}

func (DeviceManagementScriptGroupAssignmentOperationPredicate) Matches

type DeviceShellScriptGroupAssignmentClient

type DeviceShellScriptGroupAssignmentClient struct {
	Client *msgraph.Client
}

func NewDeviceShellScriptGroupAssignmentClientWithBaseURI

func NewDeviceShellScriptGroupAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceShellScriptGroupAssignmentClient, error)

func (DeviceShellScriptGroupAssignmentClient) CreateDeviceShellScriptGroupAssignment

CreateDeviceShellScriptGroupAssignment - Create new navigation property to groupAssignments for deviceManagement

func (DeviceShellScriptGroupAssignmentClient) DeleteDeviceShellScriptGroupAssignment

DeleteDeviceShellScriptGroupAssignment - Delete navigation property groupAssignments for deviceManagement

func (DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignment

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

func (DeviceShellScriptGroupAssignmentClient) GetDeviceShellScriptGroupAssignmentsCount

GetDeviceShellScriptGroupAssignmentsCount - Get the number of the resource

func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignments

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

func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsComplete

ListDeviceShellScriptGroupAssignmentsComplete retrieves all the results into a single object

func (DeviceShellScriptGroupAssignmentClient) ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate

ListDeviceShellScriptGroupAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceShellScriptGroupAssignmentClient) UpdateDeviceShellScriptGroupAssignment

UpdateDeviceShellScriptGroupAssignment - Update the navigation property groupAssignments in deviceManagement

type GetDeviceShellScriptGroupAssignmentOperationOptions

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

func DefaultGetDeviceShellScriptGroupAssignmentOperationOptions

func DefaultGetDeviceShellScriptGroupAssignmentOperationOptions() GetDeviceShellScriptGroupAssignmentOperationOptions

func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders

func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToOData

func (GetDeviceShellScriptGroupAssignmentOperationOptions) ToQuery

type GetDeviceShellScriptGroupAssignmentOperationResponse

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

type GetDeviceShellScriptGroupAssignmentsCountOperationOptions

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

func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToHeaders

func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToOData

func (GetDeviceShellScriptGroupAssignmentsCountOperationOptions) ToQuery

type GetDeviceShellScriptGroupAssignmentsCountOperationResponse

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

type ListDeviceShellScriptGroupAssignmentsCompleteResult

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

type ListDeviceShellScriptGroupAssignmentsCustomPager

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

type ListDeviceShellScriptGroupAssignmentsOperationOptions

type ListDeviceShellScriptGroupAssignmentsOperationOptions 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 DefaultListDeviceShellScriptGroupAssignmentsOperationOptions

func DefaultListDeviceShellScriptGroupAssignmentsOperationOptions() ListDeviceShellScriptGroupAssignmentsOperationOptions

func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToHeaders

func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToOData

func (ListDeviceShellScriptGroupAssignmentsOperationOptions) ToQuery

type ListDeviceShellScriptGroupAssignmentsOperationResponse

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

type UpdateDeviceShellScriptGroupAssignmentOperationOptions

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

func DefaultUpdateDeviceShellScriptGroupAssignmentOperationOptions

func DefaultUpdateDeviceShellScriptGroupAssignmentOperationOptions() UpdateDeviceShellScriptGroupAssignmentOperationOptions

func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToHeaders

func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToOData

func (UpdateDeviceShellScriptGroupAssignmentOperationOptions) ToQuery

type UpdateDeviceShellScriptGroupAssignmentOperationResponse

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