intunebrandingprofileassignment

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 CreateIntuneBrandingProfileAssignmentOperationOptions

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

func DefaultCreateIntuneBrandingProfileAssignmentOperationOptions

func DefaultCreateIntuneBrandingProfileAssignmentOperationOptions() CreateIntuneBrandingProfileAssignmentOperationOptions

func (CreateIntuneBrandingProfileAssignmentOperationOptions) ToHeaders

func (CreateIntuneBrandingProfileAssignmentOperationOptions) ToOData

func (CreateIntuneBrandingProfileAssignmentOperationOptions) ToQuery

type CreateIntuneBrandingProfileAssignmentOperationResponse

type CreateIntuneBrandingProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IntuneBrandingProfileAssignment
}

type DeleteIntuneBrandingProfileAssignmentOperationOptions

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

func DefaultDeleteIntuneBrandingProfileAssignmentOperationOptions

func DefaultDeleteIntuneBrandingProfileAssignmentOperationOptions() DeleteIntuneBrandingProfileAssignmentOperationOptions

func (DeleteIntuneBrandingProfileAssignmentOperationOptions) ToHeaders

func (DeleteIntuneBrandingProfileAssignmentOperationOptions) ToOData

func (DeleteIntuneBrandingProfileAssignmentOperationOptions) ToQuery

type DeleteIntuneBrandingProfileAssignmentOperationResponse

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

type GetIntuneBrandingProfileAssignmentOperationOptions

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

func DefaultGetIntuneBrandingProfileAssignmentOperationOptions

func DefaultGetIntuneBrandingProfileAssignmentOperationOptions() GetIntuneBrandingProfileAssignmentOperationOptions

func (GetIntuneBrandingProfileAssignmentOperationOptions) ToHeaders

func (GetIntuneBrandingProfileAssignmentOperationOptions) ToOData

func (GetIntuneBrandingProfileAssignmentOperationOptions) ToQuery

type GetIntuneBrandingProfileAssignmentOperationResponse

type GetIntuneBrandingProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.IntuneBrandingProfileAssignment
}

type GetIntuneBrandingProfileAssignmentsCountOperationOptions

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

func (GetIntuneBrandingProfileAssignmentsCountOperationOptions) ToHeaders

func (GetIntuneBrandingProfileAssignmentsCountOperationOptions) ToOData

func (GetIntuneBrandingProfileAssignmentsCountOperationOptions) ToQuery

type GetIntuneBrandingProfileAssignmentsCountOperationResponse

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

type IntuneBrandingProfileAssignmentClient

type IntuneBrandingProfileAssignmentClient struct {
	Client *msgraph.Client
}

func NewIntuneBrandingProfileAssignmentClientWithBaseURI

func NewIntuneBrandingProfileAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*IntuneBrandingProfileAssignmentClient, error)

func (IntuneBrandingProfileAssignmentClient) CreateIntuneBrandingProfileAssignment

CreateIntuneBrandingProfileAssignment - Create new navigation property to assignments for deviceManagement

func (IntuneBrandingProfileAssignmentClient) DeleteIntuneBrandingProfileAssignment

DeleteIntuneBrandingProfileAssignment - Delete navigation property assignments for deviceManagement

func (IntuneBrandingProfileAssignmentClient) GetIntuneBrandingProfileAssignment

GetIntuneBrandingProfileAssignment - Get assignments from deviceManagement. The list of group assignments for the branding profile

func (IntuneBrandingProfileAssignmentClient) GetIntuneBrandingProfileAssignmentsCount

GetIntuneBrandingProfileAssignmentsCount - Get the number of the resource

func (IntuneBrandingProfileAssignmentClient) ListIntuneBrandingProfileAssignments

ListIntuneBrandingProfileAssignments - Get assignments from deviceManagement. The list of group assignments for the branding profile

func (IntuneBrandingProfileAssignmentClient) ListIntuneBrandingProfileAssignmentsComplete

ListIntuneBrandingProfileAssignmentsComplete retrieves all the results into a single object

func (IntuneBrandingProfileAssignmentClient) ListIntuneBrandingProfileAssignmentsCompleteMatchingPredicate

ListIntuneBrandingProfileAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (IntuneBrandingProfileAssignmentClient) UpdateIntuneBrandingProfileAssignment

UpdateIntuneBrandingProfileAssignment - Update the navigation property assignments in deviceManagement

type IntuneBrandingProfileAssignmentOperationPredicate

type IntuneBrandingProfileAssignmentOperationPredicate struct {
}

func (IntuneBrandingProfileAssignmentOperationPredicate) Matches

type ListIntuneBrandingProfileAssignmentsCompleteResult

type ListIntuneBrandingProfileAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.IntuneBrandingProfileAssignment
}

type ListIntuneBrandingProfileAssignmentsCustomPager

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

type ListIntuneBrandingProfileAssignmentsOperationOptions

type ListIntuneBrandingProfileAssignmentsOperationOptions 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 DefaultListIntuneBrandingProfileAssignmentsOperationOptions

func DefaultListIntuneBrandingProfileAssignmentsOperationOptions() ListIntuneBrandingProfileAssignmentsOperationOptions

func (ListIntuneBrandingProfileAssignmentsOperationOptions) ToHeaders

func (ListIntuneBrandingProfileAssignmentsOperationOptions) ToOData

func (ListIntuneBrandingProfileAssignmentsOperationOptions) ToQuery

type ListIntuneBrandingProfileAssignmentsOperationResponse

type ListIntuneBrandingProfileAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.IntuneBrandingProfileAssignment
}

type UpdateIntuneBrandingProfileAssignmentOperationOptions

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

func DefaultUpdateIntuneBrandingProfileAssignmentOperationOptions

func DefaultUpdateIntuneBrandingProfileAssignmentOperationOptions() UpdateIntuneBrandingProfileAssignmentOperationOptions

func (UpdateIntuneBrandingProfileAssignmentOperationOptions) ToHeaders

func (UpdateIntuneBrandingProfileAssignmentOperationOptions) ToOData

func (UpdateIntuneBrandingProfileAssignmentOperationOptions) ToQuery

type UpdateIntuneBrandingProfileAssignmentOperationResponse

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