devicemanagementpartner

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

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        *beta.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 new navigation property to deviceManagementPartners for deviceManagement

func (DeviceManagementPartnerClient) CreateDeviceManagementPartnerTerminate

CreateDeviceManagementPartnerTerminate - Invoke action terminate

func (DeviceManagementPartnerClient) DeleteDeviceManagementPartner

DeleteDeviceManagementPartner - Delete navigation property deviceManagementPartners for deviceManagement

func (DeviceManagementPartnerClient) GetDeviceManagementPartner

GetDeviceManagementPartner - Get deviceManagementPartners from deviceManagement. The list of Device Management Partners configured by the tenant.

func (DeviceManagementPartnerClient) GetDeviceManagementPartnersCount

GetDeviceManagementPartnersCount - Get the number of the resource

func (DeviceManagementPartnerClient) ListDeviceManagementPartners

ListDeviceManagementPartners - Get deviceManagementPartners from deviceManagement. The list of Device Management Partners configured by the tenant.

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 the navigation property deviceManagementPartners in deviceManagement

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        *beta.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              []beta.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        *[]beta.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