macossoftwareupdateaccountsummary

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 CreateMacOSSoftwareUpdateAccountSummaryOperationOptions

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

func (CreateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToHeaders

func (CreateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToOData

func (CreateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToQuery

type CreateMacOSSoftwareUpdateAccountSummaryOperationResponse

type CreateMacOSSoftwareUpdateAccountSummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MacOSSoftwareUpdateAccountSummary
}

type DeleteMacOSSoftwareUpdateAccountSummaryOperationOptions

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

func (DeleteMacOSSoftwareUpdateAccountSummaryOperationOptions) ToHeaders

func (DeleteMacOSSoftwareUpdateAccountSummaryOperationOptions) ToOData

func (DeleteMacOSSoftwareUpdateAccountSummaryOperationOptions) ToQuery

type DeleteMacOSSoftwareUpdateAccountSummaryOperationResponse

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

type GetMacOSSoftwareUpdateAccountSummariesCountOperationOptions

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

func (GetMacOSSoftwareUpdateAccountSummariesCountOperationOptions) ToHeaders

func (GetMacOSSoftwareUpdateAccountSummariesCountOperationOptions) ToOData

func (GetMacOSSoftwareUpdateAccountSummariesCountOperationOptions) ToQuery

type GetMacOSSoftwareUpdateAccountSummariesCountOperationResponse

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

type GetMacOSSoftwareUpdateAccountSummaryOperationOptions

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

func DefaultGetMacOSSoftwareUpdateAccountSummaryOperationOptions

func DefaultGetMacOSSoftwareUpdateAccountSummaryOperationOptions() GetMacOSSoftwareUpdateAccountSummaryOperationOptions

func (GetMacOSSoftwareUpdateAccountSummaryOperationOptions) ToHeaders

func (GetMacOSSoftwareUpdateAccountSummaryOperationOptions) ToOData

func (GetMacOSSoftwareUpdateAccountSummaryOperationOptions) ToQuery

type GetMacOSSoftwareUpdateAccountSummaryOperationResponse

type GetMacOSSoftwareUpdateAccountSummaryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MacOSSoftwareUpdateAccountSummary
}

type ListMacOSSoftwareUpdateAccountSummariesCompleteResult

type ListMacOSSoftwareUpdateAccountSummariesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MacOSSoftwareUpdateAccountSummary
}

type ListMacOSSoftwareUpdateAccountSummariesCustomPager

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

type ListMacOSSoftwareUpdateAccountSummariesOperationOptions

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

func (ListMacOSSoftwareUpdateAccountSummariesOperationOptions) ToOData

func (ListMacOSSoftwareUpdateAccountSummariesOperationOptions) ToQuery

type ListMacOSSoftwareUpdateAccountSummariesOperationResponse

type ListMacOSSoftwareUpdateAccountSummariesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MacOSSoftwareUpdateAccountSummary
}

type MacOSSoftwareUpdateAccountSummaryClient

type MacOSSoftwareUpdateAccountSummaryClient struct {
	Client *msgraph.Client
}

func NewMacOSSoftwareUpdateAccountSummaryClientWithBaseURI

func NewMacOSSoftwareUpdateAccountSummaryClientWithBaseURI(sdkApi sdkEnv.Api) (*MacOSSoftwareUpdateAccountSummaryClient, error)

func (MacOSSoftwareUpdateAccountSummaryClient) CreateMacOSSoftwareUpdateAccountSummary

CreateMacOSSoftwareUpdateAccountSummary - Create new navigation property to macOSSoftwareUpdateAccountSummaries for deviceManagement

func (MacOSSoftwareUpdateAccountSummaryClient) DeleteMacOSSoftwareUpdateAccountSummary

DeleteMacOSSoftwareUpdateAccountSummary - Delete navigation property macOSSoftwareUpdateAccountSummaries for deviceManagement

func (MacOSSoftwareUpdateAccountSummaryClient) GetMacOSSoftwareUpdateAccountSummariesCount

GetMacOSSoftwareUpdateAccountSummariesCount - Get the number of the resource

func (MacOSSoftwareUpdateAccountSummaryClient) GetMacOSSoftwareUpdateAccountSummary

GetMacOSSoftwareUpdateAccountSummary - Get macOSSoftwareUpdateAccountSummaries from deviceManagement. The MacOS software update account summaries for this account.

func (MacOSSoftwareUpdateAccountSummaryClient) ListMacOSSoftwareUpdateAccountSummaries

ListMacOSSoftwareUpdateAccountSummaries - Get macOSSoftwareUpdateAccountSummaries from deviceManagement. The MacOS software update account summaries for this account.

func (MacOSSoftwareUpdateAccountSummaryClient) ListMacOSSoftwareUpdateAccountSummariesComplete

ListMacOSSoftwareUpdateAccountSummariesComplete retrieves all the results into a single object

func (MacOSSoftwareUpdateAccountSummaryClient) ListMacOSSoftwareUpdateAccountSummariesCompleteMatchingPredicate

ListMacOSSoftwareUpdateAccountSummariesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MacOSSoftwareUpdateAccountSummaryClient) UpdateMacOSSoftwareUpdateAccountSummary

UpdateMacOSSoftwareUpdateAccountSummary - Update the navigation property macOSSoftwareUpdateAccountSummaries in deviceManagement

type MacOSSoftwareUpdateAccountSummaryOperationPredicate

type MacOSSoftwareUpdateAccountSummaryOperationPredicate struct {
}

func (MacOSSoftwareUpdateAccountSummaryOperationPredicate) Matches

type UpdateMacOSSoftwareUpdateAccountSummaryOperationOptions

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

func (UpdateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToHeaders

func (UpdateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToOData

func (UpdateMacOSSoftwareUpdateAccountSummaryOperationOptions) ToQuery

type UpdateMacOSSoftwareUpdateAccountSummaryOperationResponse

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