Documentation ¶
Index ¶
- type CreateImportedWindowsAutopilotDeviceIdentityOperationOptions
- type CreateImportedWindowsAutopilotDeviceIdentityOperationResponse
- type DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions
- type DeleteImportedWindowsAutopilotDeviceIdentityOperationResponse
- type GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions
- func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToHeaders() *client.Headers
- func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToOData() *odata.Query
- func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToQuery() *client.QueryParams
- type GetImportedWindowsAutopilotDeviceIdentitiesCountOperationResponse
- type GetImportedWindowsAutopilotDeviceIdentityOperationOptions
- type GetImportedWindowsAutopilotDeviceIdentityOperationResponse
- type ImportedWindowsAutopilotDeviceIdentityClient
- func (c ImportedWindowsAutopilotDeviceIdentityClient) CreateImportedWindowsAutopilotDeviceIdentity(ctx context.Context, input stable.ImportedWindowsAutopilotDeviceIdentity, ...) (result CreateImportedWindowsAutopilotDeviceIdentityOperationResponse, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) DeleteImportedWindowsAutopilotDeviceIdentity(ctx context.Context, ...) (result DeleteImportedWindowsAutopilotDeviceIdentityOperationResponse, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentitiesCount(ctx context.Context, ...) (result GetImportedWindowsAutopilotDeviceIdentitiesCountOperationResponse, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentity(ctx context.Context, ...) (result GetImportedWindowsAutopilotDeviceIdentityOperationResponse, err error)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentities(ctx context.Context, ...) (result ListImportedWindowsAutopilotDeviceIdentitiesOperationResponse, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesComplete(ctx context.Context, ...) (ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult, error)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesCompleteMatchingPredicate(ctx context.Context, ...) (result ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult, err error)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImports(ctx context.Context, ...) (result ListImportedWindowsAutopilotDeviceIdentityImportsOperationResponse, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsComplete(ctx context.Context, ...) (ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult, error)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsCompleteMatchingPredicate(ctx context.Context, ...) (result ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult, ...)
- func (c ImportedWindowsAutopilotDeviceIdentityClient) UpdateImportedWindowsAutopilotDeviceIdentity(ctx context.Context, ...) (result UpdateImportedWindowsAutopilotDeviceIdentityOperationResponse, ...)
- type ImportedWindowsAutopilotDeviceIdentityOperationPredicate
- type ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult
- type ListImportedWindowsAutopilotDeviceIdentitiesCustomPager
- type ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions
- type ListImportedWindowsAutopilotDeviceIdentitiesOperationResponse
- type ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult
- type ListImportedWindowsAutopilotDeviceIdentityImportsCustomPager
- type ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions
- func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToHeaders() *client.Headers
- func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToOData() *odata.Query
- func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToQuery() *client.QueryParams
- type ListImportedWindowsAutopilotDeviceIdentityImportsOperationResponse
- type ListImportedWindowsAutopilotDeviceIdentityImportsRequest
- type UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions
- type UpdateImportedWindowsAutopilotDeviceIdentityOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
type CreateImportedWindowsAutopilotDeviceIdentityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
func DefaultCreateImportedWindowsAutopilotDeviceIdentityOperationOptions() CreateImportedWindowsAutopilotDeviceIdentityOperationOptions
func (CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders ¶
func (o CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders() *client.Headers
func (CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData ¶
func (o CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData() *odata.Query
func (CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery ¶
func (o CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery() *client.QueryParams
type DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
type DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
func DefaultDeleteImportedWindowsAutopilotDeviceIdentityOperationOptions() DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions
func (DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders ¶
func (o DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders() *client.Headers
func (DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData ¶
func (o DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData() *odata.Query
func (DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery ¶
func (o DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery() *client.QueryParams
type GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions ¶
type GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions ¶
func DefaultGetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions() GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions
func (GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToHeaders ¶
func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToHeaders() *client.Headers
func (GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToOData ¶
func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToOData() *odata.Query
func (GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToQuery ¶
func (o GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) ToQuery() *client.QueryParams
type GetImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
type GetImportedWindowsAutopilotDeviceIdentityOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
func DefaultGetImportedWindowsAutopilotDeviceIdentityOperationOptions() GetImportedWindowsAutopilotDeviceIdentityOperationOptions
func (GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders ¶
func (o GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders() *client.Headers
func (GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData ¶
func (o GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData() *odata.Query
func (GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery ¶
func (o GetImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery() *client.QueryParams
type ImportedWindowsAutopilotDeviceIdentityClient ¶
func NewImportedWindowsAutopilotDeviceIdentityClientWithBaseURI ¶
func NewImportedWindowsAutopilotDeviceIdentityClientWithBaseURI(sdkApi sdkEnv.Api) (*ImportedWindowsAutopilotDeviceIdentityClient, error)
func (ImportedWindowsAutopilotDeviceIdentityClient) CreateImportedWindowsAutopilotDeviceIdentity ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) CreateImportedWindowsAutopilotDeviceIdentity(ctx context.Context, input stable.ImportedWindowsAutopilotDeviceIdentity, options CreateImportedWindowsAutopilotDeviceIdentityOperationOptions) (result CreateImportedWindowsAutopilotDeviceIdentityOperationResponse, err error)
CreateImportedWindowsAutopilotDeviceIdentity - Create importedWindowsAutopilotDeviceIdentity. Create a new importedWindowsAutopilotDeviceIdentity object.
func (ImportedWindowsAutopilotDeviceIdentityClient) DeleteImportedWindowsAutopilotDeviceIdentity ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) DeleteImportedWindowsAutopilotDeviceIdentity(ctx context.Context, id stable.DeviceManagementImportedWindowsAutopilotDeviceIdentityId, options DeleteImportedWindowsAutopilotDeviceIdentityOperationOptions) (result DeleteImportedWindowsAutopilotDeviceIdentityOperationResponse, err error)
DeleteImportedWindowsAutopilotDeviceIdentity - Delete importedWindowsAutopilotDeviceIdentity. Deletes a importedWindowsAutopilotDeviceIdentity.
func (ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentitiesCount ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentitiesCount(ctx context.Context, options GetImportedWindowsAutopilotDeviceIdentitiesCountOperationOptions) (result GetImportedWindowsAutopilotDeviceIdentitiesCountOperationResponse, err error)
GetImportedWindowsAutopilotDeviceIdentitiesCount - Get the number of the resource
func (ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentity ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) GetImportedWindowsAutopilotDeviceIdentity(ctx context.Context, id stable.DeviceManagementImportedWindowsAutopilotDeviceIdentityId, options GetImportedWindowsAutopilotDeviceIdentityOperationOptions) (result GetImportedWindowsAutopilotDeviceIdentityOperationResponse, err error)
GetImportedWindowsAutopilotDeviceIdentity - Get importedWindowsAutopilotDeviceIdentity. Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object.
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentities ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentities(ctx context.Context, options ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) (result ListImportedWindowsAutopilotDeviceIdentitiesOperationResponse, err error)
ListImportedWindowsAutopilotDeviceIdentities - List importedWindowsAutopilotDeviceIdentities. List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects.
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesComplete ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesComplete(ctx context.Context, options ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) (ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult, error)
ListImportedWindowsAutopilotDeviceIdentitiesComplete retrieves all the results into a single object
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesCompleteMatchingPredicate ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentitiesCompleteMatchingPredicate(ctx context.Context, options ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions, predicate ImportedWindowsAutopilotDeviceIdentityOperationPredicate) (result ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult, err error)
ListImportedWindowsAutopilotDeviceIdentitiesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImports ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImports(ctx context.Context, input ListImportedWindowsAutopilotDeviceIdentityImportsRequest, options ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) (result ListImportedWindowsAutopilotDeviceIdentityImportsOperationResponse, err error)
ListImportedWindowsAutopilotDeviceIdentityImports - Invoke action import. Not yet documented
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsComplete ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsComplete(ctx context.Context, input ListImportedWindowsAutopilotDeviceIdentityImportsRequest, options ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) (ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult, error)
ListImportedWindowsAutopilotDeviceIdentityImportsComplete retrieves all the results into a single object
func (ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsCompleteMatchingPredicate ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) ListImportedWindowsAutopilotDeviceIdentityImportsCompleteMatchingPredicate(ctx context.Context, input ListImportedWindowsAutopilotDeviceIdentityImportsRequest, options ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions, predicate ImportedWindowsAutopilotDeviceIdentityOperationPredicate) (result ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult, err error)
ListImportedWindowsAutopilotDeviceIdentityImportsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ImportedWindowsAutopilotDeviceIdentityClient) UpdateImportedWindowsAutopilotDeviceIdentity ¶
func (c ImportedWindowsAutopilotDeviceIdentityClient) UpdateImportedWindowsAutopilotDeviceIdentity(ctx context.Context, id stable.DeviceManagementImportedWindowsAutopilotDeviceIdentityId, input stable.ImportedWindowsAutopilotDeviceIdentity, options UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) (result UpdateImportedWindowsAutopilotDeviceIdentityOperationResponse, err error)
UpdateImportedWindowsAutopilotDeviceIdentity - Update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
type ImportedWindowsAutopilotDeviceIdentityOperationPredicate ¶
type ImportedWindowsAutopilotDeviceIdentityOperationPredicate struct { }
func (ImportedWindowsAutopilotDeviceIdentityOperationPredicate) Matches ¶
func (p ImportedWindowsAutopilotDeviceIdentityOperationPredicate) Matches(input stable.ImportedWindowsAutopilotDeviceIdentity) bool
type ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult ¶
type ListImportedWindowsAutopilotDeviceIdentitiesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ImportedWindowsAutopilotDeviceIdentity }
type ListImportedWindowsAutopilotDeviceIdentitiesCustomPager ¶
type ListImportedWindowsAutopilotDeviceIdentitiesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListImportedWindowsAutopilotDeviceIdentitiesCustomPager) NextPageLink ¶
func (p *ListImportedWindowsAutopilotDeviceIdentitiesCustomPager) NextPageLink() *odata.Link
type ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions ¶
type ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions 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 DefaultListImportedWindowsAutopilotDeviceIdentitiesOperationOptions ¶
func DefaultListImportedWindowsAutopilotDeviceIdentitiesOperationOptions() ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions
func (ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToHeaders ¶
func (o ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToHeaders() *client.Headers
func (ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToOData ¶
func (o ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToOData() *odata.Query
func (ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToQuery ¶
func (o ListImportedWindowsAutopilotDeviceIdentitiesOperationOptions) ToQuery() *client.QueryParams
type ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult ¶
type ListImportedWindowsAutopilotDeviceIdentityImportsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ImportedWindowsAutopilotDeviceIdentity }
type ListImportedWindowsAutopilotDeviceIdentityImportsCustomPager ¶
type ListImportedWindowsAutopilotDeviceIdentityImportsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListImportedWindowsAutopilotDeviceIdentityImportsCustomPager) NextPageLink ¶
func (p *ListImportedWindowsAutopilotDeviceIdentityImportsCustomPager) NextPageLink() *odata.Link
type ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions ¶
type ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions ¶
func DefaultListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions() ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions
func (ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToHeaders ¶
func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToHeaders() *client.Headers
func (ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToOData ¶
func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToOData() *odata.Query
func (ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToQuery ¶
func (o ListImportedWindowsAutopilotDeviceIdentityImportsOperationOptions) ToQuery() *client.QueryParams
type ListImportedWindowsAutopilotDeviceIdentityImportsRequest ¶
type ListImportedWindowsAutopilotDeviceIdentityImportsRequest struct {
ImportedWindowsAutopilotDeviceIdentities *[]stable.ImportedWindowsAutopilotDeviceIdentity `json:"importedWindowsAutopilotDeviceIdentities,omitempty"`
}
type UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
type UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateImportedWindowsAutopilotDeviceIdentityOperationOptions ¶
func DefaultUpdateImportedWindowsAutopilotDeviceIdentityOperationOptions() UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions
func (UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders ¶
func (o UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToHeaders() *client.Headers
func (UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData ¶
func (o UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToOData() *odata.Query
func (UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery ¶
func (o UpdateImportedWindowsAutopilotDeviceIdentityOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createimportedwindowsautopilotdeviceidentity.go
- method_deleteimportedwindowsautopilotdeviceidentity.go
- method_getimportedwindowsautopilotdeviceidentitiescount.go
- method_getimportedwindowsautopilotdeviceidentity.go
- method_listimportedwindowsautopilotdeviceidentities.go
- method_listimportedwindowsautopilotdeviceidentityimports.go
- method_updateimportedwindowsautopilotdeviceidentity.go
- model_listimportedwindowsautopilotdeviceidentityimportsrequest.go
- predicates.go
- version.go