README ¶
github.com/hashicorp/go-azure-sdk/microsoft-graph/devicemanagement/beta/windowsautopilotdeploymentprofileassigneddevice
Documentation
The windowsautopilotdeploymentprofileassigneddevice
SDK allows for interaction with Microsoft Graph devicemanagement
(API Version beta
).
This readme covers example usages, but further information on using this SDK can be found in the project root.
Import Path
import "github.com/hashicorp/go-azure-sdk/microsoft-graph/devicemanagement/beta/windowsautopilotdeploymentprofileassigneddevice"
Client Initialization
client := windowsautopilotdeploymentprofileassigneddevice.NewWindowsAutopilotDeploymentProfileAssignedDeviceClientWithBaseURI("https://graph.microsoft.com")
client.Client.Authorizer = authorizer
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
payload := windowsautopilotdeploymentprofileassigneddevice.AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceRequest{
// ...
}
read, err := client.AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice(ctx, id, payload, windowsautopilotdeploymentprofileassigneddevice.DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
payload := windowsautopilotdeploymentprofileassigneddevice.AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceRequest{
// ...
}
read, err := client.AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice(ctx, id, payload, windowsautopilotdeploymentprofileassigneddevice.DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.CreateWindowsAutopilotDeploymentProfileAssignedDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileID("windowsAutopilotDeploymentProfileId")
payload := windowsautopilotdeploymentprofileassigneddevice.WindowsAutopilotDeviceIdentity{
// ...
}
read, err := client.CreateWindowsAutopilotDeploymentProfileAssignedDevice(ctx, id, payload, windowsautopilotdeploymentprofileassigneddevice.DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
read, err := client.CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
read, err := client.CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
read, err := client.CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.DeleteWindowsAutopilotDeploymentProfileAssignedDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
read, err := client.DeleteWindowsAutopilotDeploymentProfileAssignedDevice(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultDeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.GetWindowsAutopilotDeploymentProfileAssignedDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
read, err := client.GetWindowsAutopilotDeploymentProfileAssignedDevice(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultGetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.GetWindowsAutopilotDeploymentProfileAssignedDevicesCount
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileID("windowsAutopilotDeploymentProfileId")
read, err := client.GetWindowsAutopilotDeploymentProfileAssignedDevicesCount(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultGetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.ListWindowsAutopilotDeploymentProfileAssignedDevices
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileID("windowsAutopilotDeploymentProfileId")
// alternatively `client.ListWindowsAutopilotDeploymentProfileAssignedDevices(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions())` can be used to do batched pagination
items, err := client.ListWindowsAutopilotDeploymentProfileAssignedDevicesComplete(ctx, id, windowsautopilotdeploymentprofileassigneddevice.DefaultListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions())
if err != nil {
// handle the error
}
for _, item := range items {
// do something
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.UpdateWindowsAutopilotDeploymentProfileAssignedDevice
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
payload := windowsautopilotdeploymentprofileassigneddevice.WindowsAutopilotDeviceIdentity{
// ...
}
read, err := client.UpdateWindowsAutopilotDeploymentProfileAssignedDevice(ctx, id, payload, windowsautopilotdeploymentprofileassigneddevice.DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Example Usage: WindowsAutopilotDeploymentProfileAssignedDeviceClient.UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties
ctx := context.TODO()
id := windowsautopilotdeploymentprofileassigneddevice.NewDeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceID("windowsAutopilotDeploymentProfileId", "windowsAutopilotDeviceIdentityId")
payload := windowsautopilotdeploymentprofileassigneddevice.UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesRequest{
// ...
}
read, err := client.UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties(ctx, id, payload, windowsautopilotdeploymentprofileassigneddevice.DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions())
if err != nil {
// handle the error
}
if model := read.Model; model != nil {
// do something with the model/response object
}
Documentation ¶
Index ¶
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) ToHeaders() *client.Headers
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) ToOData() *odata.Query
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) ToQuery() *client.QueryParams
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationResponse
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceRequest
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) ToHeaders() *client.Headers
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) ToOData() *odata.Query
- func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) ToQuery() *client.QueryParams
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationResponse
- type AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceRequest
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) ToOData() *odata.Query
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) ToQuery() *client.QueryParams
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationResponse
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) ToHeaders() *client.Headers
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) ToOData() *odata.Query
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) ToQuery() *client.QueryParams
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationResponse
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) ToHeaders() *client.Headers
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) ToOData() *odata.Query
- func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) ToQuery() *client.QueryParams
- type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationResponse
- type DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
- func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
- func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
- func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
- type DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse
- type GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
- func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
- func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
- func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
- type GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse
- type GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions
- func (o GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToHeaders() *client.Headers
- func (o GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToOData() *odata.Query
- func (o GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToQuery() *client.QueryParams
- type GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationResponse
- type ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult
- type ListWindowsAutopilotDeploymentProfileAssignedDevicesCustomPager
- type ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions
- func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToHeaders() *client.Headers
- func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToOData() *odata.Query
- func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToQuery() *client.QueryParams
- type ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationResponse
- type UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
- type UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse
- type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) ToHeaders() *client.Headers
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) ToOData() *odata.Query
- func (o UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) ToQuery() *client.QueryParams
- type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationResponse
- type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesRequest
- type WindowsAutopilotDeploymentProfileAssignedDeviceClient
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, ...) (result CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) DeleteWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, ...) (result DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, ...) (result GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevicesCount(ctx context.Context, ...) (...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevices(ctx context.Context, ...) (result ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationResponse, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesComplete(ctx context.Context, ...) (ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult, error)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteMatchingPredicate(ctx context.Context, ...) (result ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, ...) (result UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, ...)
- func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties(ctx context.Context, ...) (...)
- type WindowsAutopilotDeviceIdentityOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions ¶
func DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions() AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions
func (AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) ToHeaders ¶
func (AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) ToOData ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationResponse ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceRequest ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceRequest struct { AddressableUserName nullable.Type[string] `json:"addressableUserName,omitempty"` ResourceAccountName nullable.Type[string] `json:"resourceAccountName,omitempty"` UserPrincipalName nullable.Type[string] `json:"userPrincipalName,omitempty"` }
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions ¶
type AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions ¶
func DefaultAssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions() AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions
func (AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) ToHeaders ¶
func (o AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) ToHeaders() *client.Headers
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions ¶
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions() CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) ToHeaders ¶
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) ToOData ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions() CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders ¶
func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData ¶
func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery ¶
func (o CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions ¶
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions() CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) ToHeaders ¶
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) ToOData ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationResponse ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions ¶
type CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions ¶
func DefaultCreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions() CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) ToHeaders ¶
func (CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) ToOData ¶
type DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
type DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
func DefaultDeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions() DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
func (DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders ¶
func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData ¶
func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
func (DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery ¶
func (o DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
type GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
type GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
func DefaultGetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions() GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
func (GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders ¶
func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
func (GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData ¶
func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
func (GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery ¶
func (o GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
type GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions ¶
type GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions ¶
func DefaultGetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions() GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions
func (GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToHeaders ¶
func (o GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToOData ¶
func (o GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) ToOData() *odata.Query
type ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult ¶
type ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsAutopilotDeviceIdentity }
type ListWindowsAutopilotDeploymentProfileAssignedDevicesCustomPager ¶
type ListWindowsAutopilotDeploymentProfileAssignedDevicesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsAutopilotDeploymentProfileAssignedDevicesCustomPager) NextPageLink ¶
func (p *ListWindowsAutopilotDeploymentProfileAssignedDevicesCustomPager) NextPageLink() *odata.Link
type ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions ¶
type ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions ¶
func DefaultListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions() ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions
func (ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToHeaders ¶
func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToHeaders() *client.Headers
func (ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToOData ¶
func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToOData() *odata.Query
func (ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToQuery ¶
func (o ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
type UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions ¶
func DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions() UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions
func (UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders ¶
func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData ¶
func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToOData() *odata.Query
func (UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery ¶
func (o UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions ¶
type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions ¶
func DefaultUpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions() UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions
func (UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) ToHeaders ¶
func (o UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) ToHeaders() *client.Headers
type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesRequest ¶
type UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesRequest struct { AddressableUserName nullable.Type[string] `json:"addressableUserName,omitempty"` DeviceAccountPassword nullable.Type[string] `json:"deviceAccountPassword,omitempty"` DeviceAccountUpn nullable.Type[string] `json:"deviceAccountUpn,omitempty"` DeviceFriendlyName nullable.Type[string] `json:"deviceFriendlyName,omitempty"` DisplayName nullable.Type[string] `json:"displayName,omitempty"` GroupTag nullable.Type[string] `json:"groupTag,omitempty"` UserPrincipalName nullable.Type[string] `json:"userPrincipalName,omitempty"` }
type WindowsAutopilotDeploymentProfileAssignedDeviceClient ¶
func NewWindowsAutopilotDeploymentProfileAssignedDeviceClientWithBaseURI ¶
func NewWindowsAutopilotDeploymentProfileAssignedDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsAutopilotDeploymentProfileAssignedDeviceClient, error)
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, input AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceRequest, options AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationOptions) (result AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDeviceOperationResponse, err error)
AssignWindowsAutopilotDeploymentProfileAssignedDeviceResourceAccountToDevice - Invoke action assignResourceAccountToDevice. Assigns resource account to Autopilot devices.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, input AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceRequest, options AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationOptions) (result AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDeviceOperationResponse, err error)
AssignWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice - Invoke action assignUserToDevice. Assigns user to Autopilot devices.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileId, input beta.WindowsAutopilotDeviceIdentity, options CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) (result CreateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, err error)
CreateWindowsAutopilotDeploymentProfileAssignedDevice - Create new navigation property to assignedDevices for deviceManagement
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, options CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationOptions) (result CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollmentOperationResponse, err error)
CreateWindowsAutopilotDeploymentProfileAssignedDeviceAllowNextEnrollment - Invoke action allowNextEnrollment. Unblocks next autopilot enrollment.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, options CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationOptions) (result CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDeviceOperationResponse, err error)
CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignResourceAccountFromDevice - Invoke action unassignResourceAccountFromDevice. Unassigns the resource account from an Autopilot device.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, options CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationOptions) (result CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDeviceOperationResponse, err error)
CreateWindowsAutopilotDeploymentProfileAssignedDeviceUnassignUserFromDevice - Invoke action unassignUserFromDevice. Unassigns the user from an Autopilot device.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) DeleteWindowsAutopilotDeploymentProfileAssignedDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) DeleteWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, options DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) (result DeleteWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, err error)
DeleteWindowsAutopilotDeploymentProfileAssignedDevice - Delete navigation property assignedDevices for deviceManagement
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, options GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) (result GetWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, err error)
GetWindowsAutopilotDeploymentProfileAssignedDevice - Get assignedDevices from deviceManagement. The list of assigned devices for the profile.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevicesCount ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) GetWindowsAutopilotDeploymentProfileAssignedDevicesCount(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileId, options GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationOptions) (result GetWindowsAutopilotDeploymentProfileAssignedDevicesCountOperationResponse, err error)
GetWindowsAutopilotDeploymentProfileAssignedDevicesCount - Get the number of the resource
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevices ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevices(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileId, options ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) (result ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationResponse, err error)
ListWindowsAutopilotDeploymentProfileAssignedDevices - Get assignedDevices from deviceManagement. The list of assigned devices for the profile.
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesComplete ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesComplete(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileId, options ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions) (ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult, error)
ListWindowsAutopilotDeploymentProfileAssignedDevicesComplete retrieves all the results into a single object
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteMatchingPredicate ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileId, options ListWindowsAutopilotDeploymentProfileAssignedDevicesOperationOptions, predicate WindowsAutopilotDeviceIdentityOperationPredicate) (result ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteResult, err error)
ListWindowsAutopilotDeploymentProfileAssignedDevicesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDevice ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDevice(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, input beta.WindowsAutopilotDeviceIdentity, options UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationOptions) (result UpdateWindowsAutopilotDeploymentProfileAssignedDeviceOperationResponse, err error)
UpdateWindowsAutopilotDeploymentProfileAssignedDevice - Update the navigation property assignedDevices in deviceManagement
func (WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties ¶
func (c WindowsAutopilotDeploymentProfileAssignedDeviceClient) UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties(ctx context.Context, id beta.DeviceManagementWindowsAutopilotDeploymentProfileIdAssignedDeviceId, input UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesRequest, options UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationOptions) (result UpdateWindowsAutopilotDeploymentProfileAssignedDevicePropertiesOperationResponse, err error)
UpdateWindowsAutopilotDeploymentProfileAssignedDeviceProperties - Invoke action updateDeviceProperties. Updates properties on Autopilot devices.
type WindowsAutopilotDeviceIdentityOperationPredicate ¶
type WindowsAutopilotDeviceIdentityOperationPredicate struct { }
func (WindowsAutopilotDeviceIdentityOperationPredicate) Matches ¶
func (p WindowsAutopilotDeviceIdentityOperationPredicate) Matches(input beta.WindowsAutopilotDeviceIdentity) bool
Source Files ¶
- client.go
- method_assignwindowsautopilotdeploymentprofileassigneddeviceresourceaccounttodevice.go
- method_assignwindowsautopilotdeploymentprofileassigneddeviceusertodevice.go
- method_createwindowsautopilotdeploymentprofileassigneddevice.go
- method_createwindowsautopilotdeploymentprofileassigneddeviceallownextenrollment.go
- method_createwindowsautopilotdeploymentprofileassigneddeviceunassignresourceaccountfromdevice.go
- method_createwindowsautopilotdeploymentprofileassigneddeviceunassignuserfromdevice.go
- method_deletewindowsautopilotdeploymentprofileassigneddevice.go
- method_getwindowsautopilotdeploymentprofileassigneddevice.go
- method_getwindowsautopilotdeploymentprofileassigneddevicescount.go
- method_listwindowsautopilotdeploymentprofileassigneddevices.go
- method_updatewindowsautopilotdeploymentprofileassigneddevice.go
- method_updatewindowsautopilotdeploymentprofileassigneddeviceproperties.go
- model_assignwindowsautopilotdeploymentprofileassigneddeviceresourceaccounttodevicerequest.go
- model_assignwindowsautopilotdeploymentprofileassigneddeviceusertodevicerequest.go
- model_updatewindowsautopilotdeploymentprofileassigneddevicepropertiesrequest.go
- predicates.go
- version.go