Documentation ¶
Index ¶
- type CreateWindowsFeatureUpdateProfileAssignmentOperationOptions
- type CreateWindowsFeatureUpdateProfileAssignmentOperationResponse
- type DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions
- type DeleteWindowsFeatureUpdateProfileAssignmentOperationResponse
- type GetWindowsFeatureUpdateProfileAssignmentOperationOptions
- type GetWindowsFeatureUpdateProfileAssignmentOperationResponse
- type GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions
- type GetWindowsFeatureUpdateProfileAssignmentsCountOperationResponse
- type ListWindowsFeatureUpdateProfileAssignmentsCompleteResult
- type ListWindowsFeatureUpdateProfileAssignmentsCustomPager
- type ListWindowsFeatureUpdateProfileAssignmentsOperationOptions
- type ListWindowsFeatureUpdateProfileAssignmentsOperationResponse
- type UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions
- type UpdateWindowsFeatureUpdateProfileAssignmentOperationResponse
- type WindowsFeatureUpdateProfileAssignmentClient
- func (c WindowsFeatureUpdateProfileAssignmentClient) CreateWindowsFeatureUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result CreateWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) DeleteWindowsFeatureUpdateProfileAssignment(ctx context.Context, ...) (result DeleteWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignment(ctx context.Context, ...) (result GetWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignmentsCount(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result GetWindowsFeatureUpdateProfileAssignmentsCountOperationResponse, ...)
- func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignments(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result ListWindowsFeatureUpdateProfileAssignmentsOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsComplete(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (ListWindowsFeatureUpdateProfileAssignmentsCompleteResult, error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result ListWindowsFeatureUpdateProfileAssignmentsCompleteResult, err error)
- func (c WindowsFeatureUpdateProfileAssignmentClient) UpdateWindowsFeatureUpdateProfileAssignment(ctx context.Context, ...) (result UpdateWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
- type WindowsFeatureUpdateProfileAssignmentOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
type CreateWindowsFeatureUpdateProfileAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
func DefaultCreateWindowsFeatureUpdateProfileAssignmentOperationOptions() CreateWindowsFeatureUpdateProfileAssignmentOperationOptions
func (CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
type DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
func DefaultDeleteWindowsFeatureUpdateProfileAssignmentOperationOptions() DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions
func (DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
type GetWindowsFeatureUpdateProfileAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
func DefaultGetWindowsFeatureUpdateProfileAssignmentOperationOptions() GetWindowsFeatureUpdateProfileAssignmentOperationOptions
func (GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o GetWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions ¶
type GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions ¶
func DefaultGetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions() GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions
func (GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToOData ¶
func (o GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToOData() *odata.Query
func (GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToQuery ¶
func (o GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListWindowsFeatureUpdateProfileAssignmentsCompleteResult ¶
type ListWindowsFeatureUpdateProfileAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsFeatureUpdateProfileAssignment }
type ListWindowsFeatureUpdateProfileAssignmentsCustomPager ¶
type ListWindowsFeatureUpdateProfileAssignmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsFeatureUpdateProfileAssignmentsCustomPager) NextPageLink ¶
func (p *ListWindowsFeatureUpdateProfileAssignmentsCustomPager) NextPageLink() *odata.Link
type ListWindowsFeatureUpdateProfileAssignmentsOperationOptions ¶
type ListWindowsFeatureUpdateProfileAssignmentsOperationOptions 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 DefaultListWindowsFeatureUpdateProfileAssignmentsOperationOptions ¶
func DefaultListWindowsFeatureUpdateProfileAssignmentsOperationOptions() ListWindowsFeatureUpdateProfileAssignmentsOperationOptions
func (ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToHeaders ¶
func (o ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToOData ¶
func (o ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToOData() *odata.Query
func (ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToQuery ¶
func (o ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
type UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsFeatureUpdateProfileAssignmentOperationOptions ¶
func DefaultUpdateWindowsFeatureUpdateProfileAssignmentOperationOptions() UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions
func (UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders ¶
func (o UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData ¶
func (o UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery ¶
func (o UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) ToQuery() *client.QueryParams
type WindowsFeatureUpdateProfileAssignmentClient ¶
func NewWindowsFeatureUpdateProfileAssignmentClientWithBaseURI ¶
func NewWindowsFeatureUpdateProfileAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsFeatureUpdateProfileAssignmentClient, error)
func (WindowsFeatureUpdateProfileAssignmentClient) CreateWindowsFeatureUpdateProfileAssignment ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) CreateWindowsFeatureUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, input beta.WindowsFeatureUpdateProfileAssignment, options CreateWindowsFeatureUpdateProfileAssignmentOperationOptions) (result CreateWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
CreateWindowsFeatureUpdateProfileAssignment - Create new navigation property to assignments for deviceManagement
func (WindowsFeatureUpdateProfileAssignmentClient) DeleteWindowsFeatureUpdateProfileAssignment ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) DeleteWindowsFeatureUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileIdAssignmentId, options DeleteWindowsFeatureUpdateProfileAssignmentOperationOptions) (result DeleteWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
DeleteWindowsFeatureUpdateProfileAssignment - Delete navigation property assignments for deviceManagement
func (WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignment ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileIdAssignmentId, options GetWindowsFeatureUpdateProfileAssignmentOperationOptions) (result GetWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
GetWindowsFeatureUpdateProfileAssignment - Get assignments from deviceManagement. The list of group assignments of the profile.
func (WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignmentsCount ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) GetWindowsFeatureUpdateProfileAssignmentsCount(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options GetWindowsFeatureUpdateProfileAssignmentsCountOperationOptions) (result GetWindowsFeatureUpdateProfileAssignmentsCountOperationResponse, err error)
GetWindowsFeatureUpdateProfileAssignmentsCount - Get the number of the resource
func (WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignments ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignments(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) (result ListWindowsFeatureUpdateProfileAssignmentsOperationResponse, err error)
ListWindowsFeatureUpdateProfileAssignments - Get assignments from deviceManagement. The list of group assignments of the profile.
func (WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsComplete ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsComplete(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options ListWindowsFeatureUpdateProfileAssignmentsOperationOptions) (ListWindowsFeatureUpdateProfileAssignmentsCompleteResult, error)
ListWindowsFeatureUpdateProfileAssignmentsComplete retrieves all the results into a single object
func (WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsCompleteMatchingPredicate ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) ListWindowsFeatureUpdateProfileAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options ListWindowsFeatureUpdateProfileAssignmentsOperationOptions, predicate WindowsFeatureUpdateProfileAssignmentOperationPredicate) (result ListWindowsFeatureUpdateProfileAssignmentsCompleteResult, err error)
ListWindowsFeatureUpdateProfileAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsFeatureUpdateProfileAssignmentClient) UpdateWindowsFeatureUpdateProfileAssignment ¶
func (c WindowsFeatureUpdateProfileAssignmentClient) UpdateWindowsFeatureUpdateProfileAssignment(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileIdAssignmentId, input beta.WindowsFeatureUpdateProfileAssignment, options UpdateWindowsFeatureUpdateProfileAssignmentOperationOptions) (result UpdateWindowsFeatureUpdateProfileAssignmentOperationResponse, err error)
UpdateWindowsFeatureUpdateProfileAssignment - Update the navigation property assignments in deviceManagement
type WindowsFeatureUpdateProfileAssignmentOperationPredicate ¶
type WindowsFeatureUpdateProfileAssignmentOperationPredicate struct { }
func (WindowsFeatureUpdateProfileAssignmentOperationPredicate) Matches ¶
func (p WindowsFeatureUpdateProfileAssignmentOperationPredicate) Matches(input beta.WindowsFeatureUpdateProfileAssignment) bool
Source Files ¶
- client.go
- method_createwindowsfeatureupdateprofileassignment.go
- method_deletewindowsfeatureupdateprofileassignment.go
- method_getwindowsfeatureupdateprofileassignment.go
- method_getwindowsfeatureupdateprofileassignmentscount.go
- method_listwindowsfeatureupdateprofileassignments.go
- method_updatewindowsfeatureupdateprofileassignment.go
- predicates.go
- version.go