devicemanagementpartner

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 CreateDeviceManagementPartnerOperationOptions

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

func DefaultCreateDeviceManagementPartnerOperationOptions

func DefaultCreateDeviceManagementPartnerOperationOptions() CreateDeviceManagementPartnerOperationOptions

func (CreateDeviceManagementPartnerOperationOptions) ToHeaders

func (CreateDeviceManagementPartnerOperationOptions) ToOData

func (CreateDeviceManagementPartnerOperationOptions) ToQuery

type CreateDeviceManagementPartnerOperationResponse

type CreateDeviceManagementPartnerOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DeviceManagementPartner
}

type CreateDeviceManagementPartnerTerminateOperationOptions

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

func DefaultCreateDeviceManagementPartnerTerminateOperationOptions

func DefaultCreateDeviceManagementPartnerTerminateOperationOptions() CreateDeviceManagementPartnerTerminateOperationOptions

func (CreateDeviceManagementPartnerTerminateOperationOptions) ToHeaders

func (CreateDeviceManagementPartnerTerminateOperationOptions) ToOData

func (CreateDeviceManagementPartnerTerminateOperationOptions) ToQuery

type CreateDeviceManagementPartnerTerminateOperationResponse

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

type DeleteDeviceManagementPartnerOperationOptions

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

func DefaultDeleteDeviceManagementPartnerOperationOptions

func DefaultDeleteDeviceManagementPartnerOperationOptions() DeleteDeviceManagementPartnerOperationOptions

func (DeleteDeviceManagementPartnerOperationOptions) ToHeaders

func (DeleteDeviceManagementPartnerOperationOptions) ToOData

func (DeleteDeviceManagementPartnerOperationOptions) ToQuery

type DeleteDeviceManagementPartnerOperationResponse

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

type DeviceManagementPartnerClient

type DeviceManagementPartnerClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementPartnerClientWithBaseURI

func NewDeviceManagementPartnerClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementPartnerClient, error)

func (DeviceManagementPartnerClient) CreateDeviceManagementPartner

CreateDeviceManagementPartner - Create deviceManagementPartner. Create a new deviceManagementPartner object.

func (DeviceManagementPartnerClient) CreateDeviceManagementPartnerTerminate

CreateDeviceManagementPartnerTerminate - Invoke action terminate. Not yet documented

func (DeviceManagementPartnerClient) DeleteDeviceManagementPartner

DeleteDeviceManagementPartner - Delete deviceManagementPartner. Deletes a deviceManagementPartner.

func (DeviceManagementPartnerClient) GetDeviceManagementPartner

GetDeviceManagementPartner - Get deviceManagementPartner. Read properties and relationships of the deviceManagementPartner object.

func (DeviceManagementPartnerClient) GetDeviceManagementPartnersCount

GetDeviceManagementPartnersCount - Get the number of the resource

func (DeviceManagementPartnerClient) ListDeviceManagementPartners

ListDeviceManagementPartners - List deviceManagementPartners. List properties and relationships of the deviceManagementPartner objects.

func (DeviceManagementPartnerClient) ListDeviceManagementPartnersComplete

ListDeviceManagementPartnersComplete retrieves all the results into a single object

func (DeviceManagementPartnerClient) ListDeviceManagementPartnersCompleteMatchingPredicate

ListDeviceManagementPartnersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementPartnerClient) UpdateDeviceManagementPartner

UpdateDeviceManagementPartner - Update deviceManagementPartner. Update the properties of a deviceManagementPartner object.

type DeviceManagementPartnerOperationPredicate

type DeviceManagementPartnerOperationPredicate struct {
}

func (DeviceManagementPartnerOperationPredicate) Matches

type GetDeviceManagementPartnerOperationOptions

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

func DefaultGetDeviceManagementPartnerOperationOptions

func DefaultGetDeviceManagementPartnerOperationOptions() GetDeviceManagementPartnerOperationOptions

func (GetDeviceManagementPartnerOperationOptions) ToHeaders

func (GetDeviceManagementPartnerOperationOptions) ToOData

func (GetDeviceManagementPartnerOperationOptions) ToQuery

type GetDeviceManagementPartnerOperationResponse

type GetDeviceManagementPartnerOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.DeviceManagementPartner
}

type GetDeviceManagementPartnersCountOperationOptions

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

func DefaultGetDeviceManagementPartnersCountOperationOptions

func DefaultGetDeviceManagementPartnersCountOperationOptions() GetDeviceManagementPartnersCountOperationOptions

func (GetDeviceManagementPartnersCountOperationOptions) ToHeaders

func (GetDeviceManagementPartnersCountOperationOptions) ToOData

func (GetDeviceManagementPartnersCountOperationOptions) ToQuery

type GetDeviceManagementPartnersCountOperationResponse

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

type ListDeviceManagementPartnersCompleteResult

type ListDeviceManagementPartnersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DeviceManagementPartner
}

type ListDeviceManagementPartnersCustomPager

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

type ListDeviceManagementPartnersOperationOptions

type ListDeviceManagementPartnersOperationOptions 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 DefaultListDeviceManagementPartnersOperationOptions

func DefaultListDeviceManagementPartnersOperationOptions() ListDeviceManagementPartnersOperationOptions

func (ListDeviceManagementPartnersOperationOptions) ToHeaders

func (ListDeviceManagementPartnersOperationOptions) ToOData

func (ListDeviceManagementPartnersOperationOptions) ToQuery

type ListDeviceManagementPartnersOperationResponse

type ListDeviceManagementPartnersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DeviceManagementPartner
}

type UpdateDeviceManagementPartnerOperationOptions

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

func DefaultUpdateDeviceManagementPartnerOperationOptions

func DefaultUpdateDeviceManagementPartnerOperationOptions() UpdateDeviceManagementPartnerOperationOptions

func (UpdateDeviceManagementPartnerOperationOptions) ToHeaders

func (UpdateDeviceManagementPartnerOperationOptions) ToOData

func (UpdateDeviceManagementPartnerOperationOptions) ToQuery

type UpdateDeviceManagementPartnerOperationResponse

type UpdateDeviceManagementPartnerOperationResponse 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