Documentation
¶
Index ¶
- type AndroidManagedAppProtectionsRequestBuilder
- func (m *AndroidManagedAppProtectionsRequestBuilder) Count() ...
- func (m *AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *AndroidManagedAppProtectionsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AndroidManagedAppProtectionsRequestBuilder) Post(ctx context.Context, ...) (...)
- type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters
- type AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration
- type AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AndroidManagedAppProtectionsRequestBuilder ¶
type AndroidManagedAppProtectionsRequestBuilder struct {
// contains filtered or unexported fields
}
AndroidManagedAppProtectionsRequestBuilder provides operations to manage the androidManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.
func NewAndroidManagedAppProtectionsRequestBuilder ¶
func NewAndroidManagedAppProtectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AndroidManagedAppProtectionsRequestBuilder
NewAndroidManagedAppProtectionsRequestBuilder instantiates a new AndroidManagedAppProtectionsRequestBuilder and sets the default values.
func NewAndroidManagedAppProtectionsRequestBuilderInternal ¶
func NewAndroidManagedAppProtectionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AndroidManagedAppProtectionsRequestBuilder
NewAndroidManagedAppProtectionsRequestBuilderInternal instantiates a new AndroidManagedAppProtectionsRequestBuilder and sets the default values.
func (*AndroidManagedAppProtectionsRequestBuilder) Count ¶ added in v0.13.0
func (m *AndroidManagedAppProtectionsRequestBuilder) Count() *i62ae96d1c3a9dafa231537f0505bda2e4d4956dafd9f78142d978157e110a8e2.CountRequestBuilder
Count the Count property
func (*AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation android managed app policies.
func (*AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AndroidManagedAppProtectionable, requestConfiguration *AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to androidManagedAppProtections for deviceAppManagement
func (*AndroidManagedAppProtectionsRequestBuilder) Get ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) Get(ctx context.Context, requestConfiguration *AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AndroidManagedAppProtectionCollectionResponseable, error)
Get android managed app policies.
func (*AndroidManagedAppProtectionsRequestBuilder) Post ¶
func (m *AndroidManagedAppProtectionsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AndroidManagedAppProtectionable, requestConfiguration *AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AndroidManagedAppProtectionable, error)
Post create new navigation property to androidManagedAppProtections for deviceAppManagement
type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters ¶
type AndroidManagedAppProtectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
AndroidManagedAppProtectionsRequestBuilderGetQueryParameters android managed app policies.
type AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AndroidManagedAppProtectionsRequestBuilderGetQueryParameters
}
AndroidManagedAppProtectionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AndroidManagedAppProtectionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.