Documentation
¶
Index ¶
- type MobileAppConfigurationsRequestBuilder
- func (m *MobileAppConfigurationsRequestBuilder) CreateGetRequestInformation(options *MobileAppConfigurationsRequestBuilderGetOptions) (...)
- func (m *MobileAppConfigurationsRequestBuilder) CreatePostRequestInformation(options *MobileAppConfigurationsRequestBuilderPostOptions) (...)
- func (m *MobileAppConfigurationsRequestBuilder) Get(options *MobileAppConfigurationsRequestBuilderGetOptions) (*MobileAppConfigurationsResponse, error)
- func (m *MobileAppConfigurationsRequestBuilder) Post(options *MobileAppConfigurationsRequestBuilderPostOptions) (...)
- type MobileAppConfigurationsRequestBuilderGetOptions
- type MobileAppConfigurationsRequestBuilderGetQueryParameters
- type MobileAppConfigurationsRequestBuilderPostOptions
- type MobileAppConfigurationsResponse
- func (m *MobileAppConfigurationsResponse) GetAdditionalData() map[string]interface{}
- func (m *MobileAppConfigurationsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MobileAppConfigurationsResponse) GetNextLink() *string
- func (m *MobileAppConfigurationsResponse) GetValue() ...
- func (m *MobileAppConfigurationsResponse) IsNil() bool
- func (m *MobileAppConfigurationsResponse) Serialize(...) error
- func (m *MobileAppConfigurationsResponse) SetAdditionalData(value map[string]interface{})
- func (m *MobileAppConfigurationsResponse) SetNextLink(value *string)
- func (m *MobileAppConfigurationsResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MobileAppConfigurationsRequestBuilder ¶
type MobileAppConfigurationsRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \deviceAppManagement\mobileAppConfigurations
func NewMobileAppConfigurationsRequestBuilder ¶
func NewMobileAppConfigurationsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MobileAppConfigurationsRequestBuilder
Instantiates a new MobileAppConfigurationsRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewMobileAppConfigurationsRequestBuilderInternal ¶
func NewMobileAppConfigurationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MobileAppConfigurationsRequestBuilder
Instantiates a new MobileAppConfigurationsRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*MobileAppConfigurationsRequestBuilder) CreateGetRequestInformation ¶
func (m *MobileAppConfigurationsRequestBuilder) CreateGetRequestInformation(options *MobileAppConfigurationsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The Managed Device Mobile Application Configurations. Parameters:
- options : Options for the request
func (*MobileAppConfigurationsRequestBuilder) CreatePostRequestInformation ¶
func (m *MobileAppConfigurationsRequestBuilder) CreatePostRequestInformation(options *MobileAppConfigurationsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The Managed Device Mobile Application Configurations. Parameters:
- options : Options for the request
func (*MobileAppConfigurationsRequestBuilder) Get ¶
func (m *MobileAppConfigurationsRequestBuilder) Get(options *MobileAppConfigurationsRequestBuilderGetOptions) (*MobileAppConfigurationsResponse, error)
The Managed Device Mobile Application Configurations. Parameters:
- options : Options for the request
func (*MobileAppConfigurationsRequestBuilder) Post ¶
func (m *MobileAppConfigurationsRequestBuilder) Post(options *MobileAppConfigurationsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDeviceMobileAppConfiguration, error)
The Managed Device Mobile Application Configurations. Parameters:
- options : Options for the request
type MobileAppConfigurationsRequestBuilderGetOptions ¶
type MobileAppConfigurationsRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *MobileAppConfigurationsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type MobileAppConfigurationsRequestBuilderGetQueryParameters ¶
type MobileAppConfigurationsRequestBuilderGetQueryParameters 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_escaped []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
The Managed Device Mobile Application Configurations.
type MobileAppConfigurationsRequestBuilderPostOptions ¶
type MobileAppConfigurationsRequestBuilderPostOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDeviceMobileAppConfiguration
// 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
}
Options for Post
type MobileAppConfigurationsResponse ¶
type MobileAppConfigurationsResponse struct {
// contains filtered or unexported fields
}
func NewMobileAppConfigurationsResponse ¶
func NewMobileAppConfigurationsResponse() *MobileAppConfigurationsResponse
Instantiates a new mobileAppConfigurationsResponse and sets the default values.
func (*MobileAppConfigurationsResponse) GetAdditionalData ¶
func (m *MobileAppConfigurationsResponse) GetAdditionalData() map[string]interface{}
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 (*MobileAppConfigurationsResponse) GetFieldDeserializers ¶
func (m *MobileAppConfigurationsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*MobileAppConfigurationsResponse) GetNextLink ¶
func (m *MobileAppConfigurationsResponse) GetNextLink() *string
Gets the nextLink property value.
func (*MobileAppConfigurationsResponse) GetValue ¶
func (m *MobileAppConfigurationsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDeviceMobileAppConfiguration
Gets the value property value.
func (*MobileAppConfigurationsResponse) IsNil ¶
func (m *MobileAppConfigurationsResponse) IsNil() bool
func (*MobileAppConfigurationsResponse) Serialize ¶
func (m *MobileAppConfigurationsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*MobileAppConfigurationsResponse) SetAdditionalData ¶
func (m *MobileAppConfigurationsResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*MobileAppConfigurationsResponse) SetNextLink ¶
func (m *MobileAppConfigurationsResponse) SetNextLink(value *string)
Sets the nextLink property value. Parameters:
- value : Value to set for the nextLink property.
func (*MobileAppConfigurationsResponse) SetValue ¶
func (m *MobileAppConfigurationsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ManagedDeviceMobileAppConfiguration)
Sets the value property value. Parameters:
- value : Value to set for the value property.