termsandconditiongroupassignment

package
v0.20241128.1084944 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 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 CreateTermsAndConditionGroupAssignmentOperationOptions

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

func DefaultCreateTermsAndConditionGroupAssignmentOperationOptions

func DefaultCreateTermsAndConditionGroupAssignmentOperationOptions() CreateTermsAndConditionGroupAssignmentOperationOptions

func (CreateTermsAndConditionGroupAssignmentOperationOptions) ToHeaders

func (CreateTermsAndConditionGroupAssignmentOperationOptions) ToOData

func (CreateTermsAndConditionGroupAssignmentOperationOptions) ToQuery

type CreateTermsAndConditionGroupAssignmentOperationResponse

type CreateTermsAndConditionGroupAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TermsAndConditionsGroupAssignment
}

type DeleteTermsAndConditionGroupAssignmentOperationOptions

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

func DefaultDeleteTermsAndConditionGroupAssignmentOperationOptions

func DefaultDeleteTermsAndConditionGroupAssignmentOperationOptions() DeleteTermsAndConditionGroupAssignmentOperationOptions

func (DeleteTermsAndConditionGroupAssignmentOperationOptions) ToHeaders

func (DeleteTermsAndConditionGroupAssignmentOperationOptions) ToOData

func (DeleteTermsAndConditionGroupAssignmentOperationOptions) ToQuery

type DeleteTermsAndConditionGroupAssignmentOperationResponse

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

type GetTermsAndConditionGroupAssignmentOperationOptions

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

func DefaultGetTermsAndConditionGroupAssignmentOperationOptions

func DefaultGetTermsAndConditionGroupAssignmentOperationOptions() GetTermsAndConditionGroupAssignmentOperationOptions

func (GetTermsAndConditionGroupAssignmentOperationOptions) ToHeaders

func (GetTermsAndConditionGroupAssignmentOperationOptions) ToOData

func (GetTermsAndConditionGroupAssignmentOperationOptions) ToQuery

type GetTermsAndConditionGroupAssignmentOperationResponse

type GetTermsAndConditionGroupAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TermsAndConditionsGroupAssignment
}

type GetTermsAndConditionGroupAssignmentsCountOperationOptions

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

func (GetTermsAndConditionGroupAssignmentsCountOperationOptions) ToHeaders

func (GetTermsAndConditionGroupAssignmentsCountOperationOptions) ToOData

func (GetTermsAndConditionGroupAssignmentsCountOperationOptions) ToQuery

type GetTermsAndConditionGroupAssignmentsCountOperationResponse

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

type ListTermsAndConditionGroupAssignmentsCompleteResult

type ListTermsAndConditionGroupAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.TermsAndConditionsGroupAssignment
}

type ListTermsAndConditionGroupAssignmentsCustomPager

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

type ListTermsAndConditionGroupAssignmentsOperationOptions

type ListTermsAndConditionGroupAssignmentsOperationOptions 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 DefaultListTermsAndConditionGroupAssignmentsOperationOptions

func DefaultListTermsAndConditionGroupAssignmentsOperationOptions() ListTermsAndConditionGroupAssignmentsOperationOptions

func (ListTermsAndConditionGroupAssignmentsOperationOptions) ToHeaders

func (ListTermsAndConditionGroupAssignmentsOperationOptions) ToOData

func (ListTermsAndConditionGroupAssignmentsOperationOptions) ToQuery

type ListTermsAndConditionGroupAssignmentsOperationResponse

type ListTermsAndConditionGroupAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.TermsAndConditionsGroupAssignment
}

type TermsAndConditionGroupAssignmentClient

type TermsAndConditionGroupAssignmentClient struct {
	Client *msgraph.Client
}

func NewTermsAndConditionGroupAssignmentClientWithBaseURI

func NewTermsAndConditionGroupAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*TermsAndConditionGroupAssignmentClient, error)

func (TermsAndConditionGroupAssignmentClient) CreateTermsAndConditionGroupAssignment

CreateTermsAndConditionGroupAssignment - Create new navigation property to groupAssignments for deviceManagement

func (TermsAndConditionGroupAssignmentClient) DeleteTermsAndConditionGroupAssignment

DeleteTermsAndConditionGroupAssignment - Delete navigation property groupAssignments for deviceManagement

func (TermsAndConditionGroupAssignmentClient) GetTermsAndConditionGroupAssignment

GetTermsAndConditionGroupAssignment - Get groupAssignments from deviceManagement. The list of group assignments for this T&C policy.

func (TermsAndConditionGroupAssignmentClient) GetTermsAndConditionGroupAssignmentsCount

GetTermsAndConditionGroupAssignmentsCount - Get the number of the resource

func (TermsAndConditionGroupAssignmentClient) ListTermsAndConditionGroupAssignments

ListTermsAndConditionGroupAssignments - Get groupAssignments from deviceManagement. The list of group assignments for this T&C policy.

func (TermsAndConditionGroupAssignmentClient) ListTermsAndConditionGroupAssignmentsComplete

ListTermsAndConditionGroupAssignmentsComplete retrieves all the results into a single object

func (TermsAndConditionGroupAssignmentClient) ListTermsAndConditionGroupAssignmentsCompleteMatchingPredicate

ListTermsAndConditionGroupAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TermsAndConditionGroupAssignmentClient) UpdateTermsAndConditionGroupAssignment

UpdateTermsAndConditionGroupAssignment - Update the navigation property groupAssignments in deviceManagement

type TermsAndConditionsGroupAssignmentOperationPredicate

type TermsAndConditionsGroupAssignmentOperationPredicate struct {
}

func (TermsAndConditionsGroupAssignmentOperationPredicate) Matches

type UpdateTermsAndConditionGroupAssignmentOperationOptions

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

func DefaultUpdateTermsAndConditionGroupAssignmentOperationOptions

func DefaultUpdateTermsAndConditionGroupAssignmentOperationOptions() UpdateTermsAndConditionGroupAssignmentOperationOptions

func (UpdateTermsAndConditionGroupAssignmentOperationOptions) ToHeaders

func (UpdateTermsAndConditionGroupAssignmentOperationOptions) ToOData

func (UpdateTermsAndConditionGroupAssignmentOperationOptions) ToQuery

type UpdateTermsAndConditionGroupAssignmentOperationResponse

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