Documentation
¶
Index ¶
- func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers() ...
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect() []string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId() *string
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip() *int32
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop() *int32
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize(...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect(value []string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId(value *string)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip(value *int32)
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop(value *int32)
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
- type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions
- type GetDeviceManagementIntentPerSettingContributingProfilesResponse
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers() ...
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue() []byte
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize(...) error
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue(value []byte)
- type GetDeviceManagementIntentPerSettingContributingProfilesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetDeviceManagementIntentPerSettingContributingProfilesRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetDeviceManagementIntentPerSettingContributingProfilesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesRequestBody provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody() *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBody instantiates a new getDeviceManagementIntentPerSettingContributingProfilesRequestBody and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetAdditionalData ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) 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 (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetFilter() *string
GetFilter gets the filter property value. The filter property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetAdditionalData ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) 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 (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetFilter(value *string)
SetFilter sets the filter property value. The filter property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value. The sessionId property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetFilter() *string GetGroupBy() []string GetName() *string GetOrderBy() []string GetSearch() *string GetSelect() []string GetSessionId() *string GetSkip() *int32 GetTop() *int32 SetFilter(value *string) SetGroupBy(value []string) SetName(value *string) SetOrderBy(value []string) SetSearch(value *string) SetSelect(value []string) SetSessionId(value *string) SetSkip(value *int32) SetTop(value *int32) }
GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal ¶
func NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
NewGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderInternal instantiates a new GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) CreatePostRequestInformation ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentPerSettingContributingProfiles
func (*GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder) Post(options *GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions) (GetDeviceManagementIntentPerSettingContributingProfilesResponseable, error)
Post invoke action getDeviceManagementIntentPerSettingContributingProfiles
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions ¶
type GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions struct { // Body GetDeviceManagementIntentPerSettingContributingProfilesRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GetDeviceManagementIntentPerSettingContributingProfilesRequestBuilderPostOptions options for Post
type GetDeviceManagementIntentPerSettingContributingProfilesResponse ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesResponse struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentPerSettingContributingProfilesResponse provides operations to call the getDeviceManagementIntentPerSettingContributingProfiles method.
func NewGetDeviceManagementIntentPerSettingContributingProfilesResponse ¶ added in v0.13.0
func NewGetDeviceManagementIntentPerSettingContributingProfilesResponse() *GetDeviceManagementIntentPerSettingContributingProfilesResponse
NewGetDeviceManagementIntentPerSettingContributingProfilesResponse instantiates a new getDeviceManagementIntentPerSettingContributingProfilesResponse and sets the default values.
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) 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 (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) 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 (*GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentPerSettingContributingProfilesResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type GetDeviceManagementIntentPerSettingContributingProfilesResponseable ¶ added in v0.13.0
type GetDeviceManagementIntentPerSettingContributingProfilesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []byte SetValue(value []byte) }
GetDeviceManagementIntentPerSettingContributingProfilesResponseable
Source Files
¶
- get_device_management_intent_per_setting_contributing_profiles_request_body.go
- get_device_management_intent_per_setting_contributing_profiles_request_bodyable.go
- get_device_management_intent_per_setting_contributing_profiles_request_builder.go
- get_device_management_intent_per_setting_contributing_profiles_response.go
- get_device_management_intent_per_setting_contributing_profiles_responseable.go