windowsautopilotdeploymentprofileassignment

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateWindowsAutopilotDeploymentProfileAssignmentOperationOptions

type CreateWindowsAutopilotDeploymentProfileAssignmentOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToHeaders

func (CreateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToOData

func (CreateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToQuery

type CreateWindowsAutopilotDeploymentProfileAssignmentOperationResponse

type CreateWindowsAutopilotDeploymentProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.WindowsAutopilotDeploymentProfileAssignment
}

type DeleteWindowsAutopilotDeploymentProfileAssignmentOperationOptions

type DeleteWindowsAutopilotDeploymentProfileAssignmentOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToHeaders

func (DeleteWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToOData

func (DeleteWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToQuery

type DeleteWindowsAutopilotDeploymentProfileAssignmentOperationResponse

type DeleteWindowsAutopilotDeploymentProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetWindowsAutopilotDeploymentProfileAssignmentOperationOptions

type GetWindowsAutopilotDeploymentProfileAssignmentOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToHeaders

func (GetWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToOData

func (GetWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToQuery

type GetWindowsAutopilotDeploymentProfileAssignmentOperationResponse

type GetWindowsAutopilotDeploymentProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.WindowsAutopilotDeploymentProfileAssignment
}

type GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationOptions

type GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationOptions) ToHeaders

func (GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationOptions) ToOData

func (GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationOptions) ToQuery

type GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationResponse

type GetWindowsAutopilotDeploymentProfileAssignmentsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListWindowsAutopilotDeploymentProfileAssignmentsCompleteResult

type ListWindowsAutopilotDeploymentProfileAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.WindowsAutopilotDeploymentProfileAssignment
}

type ListWindowsAutopilotDeploymentProfileAssignmentsCustomPager

type ListWindowsAutopilotDeploymentProfileAssignmentsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListWindowsAutopilotDeploymentProfileAssignmentsOperationOptions

type ListWindowsAutopilotDeploymentProfileAssignmentsOperationOptions 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 (ListWindowsAutopilotDeploymentProfileAssignmentsOperationOptions) ToHeaders

func (ListWindowsAutopilotDeploymentProfileAssignmentsOperationOptions) ToOData

func (ListWindowsAutopilotDeploymentProfileAssignmentsOperationOptions) ToQuery

type ListWindowsAutopilotDeploymentProfileAssignmentsOperationResponse

type ListWindowsAutopilotDeploymentProfileAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.WindowsAutopilotDeploymentProfileAssignment
}

type UpdateWindowsAutopilotDeploymentProfileAssignmentOperationOptions

type UpdateWindowsAutopilotDeploymentProfileAssignmentOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToHeaders

func (UpdateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToOData

func (UpdateWindowsAutopilotDeploymentProfileAssignmentOperationOptions) ToQuery

type UpdateWindowsAutopilotDeploymentProfileAssignmentOperationResponse

type UpdateWindowsAutopilotDeploymentProfileAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type WindowsAutopilotDeploymentProfileAssignmentClient

type WindowsAutopilotDeploymentProfileAssignmentClient struct {
	Client *msgraph.Client
}

func NewWindowsAutopilotDeploymentProfileAssignmentClientWithBaseURI

func NewWindowsAutopilotDeploymentProfileAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsAutopilotDeploymentProfileAssignmentClient, error)

func (WindowsAutopilotDeploymentProfileAssignmentClient) CreateWindowsAutopilotDeploymentProfileAssignment

CreateWindowsAutopilotDeploymentProfileAssignment - Create new navigation property to assignments for deviceManagement

func (WindowsAutopilotDeploymentProfileAssignmentClient) DeleteWindowsAutopilotDeploymentProfileAssignment

DeleteWindowsAutopilotDeploymentProfileAssignment - Delete navigation property assignments for deviceManagement

func (WindowsAutopilotDeploymentProfileAssignmentClient) GetWindowsAutopilotDeploymentProfileAssignment

GetWindowsAutopilotDeploymentProfileAssignment - Get assignments from deviceManagement. The list of group assignments for the profile.

func (WindowsAutopilotDeploymentProfileAssignmentClient) GetWindowsAutopilotDeploymentProfileAssignmentsCount

GetWindowsAutopilotDeploymentProfileAssignmentsCount - Get the number of the resource

func (WindowsAutopilotDeploymentProfileAssignmentClient) ListWindowsAutopilotDeploymentProfileAssignments

ListWindowsAutopilotDeploymentProfileAssignments - Get assignments from deviceManagement. The list of group assignments for the profile.

func (WindowsAutopilotDeploymentProfileAssignmentClient) ListWindowsAutopilotDeploymentProfileAssignmentsComplete

ListWindowsAutopilotDeploymentProfileAssignmentsComplete retrieves all the results into a single object

func (WindowsAutopilotDeploymentProfileAssignmentClient) ListWindowsAutopilotDeploymentProfileAssignmentsCompleteMatchingPredicate

ListWindowsAutopilotDeploymentProfileAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (WindowsAutopilotDeploymentProfileAssignmentClient) UpdateWindowsAutopilotDeploymentProfileAssignment

UpdateWindowsAutopilotDeploymentProfileAssignment - Update the navigation property assignments in deviceManagement

type WindowsAutopilotDeploymentProfileAssignmentOperationPredicate

type WindowsAutopilotDeploymentProfileAssignmentOperationPredicate struct {
}

func (WindowsAutopilotDeploymentProfileAssignmentOperationPredicate) Matches

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL