Documentation ¶
Index ¶
- func CreateUpdateWindowsDeviceAccountRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type UpdateWindowsDeviceAccountRequestBody
- func (m *UpdateWindowsDeviceAccountRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UpdateWindowsDeviceAccountRequestBody) GetFieldDeserializers() ...
- func (m *UpdateWindowsDeviceAccountRequestBody) GetUpdateWindowsDeviceAccountActionParameter() ...
- func (m *UpdateWindowsDeviceAccountRequestBody) Serialize(...) error
- func (m *UpdateWindowsDeviceAccountRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UpdateWindowsDeviceAccountRequestBody) SetUpdateWindowsDeviceAccountActionParameter(...)
- type UpdateWindowsDeviceAccountRequestBodyable
- type UpdateWindowsDeviceAccountRequestBuilder
- type UpdateWindowsDeviceAccountRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUpdateWindowsDeviceAccountRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateUpdateWindowsDeviceAccountRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateUpdateWindowsDeviceAccountRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type UpdateWindowsDeviceAccountRequestBody ¶
type UpdateWindowsDeviceAccountRequestBody struct {
// contains filtered or unexported fields
}
UpdateWindowsDeviceAccountRequestBody provides operations to call the updateWindowsDeviceAccount method.
func NewUpdateWindowsDeviceAccountRequestBody ¶
func NewUpdateWindowsDeviceAccountRequestBody() *UpdateWindowsDeviceAccountRequestBody
NewUpdateWindowsDeviceAccountRequestBody instantiates a new updateWindowsDeviceAccountRequestBody and sets the default values.
func (*UpdateWindowsDeviceAccountRequestBody) GetAdditionalData ¶
func (m *UpdateWindowsDeviceAccountRequestBody) 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 (*UpdateWindowsDeviceAccountRequestBody) GetFieldDeserializers ¶
func (m *UpdateWindowsDeviceAccountRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UpdateWindowsDeviceAccountRequestBody) GetUpdateWindowsDeviceAccountActionParameter ¶
func (m *UpdateWindowsDeviceAccountRequestBody) GetUpdateWindowsDeviceAccountActionParameter() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable
GetUpdateWindowsDeviceAccountActionParameter gets the updateWindowsDeviceAccountActionParameter property value. The updateWindowsDeviceAccountActionParameter property
func (*UpdateWindowsDeviceAccountRequestBody) Serialize ¶
func (m *UpdateWindowsDeviceAccountRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*UpdateWindowsDeviceAccountRequestBody) SetAdditionalData ¶
func (m *UpdateWindowsDeviceAccountRequestBody) 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 (*UpdateWindowsDeviceAccountRequestBody) SetUpdateWindowsDeviceAccountActionParameter ¶
func (m *UpdateWindowsDeviceAccountRequestBody) SetUpdateWindowsDeviceAccountActionParameter(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable)
SetUpdateWindowsDeviceAccountActionParameter sets the updateWindowsDeviceAccountActionParameter property value. The updateWindowsDeviceAccountActionParameter property
type UpdateWindowsDeviceAccountRequestBodyable ¶ added in v0.13.0
type UpdateWindowsDeviceAccountRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetUpdateWindowsDeviceAccountActionParameter() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable SetUpdateWindowsDeviceAccountActionParameter(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UpdateWindowsDeviceAccountActionParameterable) }
UpdateWindowsDeviceAccountRequestBodyable
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(options *UpdateWindowsDeviceAccountRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action updateWindowsDeviceAccount
func (*UpdateWindowsDeviceAccountRequestBuilder) Post ¶
func (m *UpdateWindowsDeviceAccountRequestBuilder) Post(options *UpdateWindowsDeviceAccountRequestBuilderPostOptions) error
Post invoke action updateWindowsDeviceAccount
type UpdateWindowsDeviceAccountRequestBuilderPostOptions ¶
type UpdateWindowsDeviceAccountRequestBuilderPostOptions struct { // Body UpdateWindowsDeviceAccountRequestBodyable // 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 }
UpdateWindowsDeviceAccountRequestBuilderPostOptions options for Post