Documentation
¶
Index ¶
- type DefaultManagedAppProtectionsRequestBuilder
- func (m *DefaultManagedAppProtectionsRequestBuilder) Count() ...
- func (m *DefaultManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(options *DefaultManagedAppProtectionsRequestBuilderGetOptions) (...)
- func (m *DefaultManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(options *DefaultManagedAppProtectionsRequestBuilderPostOptions) (...)
- func (m *DefaultManagedAppProtectionsRequestBuilder) Get(options *DefaultManagedAppProtectionsRequestBuilderGetOptions) (...)
- func (m *DefaultManagedAppProtectionsRequestBuilder) Post(options *DefaultManagedAppProtectionsRequestBuilderPostOptions) (...)
- type DefaultManagedAppProtectionsRequestBuilderGetOptions
- type DefaultManagedAppProtectionsRequestBuilderGetQueryParameters
- type DefaultManagedAppProtectionsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultManagedAppProtectionsRequestBuilder ¶
type DefaultManagedAppProtectionsRequestBuilder struct {
// contains filtered or unexported fields
}
DefaultManagedAppProtectionsRequestBuilder provides operations to manage the defaultManagedAppProtections property of the microsoft.graph.deviceAppManagement entity.
func NewDefaultManagedAppProtectionsRequestBuilder ¶
func NewDefaultManagedAppProtectionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DefaultManagedAppProtectionsRequestBuilder
NewDefaultManagedAppProtectionsRequestBuilder instantiates a new DefaultManagedAppProtectionsRequestBuilder and sets the default values.
func NewDefaultManagedAppProtectionsRequestBuilderInternal ¶
func NewDefaultManagedAppProtectionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DefaultManagedAppProtectionsRequestBuilder
NewDefaultManagedAppProtectionsRequestBuilderInternal instantiates a new DefaultManagedAppProtectionsRequestBuilder and sets the default values.
func (*DefaultManagedAppProtectionsRequestBuilder) CreateGetRequestInformation ¶
func (m *DefaultManagedAppProtectionsRequestBuilder) CreateGetRequestInformation(options *DefaultManagedAppProtectionsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation default managed app policies.
func (*DefaultManagedAppProtectionsRequestBuilder) CreatePostRequestInformation ¶
func (m *DefaultManagedAppProtectionsRequestBuilder) CreatePostRequestInformation(options *DefaultManagedAppProtectionsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to defaultManagedAppProtections for deviceAppManagement
func (*DefaultManagedAppProtectionsRequestBuilder) Get ¶
func (m *DefaultManagedAppProtectionsRequestBuilder) Get(options *DefaultManagedAppProtectionsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DefaultManagedAppProtectionCollectionResponseable, error)
Get default managed app policies.
func (*DefaultManagedAppProtectionsRequestBuilder) Post ¶
func (m *DefaultManagedAppProtectionsRequestBuilder) Post(options *DefaultManagedAppProtectionsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DefaultManagedAppProtectionable, error)
Post create new navigation property to defaultManagedAppProtections for deviceAppManagement
type DefaultManagedAppProtectionsRequestBuilderGetOptions ¶
type DefaultManagedAppProtectionsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *DefaultManagedAppProtectionsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DefaultManagedAppProtectionsRequestBuilderGetOptions options for Get
type DefaultManagedAppProtectionsRequestBuilderGetQueryParameters ¶
type DefaultManagedAppProtectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
DefaultManagedAppProtectionsRequestBuilderGetQueryParameters default managed app policies.
type DefaultManagedAppProtectionsRequestBuilderPostOptions ¶
type DefaultManagedAppProtectionsRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DefaultManagedAppProtectionable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DefaultManagedAppProtectionsRequestBuilderPostOptions options for Post