Documentation ¶
Index ¶
- func CreateCleanWindowsDevicePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CleanWindowsDevicePostRequestBody
- func (m *CleanWindowsDevicePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CleanWindowsDevicePostRequestBody) GetFieldDeserializers() ...
- func (m *CleanWindowsDevicePostRequestBody) GetKeepUserData() *bool
- func (m *CleanWindowsDevicePostRequestBody) Serialize(...) error
- func (m *CleanWindowsDevicePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CleanWindowsDevicePostRequestBody) SetKeepUserData(value *bool)
- type CleanWindowsDevicePostRequestBodyable
- type CleanWindowsDeviceRequestBuilder
- func (m *CleanWindowsDeviceRequestBuilder) CreatePostRequestInformation(body CleanWindowsDevicePostRequestBodyable) (...)
- func (m *CleanWindowsDeviceRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CleanWindowsDevicePostRequestBodyable, ...) (...)
- func (m *CleanWindowsDeviceRequestBuilder) Post(body CleanWindowsDevicePostRequestBodyable) error
- func (m *CleanWindowsDeviceRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CleanWindowsDevicePostRequestBodyable, ...) error
- type CleanWindowsDeviceRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCleanWindowsDevicePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCleanWindowsDevicePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCleanWindowsDevicePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CleanWindowsDevicePostRequestBody ¶ added in v0.24.0
type CleanWindowsDevicePostRequestBody struct {
// contains filtered or unexported fields
}
CleanWindowsDevicePostRequestBody provides operations to call the cleanWindowsDevice method.
func NewCleanWindowsDevicePostRequestBody ¶ added in v0.24.0
func NewCleanWindowsDevicePostRequestBody() *CleanWindowsDevicePostRequestBody
NewCleanWindowsDevicePostRequestBody instantiates a new cleanWindowsDevicePostRequestBody and sets the default values.
func (*CleanWindowsDevicePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) 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 (*CleanWindowsDevicePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CleanWindowsDevicePostRequestBody) GetKeepUserData ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) GetKeepUserData() *bool
GetKeepUserData gets the keepUserData property value. The keepUserData property
func (*CleanWindowsDevicePostRequestBody) Serialize ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CleanWindowsDevicePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) 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 (*CleanWindowsDevicePostRequestBody) SetKeepUserData ¶ added in v0.24.0
func (m *CleanWindowsDevicePostRequestBody) SetKeepUserData(value *bool)
SetKeepUserData sets the keepUserData property value. The keepUserData property
type CleanWindowsDevicePostRequestBodyable ¶ added in v0.24.0
type CleanWindowsDevicePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetKeepUserData() *bool SetKeepUserData(value *bool) }
CleanWindowsDevicePostRequestBodyable
type CleanWindowsDeviceRequestBuilder ¶
type CleanWindowsDeviceRequestBuilder struct {
// contains filtered or unexported fields
}
CleanWindowsDeviceRequestBuilder provides operations to call the cleanWindowsDevice method.
func NewCleanWindowsDeviceRequestBuilder ¶
func NewCleanWindowsDeviceRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CleanWindowsDeviceRequestBuilder
NewCleanWindowsDeviceRequestBuilder instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values.
func NewCleanWindowsDeviceRequestBuilderInternal ¶
func NewCleanWindowsDeviceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CleanWindowsDeviceRequestBuilder
NewCleanWindowsDeviceRequestBuilderInternal instantiates a new CleanWindowsDeviceRequestBuilder and sets the default values.
func (*CleanWindowsDeviceRequestBuilder) CreatePostRequestInformation ¶
func (m *CleanWindowsDeviceRequestBuilder) CreatePostRequestInformation(body CleanWindowsDevicePostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation clean Windows device
func (*CleanWindowsDeviceRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CleanWindowsDeviceRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body CleanWindowsDevicePostRequestBodyable, requestConfiguration *CleanWindowsDeviceRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration clean Windows device
func (*CleanWindowsDeviceRequestBuilder) Post ¶
func (m *CleanWindowsDeviceRequestBuilder) Post(body CleanWindowsDevicePostRequestBodyable) error
Post clean Windows device
func (*CleanWindowsDeviceRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CleanWindowsDeviceRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body CleanWindowsDevicePostRequestBodyable, requestConfiguration *CleanWindowsDeviceRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler clean Windows device
type CleanWindowsDeviceRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CleanWindowsDeviceRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CleanWindowsDeviceRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.