Documentation ¶
Index ¶
- func CreateUpdateWindowsDeviceAccountRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type UpdateWindowsDeviceAccountRequestBody
- func (m *UpdateWindowsDeviceAccountRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UpdateWindowsDeviceAccountRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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 i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*UpdateWindowsDeviceAccountRequestBody) GetUpdateWindowsDeviceAccountActionParameter ¶
func (m *UpdateWindowsDeviceAccountRequestBody) GetUpdateWindowsDeviceAccountActionParameter() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UpdateWindowsDeviceAccountActionParameterable
GetUpdateWindowsDeviceAccountActionParameter gets the updateWindowsDeviceAccountActionParameter property value.
func (*UpdateWindowsDeviceAccountRequestBody) Serialize ¶
func (m *UpdateWindowsDeviceAccountRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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 i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UpdateWindowsDeviceAccountActionParameterable)
SetUpdateWindowsDeviceAccountActionParameter sets the updateWindowsDeviceAccountActionParameter property value.
type UpdateWindowsDeviceAccountRequestBodyable ¶ added in v0.13.0
type UpdateWindowsDeviceAccountRequestBodyable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetUpdateWindowsDeviceAccountActionParameter() i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UpdateWindowsDeviceAccountActionParameterable SetUpdateWindowsDeviceAccountActionParameter(value i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UpdateWindowsDeviceAccountRequestBuilder
NewUpdateWindowsDeviceAccountRequestBuilder instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values.
func NewUpdateWindowsDeviceAccountRequestBuilderInternal ¶
func NewUpdateWindowsDeviceAccountRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UpdateWindowsDeviceAccountRequestBuilder
NewUpdateWindowsDeviceAccountRequestBuilderInternal instantiates a new UpdateWindowsDeviceAccountRequestBuilder and sets the default values.
func (*UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformation ¶
func (m *UpdateWindowsDeviceAccountRequestBuilder) CreatePostRequestInformation(options *UpdateWindowsDeviceAccountRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 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 }
UpdateWindowsDeviceAccountRequestBuilderPostOptions options for Post