manageddevicewindowsosimage

package
v0.20241128.1112539 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 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 CreateManagedDeviceWindowsOSImageOperationOptions

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

func DefaultCreateManagedDeviceWindowsOSImageOperationOptions

func DefaultCreateManagedDeviceWindowsOSImageOperationOptions() CreateManagedDeviceWindowsOSImageOperationOptions

func (CreateManagedDeviceWindowsOSImageOperationOptions) ToHeaders

func (CreateManagedDeviceWindowsOSImageOperationOptions) ToOData

func (CreateManagedDeviceWindowsOSImageOperationOptions) ToQuery

type CreateManagedDeviceWindowsOSImageOperationResponse

type CreateManagedDeviceWindowsOSImageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceWindowsOperatingSystemImage
}

type DeleteManagedDeviceWindowsOSImageOperationOptions

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

func DefaultDeleteManagedDeviceWindowsOSImageOperationOptions

func DefaultDeleteManagedDeviceWindowsOSImageOperationOptions() DeleteManagedDeviceWindowsOSImageOperationOptions

func (DeleteManagedDeviceWindowsOSImageOperationOptions) ToHeaders

func (DeleteManagedDeviceWindowsOSImageOperationOptions) ToOData

func (DeleteManagedDeviceWindowsOSImageOperationOptions) ToQuery

type DeleteManagedDeviceWindowsOSImageOperationResponse

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

type GetManagedDeviceWindowsOSImageOperationOptions

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

func DefaultGetManagedDeviceWindowsOSImageOperationOptions

func DefaultGetManagedDeviceWindowsOSImageOperationOptions() GetManagedDeviceWindowsOSImageOperationOptions

func (GetManagedDeviceWindowsOSImageOperationOptions) ToHeaders

func (GetManagedDeviceWindowsOSImageOperationOptions) ToOData

func (GetManagedDeviceWindowsOSImageOperationOptions) ToQuery

type GetManagedDeviceWindowsOSImageOperationResponse

type GetManagedDeviceWindowsOSImageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceWindowsOperatingSystemImage
}

type GetManagedDeviceWindowsOSImagesCountOperationOptions

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

func DefaultGetManagedDeviceWindowsOSImagesCountOperationOptions

func DefaultGetManagedDeviceWindowsOSImagesCountOperationOptions() GetManagedDeviceWindowsOSImagesCountOperationOptions

func (GetManagedDeviceWindowsOSImagesCountOperationOptions) ToHeaders

func (GetManagedDeviceWindowsOSImagesCountOperationOptions) ToOData

func (GetManagedDeviceWindowsOSImagesCountOperationOptions) ToQuery

type GetManagedDeviceWindowsOSImagesCountOperationResponse

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

type ListManagedDeviceWindowsOSImagesCompleteResult

type ListManagedDeviceWindowsOSImagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ManagedDeviceWindowsOperatingSystemImage
}

type ListManagedDeviceWindowsOSImagesCustomPager

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

type ListManagedDeviceWindowsOSImagesOperationOptions

type ListManagedDeviceWindowsOSImagesOperationOptions 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 DefaultListManagedDeviceWindowsOSImagesOperationOptions

func DefaultListManagedDeviceWindowsOSImagesOperationOptions() ListManagedDeviceWindowsOSImagesOperationOptions

func (ListManagedDeviceWindowsOSImagesOperationOptions) ToHeaders

func (ListManagedDeviceWindowsOSImagesOperationOptions) ToOData

func (ListManagedDeviceWindowsOSImagesOperationOptions) ToQuery

type ListManagedDeviceWindowsOSImagesOperationResponse

type ListManagedDeviceWindowsOSImagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ManagedDeviceWindowsOperatingSystemImage
}

type ManagedDeviceWindowsOSImageClient

type ManagedDeviceWindowsOSImageClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceWindowsOSImageClientWithBaseURI

func NewManagedDeviceWindowsOSImageClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceWindowsOSImageClient, error)

func (ManagedDeviceWindowsOSImageClient) CreateManagedDeviceWindowsOSImage

CreateManagedDeviceWindowsOSImage - Create new navigation property to managedDeviceWindowsOSImages for deviceManagement

func (ManagedDeviceWindowsOSImageClient) DeleteManagedDeviceWindowsOSImage

DeleteManagedDeviceWindowsOSImage - Delete navigation property managedDeviceWindowsOSImages for deviceManagement

func (ManagedDeviceWindowsOSImageClient) GetManagedDeviceWindowsOSImage

GetManagedDeviceWindowsOSImage - Get managedDeviceWindowsOSImages from deviceManagement. A list of ManagedDeviceWindowsOperatingSystemImages

func (ManagedDeviceWindowsOSImageClient) GetManagedDeviceWindowsOSImagesCount

GetManagedDeviceWindowsOSImagesCount - Get the number of the resource

func (ManagedDeviceWindowsOSImageClient) ListManagedDeviceWindowsOSImages

ListManagedDeviceWindowsOSImages - Get managedDeviceWindowsOSImages from deviceManagement. A list of ManagedDeviceWindowsOperatingSystemImages

func (ManagedDeviceWindowsOSImageClient) ListManagedDeviceWindowsOSImagesComplete

ListManagedDeviceWindowsOSImagesComplete retrieves all the results into a single object

func (ManagedDeviceWindowsOSImageClient) ListManagedDeviceWindowsOSImagesCompleteMatchingPredicate

ListManagedDeviceWindowsOSImagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceWindowsOSImageClient) UpdateManagedDeviceWindowsOSImage

UpdateManagedDeviceWindowsOSImage - Update the navigation property managedDeviceWindowsOSImages in deviceManagement

type ManagedDeviceWindowsOperatingSystemImageOperationPredicate

type ManagedDeviceWindowsOperatingSystemImageOperationPredicate struct {
}

func (ManagedDeviceWindowsOperatingSystemImageOperationPredicate) Matches

type UpdateManagedDeviceWindowsOSImageOperationOptions

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

func DefaultUpdateManagedDeviceWindowsOSImageOperationOptions

func DefaultUpdateManagedDeviceWindowsOSImageOperationOptions() UpdateManagedDeviceWindowsOSImageOperationOptions

func (UpdateManagedDeviceWindowsOSImageOperationOptions) ToHeaders

func (UpdateManagedDeviceWindowsOSImageOperationOptions) ToOData

func (UpdateManagedDeviceWindowsOSImageOperationOptions) ToQuery

type UpdateManagedDeviceWindowsOSImageOperationResponse

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

Jump to

Keyboard shortcuts

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