Documentation
¶
Index ¶
- type UpdateDevicePropertiesRequestBody
- func (m *UpdateDevicePropertiesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *UpdateDevicePropertiesRequestBody) GetAddressableUserName() *string
- func (m *UpdateDevicePropertiesRequestBody) GetDisplayName() *string
- func (m *UpdateDevicePropertiesRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *UpdateDevicePropertiesRequestBody) GetGroupTag() *string
- func (m *UpdateDevicePropertiesRequestBody) GetUserPrincipalName() *string
- func (m *UpdateDevicePropertiesRequestBody) IsNil() bool
- func (m *UpdateDevicePropertiesRequestBody) Serialize(...) error
- func (m *UpdateDevicePropertiesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *UpdateDevicePropertiesRequestBody) SetAddressableUserName(value *string)
- func (m *UpdateDevicePropertiesRequestBody) SetDisplayName(value *string)
- func (m *UpdateDevicePropertiesRequestBody) SetGroupTag(value *string)
- func (m *UpdateDevicePropertiesRequestBody) SetUserPrincipalName(value *string)
- type UpdateDevicePropertiesRequestBuilder
- type UpdateDevicePropertiesRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateDevicePropertiesRequestBody ¶
type UpdateDevicePropertiesRequestBody struct {
// contains filtered or unexported fields
}
func NewUpdateDevicePropertiesRequestBody ¶
func NewUpdateDevicePropertiesRequestBody() *UpdateDevicePropertiesRequestBody
Instantiates a new updateDevicePropertiesRequestBody and sets the default values.
func (*UpdateDevicePropertiesRequestBody) GetAdditionalData ¶
func (m *UpdateDevicePropertiesRequestBody) GetAdditionalData() map[string]interface{}
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 (*UpdateDevicePropertiesRequestBody) GetAddressableUserName ¶
func (m *UpdateDevicePropertiesRequestBody) GetAddressableUserName() *string
Gets the addressableUserName property value.
func (*UpdateDevicePropertiesRequestBody) GetDisplayName ¶
func (m *UpdateDevicePropertiesRequestBody) GetDisplayName() *string
Gets the displayName property value.
func (*UpdateDevicePropertiesRequestBody) GetFieldDeserializers ¶
func (m *UpdateDevicePropertiesRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*UpdateDevicePropertiesRequestBody) GetGroupTag ¶
func (m *UpdateDevicePropertiesRequestBody) GetGroupTag() *string
Gets the groupTag property value.
func (*UpdateDevicePropertiesRequestBody) GetUserPrincipalName ¶
func (m *UpdateDevicePropertiesRequestBody) GetUserPrincipalName() *string
Gets the userPrincipalName property value.
func (*UpdateDevicePropertiesRequestBody) IsNil ¶
func (m *UpdateDevicePropertiesRequestBody) IsNil() bool
func (*UpdateDevicePropertiesRequestBody) Serialize ¶
func (m *UpdateDevicePropertiesRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*UpdateDevicePropertiesRequestBody) SetAdditionalData ¶
func (m *UpdateDevicePropertiesRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*UpdateDevicePropertiesRequestBody) SetAddressableUserName ¶
func (m *UpdateDevicePropertiesRequestBody) SetAddressableUserName(value *string)
Sets the addressableUserName property value. Parameters:
- value : Value to set for the addressableUserName property.
func (*UpdateDevicePropertiesRequestBody) SetDisplayName ¶
func (m *UpdateDevicePropertiesRequestBody) SetDisplayName(value *string)
Sets the displayName property value. Parameters:
- value : Value to set for the displayName property.
func (*UpdateDevicePropertiesRequestBody) SetGroupTag ¶
func (m *UpdateDevicePropertiesRequestBody) SetGroupTag(value *string)
Sets the groupTag property value. Parameters:
- value : Value to set for the groupTag property.
func (*UpdateDevicePropertiesRequestBody) SetUserPrincipalName ¶
func (m *UpdateDevicePropertiesRequestBody) SetUserPrincipalName(value *string)
Sets the userPrincipalName property value. Parameters:
- value : Value to set for the userPrincipalName property.
type UpdateDevicePropertiesRequestBuilder ¶
type UpdateDevicePropertiesRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \deviceManagement\windowsAutopilotDeviceIdentities\{windowsAutopilotDeviceIdentity-id}\microsoft.graph.updateDeviceProperties
func NewUpdateDevicePropertiesRequestBuilder ¶
func NewUpdateDevicePropertiesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UpdateDevicePropertiesRequestBuilder
Instantiates a new UpdateDevicePropertiesRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewUpdateDevicePropertiesRequestBuilderInternal ¶
func NewUpdateDevicePropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UpdateDevicePropertiesRequestBuilder
Instantiates a new UpdateDevicePropertiesRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*UpdateDevicePropertiesRequestBuilder) CreatePostRequestInformation ¶
func (m *UpdateDevicePropertiesRequestBuilder) CreatePostRequestInformation(options *UpdateDevicePropertiesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Updates properties on Autopilot devices. Parameters:
- options : Options for the request
func (*UpdateDevicePropertiesRequestBuilder) Post ¶
func (m *UpdateDevicePropertiesRequestBuilder) Post(options *UpdateDevicePropertiesRequestBuilderPostOptions) error
Updates properties on Autopilot devices. Parameters:
- options : Options for the request
type UpdateDevicePropertiesRequestBuilderPostOptions ¶
type UpdateDevicePropertiesRequestBuilderPostOptions struct { // Body *UpdateDevicePropertiesRequestBody // 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 }
Options for Post