macossoftwareupdateaccountsummarycategorysummary

package
v0.20241126.1723 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 CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions

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

func (CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToHeaders

func (CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToOData

func (CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToQuery

type CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse

type CreateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MacOSSoftwareUpdateCategorySummary
}

type DeleteMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions

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

func (DeleteMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToHeaders

func (DeleteMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToOData

func (DeleteMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToQuery

type DeleteMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse

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

type GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCountOperationOptions

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

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCountOperationOptions) ToHeaders

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCountOperationOptions) ToOData

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCountOperationOptions) ToQuery

type GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCountOperationResponse

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

type GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions

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

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToHeaders

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToOData

func (GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToQuery

type GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse

type GetMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MacOSSoftwareUpdateCategorySummary
}

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesCompleteResult

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MacOSSoftwareUpdateCategorySummary
}

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesCustomPager

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

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationOptions

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationOptions 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 (ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationOptions) ToHeaders

func (ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationOptions) ToOData

func (ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationOptions) ToQuery

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationResponse

type ListMacOSSoftwareUpdateAccountSummaryCategorySummariesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MacOSSoftwareUpdateCategorySummary
}

type MacOSSoftwareUpdateAccountSummaryCategorySummaryClient

type MacOSSoftwareUpdateAccountSummaryCategorySummaryClient struct {
	Client *msgraph.Client
}

func NewMacOSSoftwareUpdateAccountSummaryCategorySummaryClientWithBaseURI

func NewMacOSSoftwareUpdateAccountSummaryCategorySummaryClientWithBaseURI(sdkApi sdkEnv.Api) (*MacOSSoftwareUpdateAccountSummaryCategorySummaryClient, error)

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) CreateMacOSSoftwareUpdateAccountSummaryCategorySummary

CreateMacOSSoftwareUpdateAccountSummaryCategorySummary - Create new navigation property to categorySummaries for deviceManagement

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) DeleteMacOSSoftwareUpdateAccountSummaryCategorySummary

DeleteMacOSSoftwareUpdateAccountSummaryCategorySummary - Delete navigation property categorySummaries for deviceManagement

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCount

GetMacOSSoftwareUpdateAccountSummaryCategorySummariesCount - Get the number of the resource

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) GetMacOSSoftwareUpdateAccountSummaryCategorySummary

GetMacOSSoftwareUpdateAccountSummaryCategorySummary - Get categorySummaries from deviceManagement. Summary of the updates by category.

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) ListMacOSSoftwareUpdateAccountSummaryCategorySummaries

ListMacOSSoftwareUpdateAccountSummaryCategorySummaries - Get categorySummaries from deviceManagement. Summary of the updates by category.

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) ListMacOSSoftwareUpdateAccountSummaryCategorySummariesComplete

ListMacOSSoftwareUpdateAccountSummaryCategorySummariesComplete retrieves all the results into a single object

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) ListMacOSSoftwareUpdateAccountSummaryCategorySummariesCompleteMatchingPredicate

ListMacOSSoftwareUpdateAccountSummaryCategorySummariesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MacOSSoftwareUpdateAccountSummaryCategorySummaryClient) UpdateMacOSSoftwareUpdateAccountSummaryCategorySummary

UpdateMacOSSoftwareUpdateAccountSummaryCategorySummary - Update the navigation property categorySummaries in deviceManagement

type MacOSSoftwareUpdateCategorySummaryOperationPredicate

type MacOSSoftwareUpdateCategorySummaryOperationPredicate struct {
}

func (MacOSSoftwareUpdateCategorySummaryOperationPredicate) Matches

type UpdateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions

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

func (UpdateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToHeaders

func (UpdateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToOData

func (UpdateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationOptions) ToQuery

type UpdateMacOSSoftwareUpdateAccountSummaryCategorySummaryOperationResponse

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