Documentation ¶
Index ¶
- type AssignWindowsDriverUpdateProfileOperationOptions
- type AssignWindowsDriverUpdateProfileOperationResponse
- type AssignWindowsDriverUpdateProfileRequest
- type CreateWindowsDriverUpdateProfileExecuteActionOperationOptions
- type CreateWindowsDriverUpdateProfileExecuteActionOperationResponse
- type CreateWindowsDriverUpdateProfileExecuteActionRequest
- type CreateWindowsDriverUpdateProfileOperationOptions
- type CreateWindowsDriverUpdateProfileOperationResponse
- type DeleteWindowsDriverUpdateProfileOperationOptions
- type DeleteWindowsDriverUpdateProfileOperationResponse
- type GetWindowsDriverUpdateProfileOperationOptions
- type GetWindowsDriverUpdateProfileOperationResponse
- type GetWindowsDriverUpdateProfilesCountOperationOptions
- type GetWindowsDriverUpdateProfilesCountOperationResponse
- type ListWindowsDriverUpdateProfilesCompleteResult
- type ListWindowsDriverUpdateProfilesCustomPager
- type ListWindowsDriverUpdateProfilesOperationOptions
- type ListWindowsDriverUpdateProfilesOperationResponse
- type SyncWindowsDriverUpdateProfileInventoryOperationOptions
- type SyncWindowsDriverUpdateProfileInventoryOperationResponse
- type UpdateWindowsDriverUpdateProfileOperationOptions
- type UpdateWindowsDriverUpdateProfileOperationResponse
- type WindowsDriverUpdateProfileClient
- func (c WindowsDriverUpdateProfileClient) AssignWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result AssignWindowsDriverUpdateProfileOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfile(ctx context.Context, input beta.WindowsDriverUpdateProfile, ...) (result CreateWindowsDriverUpdateProfileOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfileExecuteAction(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result CreateWindowsDriverUpdateProfileExecuteActionOperationResponse, ...)
- func (c WindowsDriverUpdateProfileClient) DeleteWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result DeleteWindowsDriverUpdateProfileOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result GetWindowsDriverUpdateProfileOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfilesCount(ctx context.Context, ...) (result GetWindowsDriverUpdateProfilesCountOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfiles(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions) (result ListWindowsDriverUpdateProfilesOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesComplete(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions) (ListWindowsDriverUpdateProfilesCompleteResult, error)
- func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesCompleteMatchingPredicate(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions, ...) (result ListWindowsDriverUpdateProfilesCompleteResult, err error)
- func (c WindowsDriverUpdateProfileClient) SyncWindowsDriverUpdateProfileInventory(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result SyncWindowsDriverUpdateProfileInventoryOperationResponse, err error)
- func (c WindowsDriverUpdateProfileClient) UpdateWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result UpdateWindowsDriverUpdateProfileOperationResponse, err error)
- type WindowsDriverUpdateProfileOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignWindowsDriverUpdateProfileOperationOptions ¶
type AssignWindowsDriverUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignWindowsDriverUpdateProfileOperationOptions ¶
func DefaultAssignWindowsDriverUpdateProfileOperationOptions() AssignWindowsDriverUpdateProfileOperationOptions
func (AssignWindowsDriverUpdateProfileOperationOptions) ToHeaders ¶
func (o AssignWindowsDriverUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (AssignWindowsDriverUpdateProfileOperationOptions) ToOData ¶
func (o AssignWindowsDriverUpdateProfileOperationOptions) ToOData() *odata.Query
func (AssignWindowsDriverUpdateProfileOperationOptions) ToQuery ¶
func (o AssignWindowsDriverUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type AssignWindowsDriverUpdateProfileRequest ¶
type AssignWindowsDriverUpdateProfileRequest struct {
Assignments *[]beta.WindowsDriverUpdateProfileAssignment `json:"assignments,omitempty"`
}
type CreateWindowsDriverUpdateProfileExecuteActionOperationOptions ¶
type CreateWindowsDriverUpdateProfileExecuteActionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsDriverUpdateProfileExecuteActionOperationOptions ¶
func DefaultCreateWindowsDriverUpdateProfileExecuteActionOperationOptions() CreateWindowsDriverUpdateProfileExecuteActionOperationOptions
func (CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToHeaders ¶
func (o CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToOData ¶
func (o CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToOData() *odata.Query
func (CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToQuery ¶
func (o CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) ToQuery() *client.QueryParams
type CreateWindowsDriverUpdateProfileExecuteActionRequest ¶
type CreateWindowsDriverUpdateProfileExecuteActionRequest struct { // An enum type to represent approval actions of single or list of drivers. ActionName *beta.DriverApprovalAction `json:"actionName,omitempty"` DeploymentDate nullable.Type[string] `json:"deploymentDate,omitempty"` DriverIds *[]string `json:"driverIds,omitempty"` }
type CreateWindowsDriverUpdateProfileOperationOptions ¶
type CreateWindowsDriverUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsDriverUpdateProfileOperationOptions ¶
func DefaultCreateWindowsDriverUpdateProfileOperationOptions() CreateWindowsDriverUpdateProfileOperationOptions
func (CreateWindowsDriverUpdateProfileOperationOptions) ToHeaders ¶
func (o CreateWindowsDriverUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsDriverUpdateProfileOperationOptions) ToOData ¶
func (o CreateWindowsDriverUpdateProfileOperationOptions) ToOData() *odata.Query
func (CreateWindowsDriverUpdateProfileOperationOptions) ToQuery ¶
func (o CreateWindowsDriverUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type DeleteWindowsDriverUpdateProfileOperationOptions ¶
type DeleteWindowsDriverUpdateProfileOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsDriverUpdateProfileOperationOptions ¶
func DefaultDeleteWindowsDriverUpdateProfileOperationOptions() DeleteWindowsDriverUpdateProfileOperationOptions
func (DeleteWindowsDriverUpdateProfileOperationOptions) ToHeaders ¶
func (o DeleteWindowsDriverUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsDriverUpdateProfileOperationOptions) ToOData ¶
func (o DeleteWindowsDriverUpdateProfileOperationOptions) ToOData() *odata.Query
func (DeleteWindowsDriverUpdateProfileOperationOptions) ToQuery ¶
func (o DeleteWindowsDriverUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type GetWindowsDriverUpdateProfileOperationOptions ¶
type GetWindowsDriverUpdateProfileOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsDriverUpdateProfileOperationOptions ¶
func DefaultGetWindowsDriverUpdateProfileOperationOptions() GetWindowsDriverUpdateProfileOperationOptions
func (GetWindowsDriverUpdateProfileOperationOptions) ToHeaders ¶
func (o GetWindowsDriverUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (GetWindowsDriverUpdateProfileOperationOptions) ToOData ¶
func (o GetWindowsDriverUpdateProfileOperationOptions) ToOData() *odata.Query
func (GetWindowsDriverUpdateProfileOperationOptions) ToQuery ¶
func (o GetWindowsDriverUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type GetWindowsDriverUpdateProfilesCountOperationOptions ¶
type GetWindowsDriverUpdateProfilesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsDriverUpdateProfilesCountOperationOptions ¶
func DefaultGetWindowsDriverUpdateProfilesCountOperationOptions() GetWindowsDriverUpdateProfilesCountOperationOptions
func (GetWindowsDriverUpdateProfilesCountOperationOptions) ToHeaders ¶
func (o GetWindowsDriverUpdateProfilesCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsDriverUpdateProfilesCountOperationOptions) ToOData ¶
func (o GetWindowsDriverUpdateProfilesCountOperationOptions) ToOData() *odata.Query
func (GetWindowsDriverUpdateProfilesCountOperationOptions) ToQuery ¶
func (o GetWindowsDriverUpdateProfilesCountOperationOptions) ToQuery() *client.QueryParams
type ListWindowsDriverUpdateProfilesCompleteResult ¶
type ListWindowsDriverUpdateProfilesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsDriverUpdateProfile }
type ListWindowsDriverUpdateProfilesCustomPager ¶
type ListWindowsDriverUpdateProfilesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsDriverUpdateProfilesCustomPager) NextPageLink ¶
func (p *ListWindowsDriverUpdateProfilesCustomPager) NextPageLink() *odata.Link
type ListWindowsDriverUpdateProfilesOperationOptions ¶
type ListWindowsDriverUpdateProfilesOperationOptions 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 DefaultListWindowsDriverUpdateProfilesOperationOptions ¶
func DefaultListWindowsDriverUpdateProfilesOperationOptions() ListWindowsDriverUpdateProfilesOperationOptions
func (ListWindowsDriverUpdateProfilesOperationOptions) ToHeaders ¶
func (o ListWindowsDriverUpdateProfilesOperationOptions) ToHeaders() *client.Headers
func (ListWindowsDriverUpdateProfilesOperationOptions) ToOData ¶
func (o ListWindowsDriverUpdateProfilesOperationOptions) ToOData() *odata.Query
func (ListWindowsDriverUpdateProfilesOperationOptions) ToQuery ¶
func (o ListWindowsDriverUpdateProfilesOperationOptions) ToQuery() *client.QueryParams
type SyncWindowsDriverUpdateProfileInventoryOperationOptions ¶
type SyncWindowsDriverUpdateProfileInventoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSyncWindowsDriverUpdateProfileInventoryOperationOptions ¶
func DefaultSyncWindowsDriverUpdateProfileInventoryOperationOptions() SyncWindowsDriverUpdateProfileInventoryOperationOptions
func (SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToHeaders ¶
func (o SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToHeaders() *client.Headers
func (SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToOData ¶
func (o SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToOData() *odata.Query
func (SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToQuery ¶
func (o SyncWindowsDriverUpdateProfileInventoryOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsDriverUpdateProfileOperationOptions ¶
type UpdateWindowsDriverUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsDriverUpdateProfileOperationOptions ¶
func DefaultUpdateWindowsDriverUpdateProfileOperationOptions() UpdateWindowsDriverUpdateProfileOperationOptions
func (UpdateWindowsDriverUpdateProfileOperationOptions) ToHeaders ¶
func (o UpdateWindowsDriverUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsDriverUpdateProfileOperationOptions) ToOData ¶
func (o UpdateWindowsDriverUpdateProfileOperationOptions) ToOData() *odata.Query
func (UpdateWindowsDriverUpdateProfileOperationOptions) ToQuery ¶
func (o UpdateWindowsDriverUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type WindowsDriverUpdateProfileClient ¶
func NewWindowsDriverUpdateProfileClientWithBaseURI ¶
func NewWindowsDriverUpdateProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsDriverUpdateProfileClient, error)
func (WindowsDriverUpdateProfileClient) AssignWindowsDriverUpdateProfile ¶
func (c WindowsDriverUpdateProfileClient) AssignWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, input AssignWindowsDriverUpdateProfileRequest, options AssignWindowsDriverUpdateProfileOperationOptions) (result AssignWindowsDriverUpdateProfileOperationResponse, err error)
AssignWindowsDriverUpdateProfile - Invoke action assign
func (WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfile ¶
func (c WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfile(ctx context.Context, input beta.WindowsDriverUpdateProfile, options CreateWindowsDriverUpdateProfileOperationOptions) (result CreateWindowsDriverUpdateProfileOperationResponse, err error)
CreateWindowsDriverUpdateProfile - Create new navigation property to windowsDriverUpdateProfiles for deviceManagement
func (WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfileExecuteAction ¶
func (c WindowsDriverUpdateProfileClient) CreateWindowsDriverUpdateProfileExecuteAction(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, input CreateWindowsDriverUpdateProfileExecuteActionRequest, options CreateWindowsDriverUpdateProfileExecuteActionOperationOptions) (result CreateWindowsDriverUpdateProfileExecuteActionOperationResponse, err error)
CreateWindowsDriverUpdateProfileExecuteAction - Invoke action executeAction
func (WindowsDriverUpdateProfileClient) DeleteWindowsDriverUpdateProfile ¶
func (c WindowsDriverUpdateProfileClient) DeleteWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options DeleteWindowsDriverUpdateProfileOperationOptions) (result DeleteWindowsDriverUpdateProfileOperationResponse, err error)
DeleteWindowsDriverUpdateProfile - Delete navigation property windowsDriverUpdateProfiles for deviceManagement
func (WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfile ¶
func (c WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options GetWindowsDriverUpdateProfileOperationOptions) (result GetWindowsDriverUpdateProfileOperationResponse, err error)
GetWindowsDriverUpdateProfile - Get windowsDriverUpdateProfiles from deviceManagement. A collection of windows driver update profiles
func (WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfilesCount ¶
func (c WindowsDriverUpdateProfileClient) GetWindowsDriverUpdateProfilesCount(ctx context.Context, options GetWindowsDriverUpdateProfilesCountOperationOptions) (result GetWindowsDriverUpdateProfilesCountOperationResponse, err error)
GetWindowsDriverUpdateProfilesCount - Get the number of the resource
func (WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfiles ¶
func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfiles(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions) (result ListWindowsDriverUpdateProfilesOperationResponse, err error)
ListWindowsDriverUpdateProfiles - Get windowsDriverUpdateProfiles from deviceManagement. A collection of windows driver update profiles
func (WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesComplete ¶
func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesComplete(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions) (ListWindowsDriverUpdateProfilesCompleteResult, error)
ListWindowsDriverUpdateProfilesComplete retrieves all the results into a single object
func (WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesCompleteMatchingPredicate ¶
func (c WindowsDriverUpdateProfileClient) ListWindowsDriverUpdateProfilesCompleteMatchingPredicate(ctx context.Context, options ListWindowsDriverUpdateProfilesOperationOptions, predicate WindowsDriverUpdateProfileOperationPredicate) (result ListWindowsDriverUpdateProfilesCompleteResult, err error)
ListWindowsDriverUpdateProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsDriverUpdateProfileClient) SyncWindowsDriverUpdateProfileInventory ¶
func (c WindowsDriverUpdateProfileClient) SyncWindowsDriverUpdateProfileInventory(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options SyncWindowsDriverUpdateProfileInventoryOperationOptions) (result SyncWindowsDriverUpdateProfileInventoryOperationResponse, err error)
SyncWindowsDriverUpdateProfileInventory - Invoke action syncInventory. Sync the driver inventory of a WindowsDriverUpdateProfile.
func (WindowsDriverUpdateProfileClient) UpdateWindowsDriverUpdateProfile ¶
func (c WindowsDriverUpdateProfileClient) UpdateWindowsDriverUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, input beta.WindowsDriverUpdateProfile, options UpdateWindowsDriverUpdateProfileOperationOptions) (result UpdateWindowsDriverUpdateProfileOperationResponse, err error)
UpdateWindowsDriverUpdateProfile - Update the navigation property windowsDriverUpdateProfiles in deviceManagement
type WindowsDriverUpdateProfileOperationPredicate ¶
type WindowsDriverUpdateProfileOperationPredicate struct { }
func (WindowsDriverUpdateProfileOperationPredicate) Matches ¶
func (p WindowsDriverUpdateProfileOperationPredicate) Matches(input beta.WindowsDriverUpdateProfile) bool
Source Files ¶
- client.go
- method_assignwindowsdriverupdateprofile.go
- method_createwindowsdriverupdateprofile.go
- method_createwindowsdriverupdateprofileexecuteaction.go
- method_deletewindowsdriverupdateprofile.go
- method_getwindowsdriverupdateprofile.go
- method_getwindowsdriverupdateprofilescount.go
- method_listwindowsdriverupdateprofiles.go
- method_syncwindowsdriverupdateprofileinventory.go
- method_updatewindowsdriverupdateprofile.go
- model_assignwindowsdriverupdateprofilerequest.go
- model_createwindowsdriverupdateprofileexecuteactionrequest.go
- predicates.go
- version.go