Documentation ¶
Index ¶
- type AssignWindowsFeatureUpdateProfileOperationOptions
- type AssignWindowsFeatureUpdateProfileOperationResponse
- type AssignWindowsFeatureUpdateProfileRequest
- type CreateWindowsFeatureUpdateProfileOperationOptions
- type CreateWindowsFeatureUpdateProfileOperationResponse
- type DeleteWindowsFeatureUpdateProfileOperationOptions
- type DeleteWindowsFeatureUpdateProfileOperationResponse
- type GetWindowsFeatureUpdateProfileOperationOptions
- type GetWindowsFeatureUpdateProfileOperationResponse
- type GetWindowsFeatureUpdateProfilesCountOperationOptions
- type GetWindowsFeatureUpdateProfilesCountOperationResponse
- type ListWindowsFeatureUpdateProfilesCompleteResult
- type ListWindowsFeatureUpdateProfilesCustomPager
- type ListWindowsFeatureUpdateProfilesOperationOptions
- type ListWindowsFeatureUpdateProfilesOperationResponse
- type UpdateWindowsFeatureUpdateProfileOperationOptions
- type UpdateWindowsFeatureUpdateProfileOperationResponse
- type WindowsFeatureUpdateProfileClient
- func (c WindowsFeatureUpdateProfileClient) AssignWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result AssignWindowsFeatureUpdateProfileOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) CreateWindowsFeatureUpdateProfile(ctx context.Context, input beta.WindowsFeatureUpdateProfile, ...) (result CreateWindowsFeatureUpdateProfileOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) DeleteWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result DeleteWindowsFeatureUpdateProfileOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result GetWindowsFeatureUpdateProfileOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfilesCount(ctx context.Context, ...) (result GetWindowsFeatureUpdateProfilesCountOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfiles(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions) (result ListWindowsFeatureUpdateProfilesOperationResponse, err error)
- func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesComplete(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions) (ListWindowsFeatureUpdateProfilesCompleteResult, error)
- func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesCompleteMatchingPredicate(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions, ...) (result ListWindowsFeatureUpdateProfilesCompleteResult, err error)
- func (c WindowsFeatureUpdateProfileClient) UpdateWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, ...) (result UpdateWindowsFeatureUpdateProfileOperationResponse, err error)
- type WindowsFeatureUpdateProfileOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignWindowsFeatureUpdateProfileOperationOptions ¶
type AssignWindowsFeatureUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignWindowsFeatureUpdateProfileOperationOptions ¶
func DefaultAssignWindowsFeatureUpdateProfileOperationOptions() AssignWindowsFeatureUpdateProfileOperationOptions
func (AssignWindowsFeatureUpdateProfileOperationOptions) ToHeaders ¶
func (o AssignWindowsFeatureUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (AssignWindowsFeatureUpdateProfileOperationOptions) ToOData ¶
func (o AssignWindowsFeatureUpdateProfileOperationOptions) ToOData() *odata.Query
func (AssignWindowsFeatureUpdateProfileOperationOptions) ToQuery ¶
func (o AssignWindowsFeatureUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type AssignWindowsFeatureUpdateProfileRequest ¶
type AssignWindowsFeatureUpdateProfileRequest struct {
Assignments *[]beta.WindowsFeatureUpdateProfileAssignment `json:"assignments,omitempty"`
}
type CreateWindowsFeatureUpdateProfileOperationOptions ¶
type CreateWindowsFeatureUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsFeatureUpdateProfileOperationOptions ¶
func DefaultCreateWindowsFeatureUpdateProfileOperationOptions() CreateWindowsFeatureUpdateProfileOperationOptions
func (CreateWindowsFeatureUpdateProfileOperationOptions) ToHeaders ¶
func (o CreateWindowsFeatureUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsFeatureUpdateProfileOperationOptions) ToOData ¶
func (o CreateWindowsFeatureUpdateProfileOperationOptions) ToOData() *odata.Query
func (CreateWindowsFeatureUpdateProfileOperationOptions) ToQuery ¶
func (o CreateWindowsFeatureUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type DeleteWindowsFeatureUpdateProfileOperationOptions ¶
type DeleteWindowsFeatureUpdateProfileOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsFeatureUpdateProfileOperationOptions ¶
func DefaultDeleteWindowsFeatureUpdateProfileOperationOptions() DeleteWindowsFeatureUpdateProfileOperationOptions
func (DeleteWindowsFeatureUpdateProfileOperationOptions) ToHeaders ¶
func (o DeleteWindowsFeatureUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsFeatureUpdateProfileOperationOptions) ToOData ¶
func (o DeleteWindowsFeatureUpdateProfileOperationOptions) ToOData() *odata.Query
func (DeleteWindowsFeatureUpdateProfileOperationOptions) ToQuery ¶
func (o DeleteWindowsFeatureUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type GetWindowsFeatureUpdateProfileOperationOptions ¶
type GetWindowsFeatureUpdateProfileOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsFeatureUpdateProfileOperationOptions ¶
func DefaultGetWindowsFeatureUpdateProfileOperationOptions() GetWindowsFeatureUpdateProfileOperationOptions
func (GetWindowsFeatureUpdateProfileOperationOptions) ToHeaders ¶
func (o GetWindowsFeatureUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (GetWindowsFeatureUpdateProfileOperationOptions) ToOData ¶
func (o GetWindowsFeatureUpdateProfileOperationOptions) ToOData() *odata.Query
func (GetWindowsFeatureUpdateProfileOperationOptions) ToQuery ¶
func (o GetWindowsFeatureUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type GetWindowsFeatureUpdateProfilesCountOperationOptions ¶
type GetWindowsFeatureUpdateProfilesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsFeatureUpdateProfilesCountOperationOptions ¶
func DefaultGetWindowsFeatureUpdateProfilesCountOperationOptions() GetWindowsFeatureUpdateProfilesCountOperationOptions
func (GetWindowsFeatureUpdateProfilesCountOperationOptions) ToHeaders ¶
func (o GetWindowsFeatureUpdateProfilesCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsFeatureUpdateProfilesCountOperationOptions) ToOData ¶
func (o GetWindowsFeatureUpdateProfilesCountOperationOptions) ToOData() *odata.Query
func (GetWindowsFeatureUpdateProfilesCountOperationOptions) ToQuery ¶
func (o GetWindowsFeatureUpdateProfilesCountOperationOptions) ToQuery() *client.QueryParams
type ListWindowsFeatureUpdateProfilesCompleteResult ¶
type ListWindowsFeatureUpdateProfilesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsFeatureUpdateProfile }
type ListWindowsFeatureUpdateProfilesCustomPager ¶
type ListWindowsFeatureUpdateProfilesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsFeatureUpdateProfilesCustomPager) NextPageLink ¶
func (p *ListWindowsFeatureUpdateProfilesCustomPager) NextPageLink() *odata.Link
type ListWindowsFeatureUpdateProfilesOperationOptions ¶
type ListWindowsFeatureUpdateProfilesOperationOptions 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 DefaultListWindowsFeatureUpdateProfilesOperationOptions ¶
func DefaultListWindowsFeatureUpdateProfilesOperationOptions() ListWindowsFeatureUpdateProfilesOperationOptions
func (ListWindowsFeatureUpdateProfilesOperationOptions) ToHeaders ¶
func (o ListWindowsFeatureUpdateProfilesOperationOptions) ToHeaders() *client.Headers
func (ListWindowsFeatureUpdateProfilesOperationOptions) ToOData ¶
func (o ListWindowsFeatureUpdateProfilesOperationOptions) ToOData() *odata.Query
func (ListWindowsFeatureUpdateProfilesOperationOptions) ToQuery ¶
func (o ListWindowsFeatureUpdateProfilesOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsFeatureUpdateProfileOperationOptions ¶
type UpdateWindowsFeatureUpdateProfileOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsFeatureUpdateProfileOperationOptions ¶
func DefaultUpdateWindowsFeatureUpdateProfileOperationOptions() UpdateWindowsFeatureUpdateProfileOperationOptions
func (UpdateWindowsFeatureUpdateProfileOperationOptions) ToHeaders ¶
func (o UpdateWindowsFeatureUpdateProfileOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsFeatureUpdateProfileOperationOptions) ToOData ¶
func (o UpdateWindowsFeatureUpdateProfileOperationOptions) ToOData() *odata.Query
func (UpdateWindowsFeatureUpdateProfileOperationOptions) ToQuery ¶
func (o UpdateWindowsFeatureUpdateProfileOperationOptions) ToQuery() *client.QueryParams
type WindowsFeatureUpdateProfileClient ¶
func NewWindowsFeatureUpdateProfileClientWithBaseURI ¶
func NewWindowsFeatureUpdateProfileClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsFeatureUpdateProfileClient, error)
func (WindowsFeatureUpdateProfileClient) AssignWindowsFeatureUpdateProfile ¶
func (c WindowsFeatureUpdateProfileClient) AssignWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, input AssignWindowsFeatureUpdateProfileRequest, options AssignWindowsFeatureUpdateProfileOperationOptions) (result AssignWindowsFeatureUpdateProfileOperationResponse, err error)
AssignWindowsFeatureUpdateProfile - Invoke action assign
func (WindowsFeatureUpdateProfileClient) CreateWindowsFeatureUpdateProfile ¶
func (c WindowsFeatureUpdateProfileClient) CreateWindowsFeatureUpdateProfile(ctx context.Context, input beta.WindowsFeatureUpdateProfile, options CreateWindowsFeatureUpdateProfileOperationOptions) (result CreateWindowsFeatureUpdateProfileOperationResponse, err error)
CreateWindowsFeatureUpdateProfile - Create new navigation property to windowsFeatureUpdateProfiles for deviceManagement
func (WindowsFeatureUpdateProfileClient) DeleteWindowsFeatureUpdateProfile ¶
func (c WindowsFeatureUpdateProfileClient) DeleteWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options DeleteWindowsFeatureUpdateProfileOperationOptions) (result DeleteWindowsFeatureUpdateProfileOperationResponse, err error)
DeleteWindowsFeatureUpdateProfile - Delete navigation property windowsFeatureUpdateProfiles for deviceManagement
func (WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfile ¶
func (c WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, options GetWindowsFeatureUpdateProfileOperationOptions) (result GetWindowsFeatureUpdateProfileOperationResponse, err error)
GetWindowsFeatureUpdateProfile - Get windowsFeatureUpdateProfiles from deviceManagement. A collection of windows feature update profiles
func (WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfilesCount ¶
func (c WindowsFeatureUpdateProfileClient) GetWindowsFeatureUpdateProfilesCount(ctx context.Context, options GetWindowsFeatureUpdateProfilesCountOperationOptions) (result GetWindowsFeatureUpdateProfilesCountOperationResponse, err error)
GetWindowsFeatureUpdateProfilesCount - Get the number of the resource
func (WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfiles ¶
func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfiles(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions) (result ListWindowsFeatureUpdateProfilesOperationResponse, err error)
ListWindowsFeatureUpdateProfiles - Get windowsFeatureUpdateProfiles from deviceManagement. A collection of windows feature update profiles
func (WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesComplete ¶
func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesComplete(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions) (ListWindowsFeatureUpdateProfilesCompleteResult, error)
ListWindowsFeatureUpdateProfilesComplete retrieves all the results into a single object
func (WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesCompleteMatchingPredicate ¶
func (c WindowsFeatureUpdateProfileClient) ListWindowsFeatureUpdateProfilesCompleteMatchingPredicate(ctx context.Context, options ListWindowsFeatureUpdateProfilesOperationOptions, predicate WindowsFeatureUpdateProfileOperationPredicate) (result ListWindowsFeatureUpdateProfilesCompleteResult, err error)
ListWindowsFeatureUpdateProfilesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsFeatureUpdateProfileClient) UpdateWindowsFeatureUpdateProfile ¶
func (c WindowsFeatureUpdateProfileClient) UpdateWindowsFeatureUpdateProfile(ctx context.Context, id beta.DeviceManagementWindowsFeatureUpdateProfileId, input beta.WindowsFeatureUpdateProfile, options UpdateWindowsFeatureUpdateProfileOperationOptions) (result UpdateWindowsFeatureUpdateProfileOperationResponse, err error)
UpdateWindowsFeatureUpdateProfile - Update the navigation property windowsFeatureUpdateProfiles in deviceManagement
type WindowsFeatureUpdateProfileOperationPredicate ¶
type WindowsFeatureUpdateProfileOperationPredicate struct { }
func (WindowsFeatureUpdateProfileOperationPredicate) Matches ¶
func (p WindowsFeatureUpdateProfileOperationPredicate) Matches(input beta.WindowsFeatureUpdateProfile) bool
Source Files ¶
- client.go
- method_assignwindowsfeatureupdateprofile.go
- method_createwindowsfeatureupdateprofile.go
- method_deletewindowsfeatureupdateprofile.go
- method_getwindowsfeatureupdateprofile.go
- method_getwindowsfeatureupdateprofilescount.go
- method_listwindowsfeatureupdateprofiles.go
- method_updatewindowsfeatureupdateprofile.go
- model_assignwindowsfeatureupdateprofilerequest.go
- predicates.go
- version.go