Documentation ¶
Index ¶
- type AutopilotEventClient
- 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
- type CreateAutopilotEventOperationResponse
- type DeleteAutopilotEventOperationOptions
- type DeleteAutopilotEventOperationResponse
- type DeviceManagementAutopilotEventOperationPredicate
- type GetAutopilotEventOperationOptions
- type GetAutopilotEventOperationResponse
- type GetAutopilotEventsCountOperationOptions
- type GetAutopilotEventsCountOperationResponse
- type ListAutopilotEventsCompleteResult
- type ListAutopilotEventsCustomPager
- type ListAutopilotEventsOperationOptions
- type ListAutopilotEventsOperationResponse
- type UpdateAutopilotEventOperationOptions
- type UpdateAutopilotEventOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutopilotEventClient ¶
func NewAutopilotEventClientWithBaseURI ¶
func NewAutopilotEventClientWithBaseURI(sdkApi sdkEnv.Api) (*AutopilotEventClient, error)
func (AutopilotEventClient) CreateAutopilotEvent ¶
func (c AutopilotEventClient) CreateAutopilotEvent(ctx context.Context, input beta.DeviceManagementAutopilotEvent, options CreateAutopilotEventOperationOptions) (result CreateAutopilotEventOperationResponse, err error)
CreateAutopilotEvent - Create new navigation property to autopilotEvents for deviceManagement
func (AutopilotEventClient) DeleteAutopilotEvent ¶
func (c AutopilotEventClient) DeleteAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, options DeleteAutopilotEventOperationOptions) (result DeleteAutopilotEventOperationResponse, err error)
DeleteAutopilotEvent - Delete navigation property autopilotEvents for deviceManagement
func (AutopilotEventClient) GetAutopilotEvent ¶
func (c AutopilotEventClient) GetAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, options GetAutopilotEventOperationOptions) (result GetAutopilotEventOperationResponse, err error)
GetAutopilotEvent - Get autopilotEvents from deviceManagement. The list of autopilot events for the tenant.
func (AutopilotEventClient) GetAutopilotEventsCount ¶
func (c AutopilotEventClient) GetAutopilotEventsCount(ctx context.Context, options GetAutopilotEventsCountOperationOptions) (result GetAutopilotEventsCountOperationResponse, err error)
GetAutopilotEventsCount - Get the number of the resource
func (AutopilotEventClient) ListAutopilotEvents ¶
func (c AutopilotEventClient) ListAutopilotEvents(ctx context.Context, options ListAutopilotEventsOperationOptions) (result ListAutopilotEventsOperationResponse, err error)
ListAutopilotEvents - Get autopilotEvents from deviceManagement. The list of autopilot events for the tenant.
func (AutopilotEventClient) ListAutopilotEventsComplete ¶
func (c AutopilotEventClient) ListAutopilotEventsComplete(ctx context.Context, options ListAutopilotEventsOperationOptions) (ListAutopilotEventsCompleteResult, error)
ListAutopilotEventsComplete retrieves all the results into a single object
func (AutopilotEventClient) ListAutopilotEventsCompleteMatchingPredicate ¶
func (c AutopilotEventClient) ListAutopilotEventsCompleteMatchingPredicate(ctx context.Context, options ListAutopilotEventsOperationOptions, predicate DeviceManagementAutopilotEventOperationPredicate) (result ListAutopilotEventsCompleteResult, err error)
ListAutopilotEventsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AutopilotEventClient) UpdateAutopilotEvent ¶
func (c AutopilotEventClient) UpdateAutopilotEvent(ctx context.Context, id beta.DeviceManagementAutopilotEventId, input beta.DeviceManagementAutopilotEvent, options UpdateAutopilotEventOperationOptions) (result UpdateAutopilotEventOperationResponse, err error)
UpdateAutopilotEvent - Update the navigation property autopilotEvents in deviceManagement
type CreateAutopilotEventOperationOptions ¶
type CreateAutopilotEventOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAutopilotEventOperationOptions ¶
func DefaultCreateAutopilotEventOperationOptions() CreateAutopilotEventOperationOptions
func (CreateAutopilotEventOperationOptions) ToHeaders ¶
func (o CreateAutopilotEventOperationOptions) ToHeaders() *client.Headers
func (CreateAutopilotEventOperationOptions) ToOData ¶
func (o CreateAutopilotEventOperationOptions) ToOData() *odata.Query
func (CreateAutopilotEventOperationOptions) ToQuery ¶
func (o CreateAutopilotEventOperationOptions) ToQuery() *client.QueryParams
type DeleteAutopilotEventOperationOptions ¶
type DeleteAutopilotEventOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAutopilotEventOperationOptions ¶
func DefaultDeleteAutopilotEventOperationOptions() DeleteAutopilotEventOperationOptions
func (DeleteAutopilotEventOperationOptions) ToHeaders ¶
func (o DeleteAutopilotEventOperationOptions) ToHeaders() *client.Headers
func (DeleteAutopilotEventOperationOptions) ToOData ¶
func (o DeleteAutopilotEventOperationOptions) ToOData() *odata.Query
func (DeleteAutopilotEventOperationOptions) ToQuery ¶
func (o DeleteAutopilotEventOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementAutopilotEventOperationPredicate ¶
type DeviceManagementAutopilotEventOperationPredicate struct { }
func (DeviceManagementAutopilotEventOperationPredicate) Matches ¶
func (p DeviceManagementAutopilotEventOperationPredicate) Matches(input beta.DeviceManagementAutopilotEvent) bool
type GetAutopilotEventOperationOptions ¶
type GetAutopilotEventOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAutopilotEventOperationOptions ¶
func DefaultGetAutopilotEventOperationOptions() GetAutopilotEventOperationOptions
func (GetAutopilotEventOperationOptions) ToHeaders ¶
func (o GetAutopilotEventOperationOptions) ToHeaders() *client.Headers
func (GetAutopilotEventOperationOptions) ToOData ¶
func (o GetAutopilotEventOperationOptions) ToOData() *odata.Query
func (GetAutopilotEventOperationOptions) ToQuery ¶
func (o GetAutopilotEventOperationOptions) ToQuery() *client.QueryParams
type GetAutopilotEventsCountOperationOptions ¶
type GetAutopilotEventsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAutopilotEventsCountOperationOptions ¶
func DefaultGetAutopilotEventsCountOperationOptions() GetAutopilotEventsCountOperationOptions
func (GetAutopilotEventsCountOperationOptions) ToHeaders ¶
func (o GetAutopilotEventsCountOperationOptions) ToHeaders() *client.Headers
func (GetAutopilotEventsCountOperationOptions) ToOData ¶
func (o GetAutopilotEventsCountOperationOptions) ToOData() *odata.Query
func (GetAutopilotEventsCountOperationOptions) ToQuery ¶
func (o GetAutopilotEventsCountOperationOptions) ToQuery() *client.QueryParams
type ListAutopilotEventsCompleteResult ¶
type ListAutopilotEventsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementAutopilotEvent }
type ListAutopilotEventsCustomPager ¶
func (*ListAutopilotEventsCustomPager) NextPageLink ¶
func (p *ListAutopilotEventsCustomPager) NextPageLink() *odata.Link
type ListAutopilotEventsOperationOptions ¶
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 ¶
func DefaultListAutopilotEventsOperationOptions() ListAutopilotEventsOperationOptions
func (ListAutopilotEventsOperationOptions) ToHeaders ¶
func (o ListAutopilotEventsOperationOptions) ToHeaders() *client.Headers
func (ListAutopilotEventsOperationOptions) ToOData ¶
func (o ListAutopilotEventsOperationOptions) ToOData() *odata.Query
func (ListAutopilotEventsOperationOptions) ToQuery ¶
func (o ListAutopilotEventsOperationOptions) ToQuery() *client.QueryParams
type UpdateAutopilotEventOperationOptions ¶
type UpdateAutopilotEventOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAutopilotEventOperationOptions ¶
func DefaultUpdateAutopilotEventOperationOptions() UpdateAutopilotEventOperationOptions
func (UpdateAutopilotEventOperationOptions) ToHeaders ¶
func (o UpdateAutopilotEventOperationOptions) ToHeaders() *client.Headers
func (UpdateAutopilotEventOperationOptions) ToOData ¶
func (o UpdateAutopilotEventOperationOptions) ToOData() *odata.Query
func (UpdateAutopilotEventOperationOptions) ToQuery ¶
func (o UpdateAutopilotEventOperationOptions) ToQuery() *client.QueryParams