Documentation ¶
Index ¶
- type AssignIntuneBrandingProfileOperationOptions
- type AssignIntuneBrandingProfileOperationResponse
- type AssignIntuneBrandingProfileRequest
- type CreateIntuneBrandingProfileOperationOptions
- type CreateIntuneBrandingProfileOperationResponse
- type DeleteIntuneBrandingProfileOperationOptions
- type DeleteIntuneBrandingProfileOperationResponse
- type GetIntuneBrandingProfileOperationOptions
- type GetIntuneBrandingProfileOperationResponse
- type GetIntuneBrandingProfilesCountOperationOptions
- type GetIntuneBrandingProfilesCountOperationResponse
- type IntuneBrandingProfileClient
- func (c IntuneBrandingProfileClient) AssignIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, ...) (result AssignIntuneBrandingProfileOperationResponse, err error)
- func (c IntuneBrandingProfileClient) CreateIntuneBrandingProfile(ctx context.Context, input beta.IntuneBrandingProfile, ...) (result CreateIntuneBrandingProfileOperationResponse, err error)
- func (c IntuneBrandingProfileClient) DeleteIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, ...) (result DeleteIntuneBrandingProfileOperationResponse, err error)
- func (c IntuneBrandingProfileClient) GetIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, ...) (result GetIntuneBrandingProfileOperationResponse, err error)
- func (c IntuneBrandingProfileClient) GetIntuneBrandingProfilesCount(ctx context.Context, options GetIntuneBrandingProfilesCountOperationOptions) (result GetIntuneBrandingProfilesCountOperationResponse, err error)
- func (c IntuneBrandingProfileClient) ListIntuneBrandingProfiles(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions) (result ListIntuneBrandingProfilesOperationResponse, err error)
- func (c IntuneBrandingProfileClient) ListIntuneBrandingProfilesComplete(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions) (ListIntuneBrandingProfilesCompleteResult, error)
- func (c IntuneBrandingProfileClient) ListIntuneBrandingProfilesCompleteMatchingPredicate(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions, ...) (result ListIntuneBrandingProfilesCompleteResult, err error)
- func (c IntuneBrandingProfileClient) UpdateIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, ...) (result UpdateIntuneBrandingProfileOperationResponse, err error)
- type IntuneBrandingProfileOperationPredicate
- type ListIntuneBrandingProfilesCompleteResult
- type ListIntuneBrandingProfilesCustomPager
- type ListIntuneBrandingProfilesOperationOptions
- type ListIntuneBrandingProfilesOperationResponse
- type UpdateIntuneBrandingProfileOperationOptions
- type UpdateIntuneBrandingProfileOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignIntuneBrandingProfileOperationOptions ¶
type AssignIntuneBrandingProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignIntuneBrandingProfileOperationOptions ¶
func DefaultAssignIntuneBrandingProfileOperationOptions() AssignIntuneBrandingProfileOperationOptions
func (AssignIntuneBrandingProfileOperationOptions) ToHeaders ¶
func (o AssignIntuneBrandingProfileOperationOptions) ToHeaders() *client.Headers
func (AssignIntuneBrandingProfileOperationOptions) ToOData ¶
func (o AssignIntuneBrandingProfileOperationOptions) ToOData() *odata.Query
func (AssignIntuneBrandingProfileOperationOptions) ToQuery ¶
func (o AssignIntuneBrandingProfileOperationOptions) ToQuery() *client.QueryParams
type AssignIntuneBrandingProfileRequest ¶
type AssignIntuneBrandingProfileRequest struct {
Assignments *[]beta.IntuneBrandingProfileAssignment `json:"assignments,omitempty"`
}
type CreateIntuneBrandingProfileOperationOptions ¶
type CreateIntuneBrandingProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntuneBrandingProfileOperationOptions ¶
func DefaultCreateIntuneBrandingProfileOperationOptions() CreateIntuneBrandingProfileOperationOptions
func (CreateIntuneBrandingProfileOperationOptions) ToHeaders ¶
func (o CreateIntuneBrandingProfileOperationOptions) ToHeaders() *client.Headers
func (CreateIntuneBrandingProfileOperationOptions) ToOData ¶
func (o CreateIntuneBrandingProfileOperationOptions) ToOData() *odata.Query
func (CreateIntuneBrandingProfileOperationOptions) ToQuery ¶
func (o CreateIntuneBrandingProfileOperationOptions) ToQuery() *client.QueryParams
type DeleteIntuneBrandingProfileOperationOptions ¶
type DeleteIntuneBrandingProfileOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntuneBrandingProfileOperationOptions ¶
func DefaultDeleteIntuneBrandingProfileOperationOptions() DeleteIntuneBrandingProfileOperationOptions
func (DeleteIntuneBrandingProfileOperationOptions) ToHeaders ¶
func (o DeleteIntuneBrandingProfileOperationOptions) ToHeaders() *client.Headers
func (DeleteIntuneBrandingProfileOperationOptions) ToOData ¶
func (o DeleteIntuneBrandingProfileOperationOptions) ToOData() *odata.Query
func (DeleteIntuneBrandingProfileOperationOptions) ToQuery ¶
func (o DeleteIntuneBrandingProfileOperationOptions) ToQuery() *client.QueryParams
type GetIntuneBrandingProfileOperationOptions ¶
type GetIntuneBrandingProfileOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntuneBrandingProfileOperationOptions ¶
func DefaultGetIntuneBrandingProfileOperationOptions() GetIntuneBrandingProfileOperationOptions
func (GetIntuneBrandingProfileOperationOptions) ToHeaders ¶
func (o GetIntuneBrandingProfileOperationOptions) ToHeaders() *client.Headers
func (GetIntuneBrandingProfileOperationOptions) ToOData ¶
func (o GetIntuneBrandingProfileOperationOptions) ToOData() *odata.Query
func (GetIntuneBrandingProfileOperationOptions) ToQuery ¶
func (o GetIntuneBrandingProfileOperationOptions) ToQuery() *client.QueryParams
type GetIntuneBrandingProfilesCountOperationOptions ¶
type GetIntuneBrandingProfilesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntuneBrandingProfilesCountOperationOptions ¶
func DefaultGetIntuneBrandingProfilesCountOperationOptions() GetIntuneBrandingProfilesCountOperationOptions
func (GetIntuneBrandingProfilesCountOperationOptions) ToHeaders ¶
func (o GetIntuneBrandingProfilesCountOperationOptions) ToHeaders() *client.Headers
func (GetIntuneBrandingProfilesCountOperationOptions) ToOData ¶
func (o GetIntuneBrandingProfilesCountOperationOptions) ToOData() *odata.Query
func (GetIntuneBrandingProfilesCountOperationOptions) ToQuery ¶
func (o GetIntuneBrandingProfilesCountOperationOptions) ToQuery() *client.QueryParams
type IntuneBrandingProfileClient ¶
func NewIntuneBrandingProfileClientWithBaseURI ¶
func NewIntuneBrandingProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*IntuneBrandingProfileClient, error)
func (IntuneBrandingProfileClient) AssignIntuneBrandingProfile ¶
func (c IntuneBrandingProfileClient) AssignIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, input AssignIntuneBrandingProfileRequest, options AssignIntuneBrandingProfileOperationOptions) (result AssignIntuneBrandingProfileOperationResponse, err error)
AssignIntuneBrandingProfile - Invoke action assign
func (IntuneBrandingProfileClient) CreateIntuneBrandingProfile ¶
func (c IntuneBrandingProfileClient) CreateIntuneBrandingProfile(ctx context.Context, input beta.IntuneBrandingProfile, options CreateIntuneBrandingProfileOperationOptions) (result CreateIntuneBrandingProfileOperationResponse, err error)
CreateIntuneBrandingProfile - Create new navigation property to intuneBrandingProfiles for deviceManagement
func (IntuneBrandingProfileClient) DeleteIntuneBrandingProfile ¶
func (c IntuneBrandingProfileClient) DeleteIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, options DeleteIntuneBrandingProfileOperationOptions) (result DeleteIntuneBrandingProfileOperationResponse, err error)
DeleteIntuneBrandingProfile - Delete navigation property intuneBrandingProfiles for deviceManagement
func (IntuneBrandingProfileClient) GetIntuneBrandingProfile ¶
func (c IntuneBrandingProfileClient) GetIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, options GetIntuneBrandingProfileOperationOptions) (result GetIntuneBrandingProfileOperationResponse, err error)
GetIntuneBrandingProfile - Get intuneBrandingProfiles from deviceManagement. Intune branding profiles targeted to AAD groups
func (IntuneBrandingProfileClient) GetIntuneBrandingProfilesCount ¶
func (c IntuneBrandingProfileClient) GetIntuneBrandingProfilesCount(ctx context.Context, options GetIntuneBrandingProfilesCountOperationOptions) (result GetIntuneBrandingProfilesCountOperationResponse, err error)
GetIntuneBrandingProfilesCount - Get the number of the resource
func (IntuneBrandingProfileClient) ListIntuneBrandingProfiles ¶
func (c IntuneBrandingProfileClient) ListIntuneBrandingProfiles(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions) (result ListIntuneBrandingProfilesOperationResponse, err error)
ListIntuneBrandingProfiles - Get intuneBrandingProfiles from deviceManagement. Intune branding profiles targeted to AAD groups
func (IntuneBrandingProfileClient) ListIntuneBrandingProfilesComplete ¶
func (c IntuneBrandingProfileClient) ListIntuneBrandingProfilesComplete(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions) (ListIntuneBrandingProfilesCompleteResult, error)
ListIntuneBrandingProfilesComplete retrieves all the results into a single object
func (IntuneBrandingProfileClient) ListIntuneBrandingProfilesCompleteMatchingPredicate ¶
func (c IntuneBrandingProfileClient) ListIntuneBrandingProfilesCompleteMatchingPredicate(ctx context.Context, options ListIntuneBrandingProfilesOperationOptions, predicate IntuneBrandingProfileOperationPredicate) (result ListIntuneBrandingProfilesCompleteResult, err error)
ListIntuneBrandingProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntuneBrandingProfileClient) UpdateIntuneBrandingProfile ¶
func (c IntuneBrandingProfileClient) UpdateIntuneBrandingProfile(ctx context.Context, id beta.DeviceManagementIntuneBrandingProfileId, input beta.IntuneBrandingProfile, options UpdateIntuneBrandingProfileOperationOptions) (result UpdateIntuneBrandingProfileOperationResponse, err error)
UpdateIntuneBrandingProfile - Update the navigation property intuneBrandingProfiles in deviceManagement
type IntuneBrandingProfileOperationPredicate ¶
type IntuneBrandingProfileOperationPredicate struct { }
func (IntuneBrandingProfileOperationPredicate) Matches ¶
func (p IntuneBrandingProfileOperationPredicate) Matches(input beta.IntuneBrandingProfile) bool
type ListIntuneBrandingProfilesCompleteResult ¶
type ListIntuneBrandingProfilesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.IntuneBrandingProfile }
type ListIntuneBrandingProfilesCustomPager ¶
func (*ListIntuneBrandingProfilesCustomPager) NextPageLink ¶
func (p *ListIntuneBrandingProfilesCustomPager) NextPageLink() *odata.Link
type ListIntuneBrandingProfilesOperationOptions ¶
type ListIntuneBrandingProfilesOperationOptions 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 DefaultListIntuneBrandingProfilesOperationOptions ¶
func DefaultListIntuneBrandingProfilesOperationOptions() ListIntuneBrandingProfilesOperationOptions
func (ListIntuneBrandingProfilesOperationOptions) ToHeaders ¶
func (o ListIntuneBrandingProfilesOperationOptions) ToHeaders() *client.Headers
func (ListIntuneBrandingProfilesOperationOptions) ToOData ¶
func (o ListIntuneBrandingProfilesOperationOptions) ToOData() *odata.Query
func (ListIntuneBrandingProfilesOperationOptions) ToQuery ¶
func (o ListIntuneBrandingProfilesOperationOptions) ToQuery() *client.QueryParams
type UpdateIntuneBrandingProfileOperationOptions ¶
type UpdateIntuneBrandingProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntuneBrandingProfileOperationOptions ¶
func DefaultUpdateIntuneBrandingProfileOperationOptions() UpdateIntuneBrandingProfileOperationOptions
func (UpdateIntuneBrandingProfileOperationOptions) ToHeaders ¶
func (o UpdateIntuneBrandingProfileOperationOptions) ToHeaders() *client.Headers
func (UpdateIntuneBrandingProfileOperationOptions) ToOData ¶
func (o UpdateIntuneBrandingProfileOperationOptions) ToOData() *odata.Query
func (UpdateIntuneBrandingProfileOperationOptions) ToQuery ¶
func (o UpdateIntuneBrandingProfileOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_assignintunebrandingprofile.go
- method_createintunebrandingprofile.go
- method_deleteintunebrandingprofile.go
- method_getintunebrandingprofile.go
- method_getintunebrandingprofilescount.go
- method_listintunebrandingprofiles.go
- method_updateintunebrandingprofile.go
- model_assignintunebrandingprofilerequest.go
- predicates.go
- version.go