Documentation ¶
Index ¶
- func CreateUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type UpdateWindowsDeviceAccountPostRequestBody
- func (m *UpdateWindowsDeviceAccountPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UpdateWindowsDeviceAccountPostRequestBody) GetFieldDeserializers() ...
- func (m *UpdateWindowsDeviceAccountPostRequestBody) GetUpdateWindowsDeviceAccountActionParameter() ...
- func (m *UpdateWindowsDeviceAccountPostRequestBody) Serialize(...) error
- func (m *UpdateWindowsDeviceAccountPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UpdateWindowsDeviceAccountPostRequestBody) SetUpdateWindowsDeviceAccountActionParameter(...)
- type UpdateWindowsDeviceAccountPostRequestBodyable
- type UpdateWindowsDeviceAccountRequestBuilder
- func (m *UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformation(body UpdateWindowsDeviceAccountPostRequestBodyable) (...)
- func (m *UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body UpdateWindowsDeviceAccountPostRequestBodyable, ...) (...)
- func (m *UpdateWindowsDeviceAccountRequestBuilder) Post(ctx context.Context, body UpdateWindowsDeviceAccountPostRequestBodyable, ...) error
- type UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUpdateWindowsDeviceAccountPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type UpdateWindowsDeviceAccountPostRequestBody ¶ added in v0.24.0
type UpdateWindowsDeviceAccountPostRequestBody struct {
// contains filtered or unexported fields
}
UpdateWindowsDeviceAccountPostRequestBody provides operations to call the updateWindowsDeviceAccount method.
func NewUpdateWindowsDeviceAccountPostRequestBody ¶ added in v0.24.0
func NewUpdateWindowsDeviceAccountPostRequestBody() *UpdateWindowsDeviceAccountPostRequestBody
NewUpdateWindowsDeviceAccountPostRequestBody instantiates a new updateWindowsDeviceAccountPostRequestBody and sets the default values.
func (*UpdateWindowsDeviceAccountPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) 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 (*UpdateWindowsDeviceAccountPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UpdateWindowsDeviceAccountPostRequestBody) GetUpdateWindowsDeviceAccountActionParameter ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) GetUpdateWindowsDeviceAccountActionParameter() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable
GetUpdateWindowsDeviceAccountActionParameter gets the updateWindowsDeviceAccountActionParameter property value. The updateWindowsDeviceAccountActionParameter property
func (*UpdateWindowsDeviceAccountPostRequestBody) Serialize ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UpdateWindowsDeviceAccountPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) 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 (*UpdateWindowsDeviceAccountPostRequestBody) SetUpdateWindowsDeviceAccountActionParameter ¶ added in v0.24.0
func (m *UpdateWindowsDeviceAccountPostRequestBody) SetUpdateWindowsDeviceAccountActionParameter(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable)
SetUpdateWindowsDeviceAccountActionParameter sets the updateWindowsDeviceAccountActionParameter property value. The updateWindowsDeviceAccountActionParameter property
type UpdateWindowsDeviceAccountPostRequestBodyable ¶ added in v0.24.0
type UpdateWindowsDeviceAccountPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetUpdateWindowsDeviceAccountActionParameter() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable SetUpdateWindowsDeviceAccountActionParameter(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable) }
UpdateWindowsDeviceAccountPostRequestBodyable
type UpdateWindowsDeviceAccountRequestBuilder ¶
type UpdateWindowsDeviceAccountRequestBuilder struct {
// contains filtered or unexported fields
}
UpdateWindowsDeviceAccountRequestBuilder provides operations to call the updateWindowsDeviceAccount method.
func NewUpdateWindowsDeviceAccountRequestBuilder ¶
func NewUpdateWindowsDeviceAccountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UpdateWindowsDeviceAccountRequestBuilder
NewUpdateWindowsDeviceAccountRequestBuilder instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values.
func NewUpdateWindowsDeviceAccountRequestBuilderInternal ¶
func NewUpdateWindowsDeviceAccountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UpdateWindowsDeviceAccountRequestBuilder
NewUpdateWindowsDeviceAccountRequestBuilderInternal instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values.
func (*UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformation ¶
func (m *UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformation(body UpdateWindowsDeviceAccountPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action updateWindowsDeviceAccount
func (*UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body UpdateWindowsDeviceAccountPostRequestBodyable, requestConfiguration *UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action updateWindowsDeviceAccount
func (*UpdateWindowsDeviceAccountRequestBuilder) Post ¶
func (m *UpdateWindowsDeviceAccountRequestBuilder) Post(ctx context.Context, body UpdateWindowsDeviceAccountPostRequestBodyable, requestConfiguration *UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration) error
Post invoke action updateWindowsDeviceAccount
type UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UpdateWindowsDeviceAccountRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.