Documentation ¶
Index ¶
- type TargetedManagedAppConfigurationsRequestBuilder
- func (m *TargetedManagedAppConfigurationsRequestBuilder) CreateGetRequestInformation(options *TargetedManagedAppConfigurationsRequestBuilderGetOptions) (...)
- func (m *TargetedManagedAppConfigurationsRequestBuilder) CreatePostRequestInformation(options *TargetedManagedAppConfigurationsRequestBuilderPostOptions) (...)
- func (m *TargetedManagedAppConfigurationsRequestBuilder) Get(options *TargetedManagedAppConfigurationsRequestBuilderGetOptions) (*TargetedManagedAppConfigurationsResponse, error)
- func (m *TargetedManagedAppConfigurationsRequestBuilder) Post(options *TargetedManagedAppConfigurationsRequestBuilderPostOptions) (...)
- type TargetedManagedAppConfigurationsRequestBuilderGetOptions
- type TargetedManagedAppConfigurationsRequestBuilderGetQueryParameters
- type TargetedManagedAppConfigurationsRequestBuilderPostOptions
- type TargetedManagedAppConfigurationsResponse
- func (m *TargetedManagedAppConfigurationsResponse) GetAdditionalData() map[string]interface{}
- func (m *TargetedManagedAppConfigurationsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *TargetedManagedAppConfigurationsResponse) GetNextLink() *string
- func (m *TargetedManagedAppConfigurationsResponse) GetValue() ...
- func (m *TargetedManagedAppConfigurationsResponse) IsNil() bool
- func (m *TargetedManagedAppConfigurationsResponse) Serialize(...) error
- func (m *TargetedManagedAppConfigurationsResponse) SetAdditionalData(value map[string]interface{})
- func (m *TargetedManagedAppConfigurationsResponse) SetNextLink(value *string)
- func (m *TargetedManagedAppConfigurationsResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetedManagedAppConfigurationsRequestBuilder ¶
type TargetedManagedAppConfigurationsRequestBuilder struct {
// contains filtered or unexported fields
}
TargetedManagedAppConfigurationsRequestBuilder builds and executes requests for operations under \deviceAppManagement\targetedManagedAppConfigurations
func NewTargetedManagedAppConfigurationsRequestBuilder ¶
func NewTargetedManagedAppConfigurationsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TargetedManagedAppConfigurationsRequestBuilder
NewTargetedManagedAppConfigurationsRequestBuilder instantiates a new TargetedManagedAppConfigurationsRequestBuilder and sets the default values.
func NewTargetedManagedAppConfigurationsRequestBuilderInternal ¶
func NewTargetedManagedAppConfigurationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TargetedManagedAppConfigurationsRequestBuilder
NewTargetedManagedAppConfigurationsRequestBuilderInternal instantiates a new TargetedManagedAppConfigurationsRequestBuilder and sets the default values.
func (*TargetedManagedAppConfigurationsRequestBuilder) CreateGetRequestInformation ¶
func (m *TargetedManagedAppConfigurationsRequestBuilder) CreateGetRequestInformation(options *TargetedManagedAppConfigurationsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation targeted managed app configurations.
func (*TargetedManagedAppConfigurationsRequestBuilder) CreatePostRequestInformation ¶
func (m *TargetedManagedAppConfigurationsRequestBuilder) CreatePostRequestInformation(options *TargetedManagedAppConfigurationsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation targeted managed app configurations.
func (*TargetedManagedAppConfigurationsRequestBuilder) Get ¶
func (m *TargetedManagedAppConfigurationsRequestBuilder) Get(options *TargetedManagedAppConfigurationsRequestBuilderGetOptions) (*TargetedManagedAppConfigurationsResponse, error)
Get targeted managed app configurations.
func (*TargetedManagedAppConfigurationsRequestBuilder) Post ¶
func (m *TargetedManagedAppConfigurationsRequestBuilder) Post(options *TargetedManagedAppConfigurationsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TargetedManagedAppConfiguration, error)
Post targeted managed app configurations.
type TargetedManagedAppConfigurationsRequestBuilderGetOptions ¶
type TargetedManagedAppConfigurationsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *TargetedManagedAppConfigurationsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
TargetedManagedAppConfigurationsRequestBuilderGetOptions options for Get
type TargetedManagedAppConfigurationsRequestBuilderGetQueryParameters ¶
type TargetedManagedAppConfigurationsRequestBuilderGetQueryParameters 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 }
TargetedManagedAppConfigurationsRequestBuilderGetQueryParameters targeted managed app configurations.
type TargetedManagedAppConfigurationsRequestBuilderPostOptions ¶
type TargetedManagedAppConfigurationsRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TargetedManagedAppConfiguration // 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 }
TargetedManagedAppConfigurationsRequestBuilderPostOptions options for Post
type TargetedManagedAppConfigurationsResponse ¶
type TargetedManagedAppConfigurationsResponse struct {
// contains filtered or unexported fields
}
TargetedManagedAppConfigurationsResponse
func NewTargetedManagedAppConfigurationsResponse ¶
func NewTargetedManagedAppConfigurationsResponse() *TargetedManagedAppConfigurationsResponse
NewTargetedManagedAppConfigurationsResponse instantiates a new targetedManagedAppConfigurationsResponse and sets the default values.
func (*TargetedManagedAppConfigurationsResponse) GetAdditionalData ¶
func (m *TargetedManagedAppConfigurationsResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TargetedManagedAppConfigurationsResponse) GetFieldDeserializers ¶
func (m *TargetedManagedAppConfigurationsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*TargetedManagedAppConfigurationsResponse) GetNextLink ¶
func (m *TargetedManagedAppConfigurationsResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*TargetedManagedAppConfigurationsResponse) GetValue ¶
func (m *TargetedManagedAppConfigurationsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TargetedManagedAppConfiguration
GetValue gets the value property value.
func (*TargetedManagedAppConfigurationsResponse) IsNil ¶
func (m *TargetedManagedAppConfigurationsResponse) IsNil() bool
func (*TargetedManagedAppConfigurationsResponse) Serialize ¶
func (m *TargetedManagedAppConfigurationsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*TargetedManagedAppConfigurationsResponse) SetAdditionalData ¶
func (m *TargetedManagedAppConfigurationsResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TargetedManagedAppConfigurationsResponse) SetNextLink ¶
func (m *TargetedManagedAppConfigurationsResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*TargetedManagedAppConfigurationsResponse) SetValue ¶
func (m *TargetedManagedAppConfigurationsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TargetedManagedAppConfiguration)
SetValue sets the value property value.