manageddevicemanageddevicemobileappconfigurationstate

package
v0.20241025.1143247 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 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 CreateManagedDeviceMobileAppConfigurationStateOperationOptions

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

func (CreateManagedDeviceMobileAppConfigurationStateOperationOptions) ToHeaders

func (CreateManagedDeviceMobileAppConfigurationStateOperationOptions) ToOData

func (CreateManagedDeviceMobileAppConfigurationStateOperationOptions) ToQuery

type CreateManagedDeviceMobileAppConfigurationStateOperationResponse

type CreateManagedDeviceMobileAppConfigurationStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceMobileAppConfigurationState
}

type DeleteManagedDeviceMobileAppConfigurationStateOperationOptions

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

func (DeleteManagedDeviceMobileAppConfigurationStateOperationOptions) ToHeaders

func (DeleteManagedDeviceMobileAppConfigurationStateOperationOptions) ToOData

func (DeleteManagedDeviceMobileAppConfigurationStateOperationOptions) ToQuery

type DeleteManagedDeviceMobileAppConfigurationStateOperationResponse

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

type GetManagedDeviceMobileAppConfigurationStateOperationOptions

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

func (GetManagedDeviceMobileAppConfigurationStateOperationOptions) ToHeaders

func (GetManagedDeviceMobileAppConfigurationStateOperationOptions) ToOData

func (GetManagedDeviceMobileAppConfigurationStateOperationOptions) ToQuery

type GetManagedDeviceMobileAppConfigurationStateOperationResponse

type GetManagedDeviceMobileAppConfigurationStateOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedDeviceMobileAppConfigurationState
}

type GetManagedDeviceMobileAppConfigurationStatesCountOperationOptions

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

func (GetManagedDeviceMobileAppConfigurationStatesCountOperationOptions) ToHeaders

func (GetManagedDeviceMobileAppConfigurationStatesCountOperationOptions) ToOData

func (GetManagedDeviceMobileAppConfigurationStatesCountOperationOptions) ToQuery

type GetManagedDeviceMobileAppConfigurationStatesCountOperationResponse

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

type ListManagedDeviceMobileAppConfigurationStatesCompleteResult

type ListManagedDeviceMobileAppConfigurationStatesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ManagedDeviceMobileAppConfigurationState
}

type ListManagedDeviceMobileAppConfigurationStatesCustomPager

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

type ListManagedDeviceMobileAppConfigurationStatesOperationOptions

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

func (ListManagedDeviceMobileAppConfigurationStatesOperationOptions) ToOData

func (ListManagedDeviceMobileAppConfigurationStatesOperationOptions) ToQuery

type ListManagedDeviceMobileAppConfigurationStatesOperationResponse

type ListManagedDeviceMobileAppConfigurationStatesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ManagedDeviceMobileAppConfigurationState
}

type ManagedDeviceManagedDeviceMobileAppConfigurationStateClient

type ManagedDeviceManagedDeviceMobileAppConfigurationStateClient struct {
	Client *msgraph.Client
}

func NewManagedDeviceManagedDeviceMobileAppConfigurationStateClientWithBaseURI

func NewManagedDeviceManagedDeviceMobileAppConfigurationStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceManagedDeviceMobileAppConfigurationStateClient, error)

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) CreateManagedDeviceMobileAppConfigurationState

CreateManagedDeviceMobileAppConfigurationState - Create new navigation property to managedDeviceMobileAppConfigurationStates for users

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) DeleteManagedDeviceMobileAppConfigurationState

DeleteManagedDeviceMobileAppConfigurationState - Delete navigation property managedDeviceMobileAppConfigurationStates for users

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) GetManagedDeviceMobileAppConfigurationState

GetManagedDeviceMobileAppConfigurationState - Get managedDeviceMobileAppConfigurationStates from users. Managed device mobile app configuration states for this device.

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) GetManagedDeviceMobileAppConfigurationStatesCount

GetManagedDeviceMobileAppConfigurationStatesCount - Get the number of the resource

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) ListManagedDeviceMobileAppConfigurationStates

ListManagedDeviceMobileAppConfigurationStates - Get managedDeviceMobileAppConfigurationStates from users. Managed device mobile app configuration states for this device.

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) ListManagedDeviceMobileAppConfigurationStatesComplete

ListManagedDeviceMobileAppConfigurationStatesComplete retrieves all the results into a single object

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) ListManagedDeviceMobileAppConfigurationStatesCompleteMatchingPredicate

ListManagedDeviceMobileAppConfigurationStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedDeviceManagedDeviceMobileAppConfigurationStateClient) UpdateManagedDeviceMobileAppConfigurationState

UpdateManagedDeviceMobileAppConfigurationState - Update the navigation property managedDeviceMobileAppConfigurationStates in users

type ManagedDeviceMobileAppConfigurationStateOperationPredicate

type ManagedDeviceMobileAppConfigurationStateOperationPredicate struct {
}

func (ManagedDeviceMobileAppConfigurationStateOperationPredicate) Matches

type UpdateManagedDeviceMobileAppConfigurationStateOperationOptions

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

func (UpdateManagedDeviceMobileAppConfigurationStateOperationOptions) ToHeaders

func (UpdateManagedDeviceMobileAppConfigurationStateOperationOptions) ToOData

func (UpdateManagedDeviceMobileAppConfigurationStateOperationOptions) ToQuery

type UpdateManagedDeviceMobileAppConfigurationStateOperationResponse

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