androidmanagedstoreappconfigurationschema

package
v0.20241128.1084944 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 AndroidManagedStoreAppConfigurationSchemaClient

type AndroidManagedStoreAppConfigurationSchemaClient struct {
	Client *msgraph.Client
}

func NewAndroidManagedStoreAppConfigurationSchemaClientWithBaseURI

func NewAndroidManagedStoreAppConfigurationSchemaClientWithBaseURI(sdkApi sdkEnv.Api) (*AndroidManagedStoreAppConfigurationSchemaClient, error)

func (AndroidManagedStoreAppConfigurationSchemaClient) CreateAndroidManagedStoreAppConfigurationSchema

CreateAndroidManagedStoreAppConfigurationSchema - Create new navigation property to androidManagedStoreAppConfigurationSchemas for deviceManagement

func (AndroidManagedStoreAppConfigurationSchemaClient) DeleteAndroidManagedStoreAppConfigurationSchema

DeleteAndroidManagedStoreAppConfigurationSchema - Delete navigation property androidManagedStoreAppConfigurationSchemas for deviceManagement

func (AndroidManagedStoreAppConfigurationSchemaClient) GetAndroidManagedStoreAppConfigurationSchema

GetAndroidManagedStoreAppConfigurationSchema - Get androidManagedStoreAppConfigurationSchemas from deviceManagement. Android Enterprise app configuration schema entities.

func (AndroidManagedStoreAppConfigurationSchemaClient) GetAndroidManagedStoreAppConfigurationSchemasCount

GetAndroidManagedStoreAppConfigurationSchemasCount - Get the number of the resource

func (AndroidManagedStoreAppConfigurationSchemaClient) ListAndroidManagedStoreAppConfigurationSchemas

ListAndroidManagedStoreAppConfigurationSchemas - Get androidManagedStoreAppConfigurationSchemas from deviceManagement. Android Enterprise app configuration schema entities.

func (AndroidManagedStoreAppConfigurationSchemaClient) ListAndroidManagedStoreAppConfigurationSchemasComplete

ListAndroidManagedStoreAppConfigurationSchemasComplete retrieves all the results into a single object

func (AndroidManagedStoreAppConfigurationSchemaClient) ListAndroidManagedStoreAppConfigurationSchemasCompleteMatchingPredicate

ListAndroidManagedStoreAppConfigurationSchemasCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AndroidManagedStoreAppConfigurationSchemaClient) UpdateAndroidManagedStoreAppConfigurationSchema

UpdateAndroidManagedStoreAppConfigurationSchema - Update the navigation property androidManagedStoreAppConfigurationSchemas in deviceManagement

type AndroidManagedStoreAppConfigurationSchemaOperationPredicate

type AndroidManagedStoreAppConfigurationSchemaOperationPredicate struct {
}

func (AndroidManagedStoreAppConfigurationSchemaOperationPredicate) Matches

type CreateAndroidManagedStoreAppConfigurationSchemaOperationOptions

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

func (CreateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToHeaders

func (CreateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToOData

func (CreateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToQuery

type CreateAndroidManagedStoreAppConfigurationSchemaOperationResponse

type CreateAndroidManagedStoreAppConfigurationSchemaOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AndroidManagedStoreAppConfigurationSchema
}

type DeleteAndroidManagedStoreAppConfigurationSchemaOperationOptions

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

func (DeleteAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToHeaders

func (DeleteAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToOData

func (DeleteAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToQuery

type DeleteAndroidManagedStoreAppConfigurationSchemaOperationResponse

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

type GetAndroidManagedStoreAppConfigurationSchemaOperationOptions

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

func (GetAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToHeaders

func (GetAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToOData

func (GetAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToQuery

type GetAndroidManagedStoreAppConfigurationSchemaOperationResponse

type GetAndroidManagedStoreAppConfigurationSchemaOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AndroidManagedStoreAppConfigurationSchema
}

type GetAndroidManagedStoreAppConfigurationSchemasCountOperationOptions

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

func (GetAndroidManagedStoreAppConfigurationSchemasCountOperationOptions) ToHeaders

func (GetAndroidManagedStoreAppConfigurationSchemasCountOperationOptions) ToOData

func (GetAndroidManagedStoreAppConfigurationSchemasCountOperationOptions) ToQuery

type GetAndroidManagedStoreAppConfigurationSchemasCountOperationResponse

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

type ListAndroidManagedStoreAppConfigurationSchemasCompleteResult

type ListAndroidManagedStoreAppConfigurationSchemasCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AndroidManagedStoreAppConfigurationSchema
}

type ListAndroidManagedStoreAppConfigurationSchemasCustomPager

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

type ListAndroidManagedStoreAppConfigurationSchemasOperationOptions

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

func (ListAndroidManagedStoreAppConfigurationSchemasOperationOptions) ToOData

func (ListAndroidManagedStoreAppConfigurationSchemasOperationOptions) ToQuery

type ListAndroidManagedStoreAppConfigurationSchemasOperationResponse

type ListAndroidManagedStoreAppConfigurationSchemasOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AndroidManagedStoreAppConfigurationSchema
}

type UpdateAndroidManagedStoreAppConfigurationSchemaOperationOptions

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

func (UpdateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToHeaders

func (UpdateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToOData

func (UpdateAndroidManagedStoreAppConfigurationSchemaOperationOptions) ToQuery

type UpdateAndroidManagedStoreAppConfigurationSchemaOperationResponse

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