Documentation ¶
Index ¶
- type CreateWindowsDriverUpdateProfileAssignmentOperationOptions
- type CreateWindowsDriverUpdateProfileAssignmentOperationResponse
- type DeleteWindowsDriverUpdateProfileAssignmentOperationOptions
- type DeleteWindowsDriverUpdateProfileAssignmentOperationResponse
- type GetWindowsDriverUpdateProfileAssignmentOperationOptions
- type GetWindowsDriverUpdateProfileAssignmentOperationResponse
- type GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions
- type GetWindowsDriverUpdateProfileAssignmentsCountOperationResponse
- type ListWindowsDriverUpdateProfileAssignmentsCompleteResult
- type ListWindowsDriverUpdateProfileAssignmentsCustomPager
- type ListWindowsDriverUpdateProfileAssignmentsOperationOptions
- type ListWindowsDriverUpdateProfileAssignmentsOperationResponse
- type UpdateWindowsDriverUpdateProfileAssignmentOperationOptions
- type UpdateWindowsDriverUpdateProfileAssignmentOperationResponse
- type WindowsDriverUpdateProfileAssignmentClient
- func (c WindowsDriverUpdateProfileAssignmentClient) CreateWindowsDriverUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result CreateWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsDriverUpdateProfileAssignmentClient) DeleteWindowsDriverUpdateProfileAssignment(ctx context.Context, ...) (result DeleteWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignment(ctx context.Context, ...) (result GetWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignmentsCount(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result GetWindowsDriverUpdateProfileAssignmentsCountOperationResponse, ...)
- func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignments(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result ListWindowsDriverUpdateProfileAssignmentsOperationResponse, err error)
- func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsComplete(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (ListWindowsDriverUpdateProfileAssignmentsCompleteResult, error)
- func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, ...) (result ListWindowsDriverUpdateProfileAssignmentsCompleteResult, err error)
- func (c WindowsDriverUpdateProfileAssignmentClient) UpdateWindowsDriverUpdateProfileAssignment(ctx context.Context, ...) (result UpdateWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
- type WindowsDriverUpdateProfileAssignmentOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWindowsDriverUpdateProfileAssignmentOperationOptions ¶
type CreateWindowsDriverUpdateProfileAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsDriverUpdateProfileAssignmentOperationOptions ¶
func DefaultCreateWindowsDriverUpdateProfileAssignmentOperationOptions() CreateWindowsDriverUpdateProfileAssignmentOperationOptions
func (CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o CreateWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteWindowsDriverUpdateProfileAssignmentOperationOptions ¶
type DeleteWindowsDriverUpdateProfileAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsDriverUpdateProfileAssignmentOperationOptions ¶
func DefaultDeleteWindowsDriverUpdateProfileAssignmentOperationOptions() DeleteWindowsDriverUpdateProfileAssignmentOperationOptions
func (DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetWindowsDriverUpdateProfileAssignmentOperationOptions ¶
type GetWindowsDriverUpdateProfileAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsDriverUpdateProfileAssignmentOperationOptions ¶
func DefaultGetWindowsDriverUpdateProfileAssignmentOperationOptions() GetWindowsDriverUpdateProfileAssignmentOperationOptions
func (GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o GetWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions ¶
type GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsDriverUpdateProfileAssignmentsCountOperationOptions ¶
func DefaultGetWindowsDriverUpdateProfileAssignmentsCountOperationOptions() GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions
func (GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToOData ¶
func (o GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToOData() *odata.Query
func (GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToQuery ¶
func (o GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListWindowsDriverUpdateProfileAssignmentsCompleteResult ¶
type ListWindowsDriverUpdateProfileAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsDriverUpdateProfileAssignment }
type ListWindowsDriverUpdateProfileAssignmentsCustomPager ¶
type ListWindowsDriverUpdateProfileAssignmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsDriverUpdateProfileAssignmentsCustomPager) NextPageLink ¶
func (p *ListWindowsDriverUpdateProfileAssignmentsCustomPager) NextPageLink() *odata.Link
type ListWindowsDriverUpdateProfileAssignmentsOperationOptions ¶
type ListWindowsDriverUpdateProfileAssignmentsOperationOptions 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 DefaultListWindowsDriverUpdateProfileAssignmentsOperationOptions ¶
func DefaultListWindowsDriverUpdateProfileAssignmentsOperationOptions() ListWindowsDriverUpdateProfileAssignmentsOperationOptions
func (ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToHeaders ¶
func (o ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToOData ¶
func (o ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToOData() *odata.Query
func (ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToQuery ¶
func (o ListWindowsDriverUpdateProfileAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsDriverUpdateProfileAssignmentOperationOptions ¶
type UpdateWindowsDriverUpdateProfileAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsDriverUpdateProfileAssignmentOperationOptions ¶
func DefaultUpdateWindowsDriverUpdateProfileAssignmentOperationOptions() UpdateWindowsDriverUpdateProfileAssignmentOperationOptions
func (UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type WindowsDriverUpdateProfileAssignmentClient ¶
func NewWindowsDriverUpdateProfileAssignmentClientWithBaseURI ¶
func NewWindowsDriverUpdateProfileAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsDriverUpdateProfileAssignmentClient, error)
func (WindowsDriverUpdateProfileAssignmentClient) CreateWindowsDriverUpdateProfileAssignment ¶
func (c WindowsDriverUpdateProfileAssignmentClient) CreateWindowsDriverUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, input beta.WindowsDriverUpdateProfileAssignment, options CreateWindowsDriverUpdateProfileAssignmentOperationOptions) (result CreateWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
CreateWindowsDriverUpdateProfileAssignment - Create new navigation property to assignments for deviceManagement
func (WindowsDriverUpdateProfileAssignmentClient) DeleteWindowsDriverUpdateProfileAssignment ¶
func (c WindowsDriverUpdateProfileAssignmentClient) DeleteWindowsDriverUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileIdAssignmentId, options DeleteWindowsDriverUpdateProfileAssignmentOperationOptions) (result DeleteWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
DeleteWindowsDriverUpdateProfileAssignment - Delete navigation property assignments for deviceManagement
func (WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignment ¶
func (c WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileIdAssignmentId, options GetWindowsDriverUpdateProfileAssignmentOperationOptions) (result GetWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
GetWindowsDriverUpdateProfileAssignment - Get assignments from deviceManagement. The list of group assignments of the profile.
func (WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignmentsCount ¶
func (c WindowsDriverUpdateProfileAssignmentClient) GetWindowsDriverUpdateProfileAssignmentsCount(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options GetWindowsDriverUpdateProfileAssignmentsCountOperationOptions) (result GetWindowsDriverUpdateProfileAssignmentsCountOperationResponse, err error)
GetWindowsDriverUpdateProfileAssignmentsCount - Get the number of the resource
func (WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignments ¶
func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignments(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options ListWindowsDriverUpdateProfileAssignmentsOperationOptions) (result ListWindowsDriverUpdateProfileAssignmentsOperationResponse, err error)
ListWindowsDriverUpdateProfileAssignments - Get assignments from deviceManagement. The list of group assignments of the profile.
func (WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsComplete ¶
func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsComplete(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options ListWindowsDriverUpdateProfileAssignmentsOperationOptions) (ListWindowsDriverUpdateProfileAssignmentsCompleteResult, error)
ListWindowsDriverUpdateProfileAssignmentsComplete retrieves all the results into a single object
func (WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsCompleteMatchingPredicate ¶
func (c WindowsDriverUpdateProfileAssignmentClient) ListWindowsDriverUpdateProfileAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileId, options ListWindowsDriverUpdateProfileAssignmentsOperationOptions, predicate WindowsDriverUpdateProfileAssignmentOperationPredicate) (result ListWindowsDriverUpdateProfileAssignmentsCompleteResult, err error)
ListWindowsDriverUpdateProfileAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsDriverUpdateProfileAssignmentClient) UpdateWindowsDriverUpdateProfileAssignment ¶
func (c WindowsDriverUpdateProfileAssignmentClient) UpdateWindowsDriverUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsDriverUpdateProfileIdAssignmentId, input beta.WindowsDriverUpdateProfileAssignment, options UpdateWindowsDriverUpdateProfileAssignmentOperationOptions) (result UpdateWindowsDriverUpdateProfileAssignmentOperationResponse, err error)
UpdateWindowsDriverUpdateProfileAssignment - Update the navigation property assignments in deviceManagement
type WindowsDriverUpdateProfileAssignmentOperationPredicate ¶
type WindowsDriverUpdateProfileAssignmentOperationPredicate struct { }
func (WindowsDriverUpdateProfileAssignmentOperationPredicate) Matches ¶
func (p WindowsDriverUpdateProfileAssignmentOperationPredicate) Matches(input beta.WindowsDriverUpdateProfileAssignment) bool
Source Files ¶
- client.go
- method_createwindowsdriverupdateprofileassignment.go
- method_deletewindowsdriverupdateprofileassignment.go
- method_getwindowsdriverupdateprofileassignment.go
- method_getwindowsdriverupdateprofileassignmentscount.go
- method_listwindowsdriverupdateprofileassignments.go
- method_updatewindowsdriverupdateprofileassignment.go
- predicates.go
- version.go