Documentation ¶
Index ¶
- type CreateDeviceCategoryOperationOptions
- type CreateDeviceCategoryOperationResponse
- type DeleteDeviceCategoryOperationOptions
- type DeleteDeviceCategoryOperationResponse
- type DeviceCategoryClient
- func (c DeviceCategoryClient) CreateDeviceCategory(ctx context.Context, input beta.DeviceCategory, ...) (result CreateDeviceCategoryOperationResponse, err error)
- func (c DeviceCategoryClient) DeleteDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, ...) (result DeleteDeviceCategoryOperationResponse, err error)
- func (c DeviceCategoryClient) GetDeviceCategoriesCount(ctx context.Context, options GetDeviceCategoriesCountOperationOptions) (result GetDeviceCategoriesCountOperationResponse, err error)
- func (c DeviceCategoryClient) GetDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, ...) (result GetDeviceCategoryOperationResponse, err error)
- func (c DeviceCategoryClient) ListDeviceCategories(ctx context.Context, options ListDeviceCategoriesOperationOptions) (result ListDeviceCategoriesOperationResponse, err error)
- func (c DeviceCategoryClient) ListDeviceCategoriesComplete(ctx context.Context, options ListDeviceCategoriesOperationOptions) (ListDeviceCategoriesCompleteResult, error)
- func (c DeviceCategoryClient) ListDeviceCategoriesCompleteMatchingPredicate(ctx context.Context, options ListDeviceCategoriesOperationOptions, ...) (result ListDeviceCategoriesCompleteResult, err error)
- func (c DeviceCategoryClient) UpdateDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, ...) (result UpdateDeviceCategoryOperationResponse, err error)
- type DeviceCategoryOperationPredicate
- type GetDeviceCategoriesCountOperationOptions
- type GetDeviceCategoriesCountOperationResponse
- type GetDeviceCategoryOperationOptions
- type GetDeviceCategoryOperationResponse
- type ListDeviceCategoriesCompleteResult
- type ListDeviceCategoriesCustomPager
- type ListDeviceCategoriesOperationOptions
- type ListDeviceCategoriesOperationResponse
- type UpdateDeviceCategoryOperationOptions
- type UpdateDeviceCategoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDeviceCategoryOperationOptions ¶
type CreateDeviceCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDeviceCategoryOperationOptions ¶
func DefaultCreateDeviceCategoryOperationOptions() CreateDeviceCategoryOperationOptions
func (CreateDeviceCategoryOperationOptions) ToHeaders ¶
func (o CreateDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (CreateDeviceCategoryOperationOptions) ToOData ¶
func (o CreateDeviceCategoryOperationOptions) ToOData() *odata.Query
func (CreateDeviceCategoryOperationOptions) ToQuery ¶
func (o CreateDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type DeleteDeviceCategoryOperationOptions ¶
type DeleteDeviceCategoryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceCategoryOperationOptions ¶
func DefaultDeleteDeviceCategoryOperationOptions() DeleteDeviceCategoryOperationOptions
func (DeleteDeviceCategoryOperationOptions) ToHeaders ¶
func (o DeleteDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceCategoryOperationOptions) ToOData ¶
func (o DeleteDeviceCategoryOperationOptions) ToOData() *odata.Query
func (DeleteDeviceCategoryOperationOptions) ToQuery ¶
func (o DeleteDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type DeviceCategoryClient ¶
func NewDeviceCategoryClientWithBaseURI ¶
func NewDeviceCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCategoryClient, error)
func (DeviceCategoryClient) CreateDeviceCategory ¶
func (c DeviceCategoryClient) CreateDeviceCategory(ctx context.Context, input beta.DeviceCategory, options CreateDeviceCategoryOperationOptions) (result CreateDeviceCategoryOperationResponse, err error)
CreateDeviceCategory - Create new navigation property to deviceCategories for deviceManagement
func (DeviceCategoryClient) DeleteDeviceCategory ¶
func (c DeviceCategoryClient) DeleteDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, options DeleteDeviceCategoryOperationOptions) (result DeleteDeviceCategoryOperationResponse, err error)
DeleteDeviceCategory - Delete navigation property deviceCategories for deviceManagement
func (DeviceCategoryClient) GetDeviceCategoriesCount ¶
func (c DeviceCategoryClient) GetDeviceCategoriesCount(ctx context.Context, options GetDeviceCategoriesCountOperationOptions) (result GetDeviceCategoriesCountOperationResponse, err error)
GetDeviceCategoriesCount - Get the number of the resource
func (DeviceCategoryClient) GetDeviceCategory ¶
func (c DeviceCategoryClient) GetDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, options GetDeviceCategoryOperationOptions) (result GetDeviceCategoryOperationResponse, err error)
GetDeviceCategory - Get deviceCategories from deviceManagement. The list of device categories with the tenant.
func (DeviceCategoryClient) ListDeviceCategories ¶
func (c DeviceCategoryClient) ListDeviceCategories(ctx context.Context, options ListDeviceCategoriesOperationOptions) (result ListDeviceCategoriesOperationResponse, err error)
ListDeviceCategories - Get deviceCategories from deviceManagement. The list of device categories with the tenant.
func (DeviceCategoryClient) ListDeviceCategoriesComplete ¶
func (c DeviceCategoryClient) ListDeviceCategoriesComplete(ctx context.Context, options ListDeviceCategoriesOperationOptions) (ListDeviceCategoriesCompleteResult, error)
ListDeviceCategoriesComplete retrieves all the results into a single object
func (DeviceCategoryClient) ListDeviceCategoriesCompleteMatchingPredicate ¶
func (c DeviceCategoryClient) ListDeviceCategoriesCompleteMatchingPredicate(ctx context.Context, options ListDeviceCategoriesOperationOptions, predicate DeviceCategoryOperationPredicate) (result ListDeviceCategoriesCompleteResult, err error)
ListDeviceCategoriesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceCategoryClient) UpdateDeviceCategory ¶
func (c DeviceCategoryClient) UpdateDeviceCategory(ctx context.Context, id beta.DeviceManagementDeviceCategoryId, input beta.DeviceCategory, options UpdateDeviceCategoryOperationOptions) (result UpdateDeviceCategoryOperationResponse, err error)
UpdateDeviceCategory - Update the navigation property deviceCategories in deviceManagement
type DeviceCategoryOperationPredicate ¶
type DeviceCategoryOperationPredicate struct { }
func (DeviceCategoryOperationPredicate) Matches ¶
func (p DeviceCategoryOperationPredicate) Matches(input beta.DeviceCategory) bool
type GetDeviceCategoriesCountOperationOptions ¶
type GetDeviceCategoriesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceCategoriesCountOperationOptions ¶
func DefaultGetDeviceCategoriesCountOperationOptions() GetDeviceCategoriesCountOperationOptions
func (GetDeviceCategoriesCountOperationOptions) ToHeaders ¶
func (o GetDeviceCategoriesCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCategoriesCountOperationOptions) ToOData ¶
func (o GetDeviceCategoriesCountOperationOptions) ToOData() *odata.Query
func (GetDeviceCategoriesCountOperationOptions) ToQuery ¶
func (o GetDeviceCategoriesCountOperationOptions) ToQuery() *client.QueryParams
type GetDeviceCategoryOperationOptions ¶
type GetDeviceCategoryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceCategoryOperationOptions ¶
func DefaultGetDeviceCategoryOperationOptions() GetDeviceCategoryOperationOptions
func (GetDeviceCategoryOperationOptions) ToHeaders ¶
func (o GetDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (GetDeviceCategoryOperationOptions) ToOData ¶
func (o GetDeviceCategoryOperationOptions) ToOData() *odata.Query
func (GetDeviceCategoryOperationOptions) ToQuery ¶
func (o GetDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type ListDeviceCategoriesCompleteResult ¶
type ListDeviceCategoriesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceCategory }
type ListDeviceCategoriesCustomPager ¶
func (*ListDeviceCategoriesCustomPager) NextPageLink ¶
func (p *ListDeviceCategoriesCustomPager) NextPageLink() *odata.Link
type ListDeviceCategoriesOperationOptions ¶
type ListDeviceCategoriesOperationOptions 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 DefaultListDeviceCategoriesOperationOptions ¶
func DefaultListDeviceCategoriesOperationOptions() ListDeviceCategoriesOperationOptions
func (ListDeviceCategoriesOperationOptions) ToHeaders ¶
func (o ListDeviceCategoriesOperationOptions) ToHeaders() *client.Headers
func (ListDeviceCategoriesOperationOptions) ToOData ¶
func (o ListDeviceCategoriesOperationOptions) ToOData() *odata.Query
func (ListDeviceCategoriesOperationOptions) ToQuery ¶
func (o ListDeviceCategoriesOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceCategoryOperationOptions ¶
type UpdateDeviceCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceCategoryOperationOptions ¶
func DefaultUpdateDeviceCategoryOperationOptions() UpdateDeviceCategoryOperationOptions
func (UpdateDeviceCategoryOperationOptions) ToHeaders ¶
func (o UpdateDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceCategoryOperationOptions) ToOData ¶
func (o UpdateDeviceCategoryOperationOptions) ToOData() *odata.Query
func (UpdateDeviceCategoryOperationOptions) ToQuery ¶
func (o UpdateDeviceCategoryOperationOptions) ToQuery() *client.QueryParams