Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AutopilotEventClient struct + Client *msgraph.Client + func NewAutopilotEventClientWithBaseURI(sdkApi sdkEnv.Api) (*AutopilotEventClient, error) + func (c AutopilotEventClient) CreateAutopilotEvent(ctx context.Context, input beta.DeviceManagementAutopilotEvent, ...) (result CreateAutopilotEventOperationResponse, err error) + func (c AutopilotEventClient) DeleteAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, ...) (result DeleteAutopilotEventOperationResponse, err error) + func (c AutopilotEventClient) GetAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, ...) (result GetAutopilotEventOperationResponse, err error) + func (c AutopilotEventClient) GetAutopilotEventsCount(ctx context.Context, options GetAutopilotEventsCountOperationOptions) (result GetAutopilotEventsCountOperationResponse, err error) + func (c AutopilotEventClient) ListAutopilotEvents(ctx context.Context, options ListAutopilotEventsOperationOptions) (result ListAutopilotEventsOperationResponse, err error) + func (c AutopilotEventClient) ListAutopilotEventsComplete(ctx context.Context, options ListAutopilotEventsOperationOptions) (ListAutopilotEventsCompleteResult, error) + func (c AutopilotEventClient) ListAutopilotEventsCompleteMatchingPredicate(ctx context.Context, options ListAutopilotEventsOperationOptions, ...) (result ListAutopilotEventsCompleteResult, err error) + func (c AutopilotEventClient) UpdateAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, ...) (result UpdateAutopilotEventOperationResponse, err error) + type CreateAutopilotEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateAutopilotEventOperationOptions() CreateAutopilotEventOperationOptions + func (o CreateAutopilotEventOperationOptions) ToHeaders() *client.Headers + func (o CreateAutopilotEventOperationOptions) ToOData() *odata.Query + func (o CreateAutopilotEventOperationOptions) ToQuery() *client.QueryParams + type CreateAutopilotEventOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementAutopilotEvent + OData *odata.OData + type DeleteAutopilotEventOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAutopilotEventOperationOptions() DeleteAutopilotEventOperationOptions + func (o DeleteAutopilotEventOperationOptions) ToHeaders() *client.Headers + func (o DeleteAutopilotEventOperationOptions) ToOData() *odata.Query + func (o DeleteAutopilotEventOperationOptions) ToQuery() *client.QueryParams + type DeleteAutopilotEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementAutopilotEventOperationPredicate struct + func (p DeviceManagementAutopilotEventOperationPredicate) Matches(input beta.DeviceManagementAutopilotEvent) bool + type GetAutopilotEventOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAutopilotEventOperationOptions() GetAutopilotEventOperationOptions + func (o GetAutopilotEventOperationOptions) ToHeaders() *client.Headers + func (o GetAutopilotEventOperationOptions) ToOData() *odata.Query + func (o GetAutopilotEventOperationOptions) ToQuery() *client.QueryParams + type GetAutopilotEventOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementAutopilotEvent + OData *odata.OData + type GetAutopilotEventsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAutopilotEventsCountOperationOptions() GetAutopilotEventsCountOperationOptions + func (o GetAutopilotEventsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAutopilotEventsCountOperationOptions) ToOData() *odata.Query + func (o GetAutopilotEventsCountOperationOptions) ToQuery() *client.QueryParams + type GetAutopilotEventsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAutopilotEventsCompleteResult struct + Items []beta.DeviceManagementAutopilotEvent + LatestHttpResponse *http.Response + type ListAutopilotEventsCustomPager struct + NextLink *odata.Link + func (p *ListAutopilotEventsCustomPager) NextPageLink() *odata.Link + type ListAutopilotEventsOperationOptions 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 DefaultListAutopilotEventsOperationOptions() ListAutopilotEventsOperationOptions + func (o ListAutopilotEventsOperationOptions) ToHeaders() *client.Headers + func (o ListAutopilotEventsOperationOptions) ToOData() *odata.Query + func (o ListAutopilotEventsOperationOptions) ToQuery() *client.QueryParams + type ListAutopilotEventsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DeviceManagementAutopilotEvent + OData *odata.OData + type UpdateAutopilotEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAutopilotEventOperationOptions() UpdateAutopilotEventOperationOptions + func (o UpdateAutopilotEventOperationOptions) ToHeaders() *client.Headers + func (o UpdateAutopilotEventOperationOptions) ToOData() *odata.Query + func (o UpdateAutopilotEventOperationOptions) ToQuery() *client.QueryParams + type UpdateAutopilotEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData