Documentation ¶
Index ¶
- type AddDeviceRegisteredOwnerRefOperationOptions
- type AddDeviceRegisteredOwnerRefOperationResponse
- type DeviceRegisteredOwnerClient
- func (c DeviceRegisteredOwnerClient) AddDeviceRegisteredOwnerRef(ctx context.Context, id beta.UserIdDeviceId, input beta.ReferenceCreate, ...) (result AddDeviceRegisteredOwnerRefOperationResponse, err error)
- func (c DeviceRegisteredOwnerClient) GetDeviceRegisteredOwnersCount(ctx context.Context, id beta.UserIdDeviceId, ...) (result GetDeviceRegisteredOwnersCountOperationResponse, err error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefs(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceRegisteredOwnerRefsOperationResponse, err error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsComplete(ctx context.Context, id beta.UserIdDeviceId, ...) (ListDeviceRegisteredOwnerRefsCompleteResult, error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceRegisteredOwnerRefsCompleteResult, err error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwners(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceRegisteredOwnersOperationResponse, err error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersComplete(ctx context.Context, id beta.UserIdDeviceId, ...) (ListDeviceRegisteredOwnersCompleteResult, error)
- func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceRegisteredOwnersCompleteResult, err error)
- func (c DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRef(ctx context.Context, id beta.UserIdDeviceIdRegisteredOwnerId, ...) (result RemoveDeviceRegisteredOwnerRefOperationResponse, err error)
- func (c DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRefs(ctx context.Context, id beta.UserIdDeviceId, ...) (result RemoveDeviceRegisteredOwnerRefsOperationResponse, err error)
- type DirectoryObjectOperationPredicate
- type GetDeviceRegisteredOwnersCountOperationOptions
- type GetDeviceRegisteredOwnersCountOperationResponse
- type ListDeviceRegisteredOwnerRefsCompleteResult
- type ListDeviceRegisteredOwnerRefsCustomPager
- type ListDeviceRegisteredOwnerRefsOperationOptions
- type ListDeviceRegisteredOwnerRefsOperationResponse
- type ListDeviceRegisteredOwnersCompleteResult
- type ListDeviceRegisteredOwnersCustomPager
- type ListDeviceRegisteredOwnersOperationOptions
- type ListDeviceRegisteredOwnersOperationResponse
- type RemoveDeviceRegisteredOwnerRefOperationOptions
- type RemoveDeviceRegisteredOwnerRefOperationResponse
- type RemoveDeviceRegisteredOwnerRefsOperationOptions
- type RemoveDeviceRegisteredOwnerRefsOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddDeviceRegisteredOwnerRefOperationOptions ¶
type AddDeviceRegisteredOwnerRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultAddDeviceRegisteredOwnerRefOperationOptions ¶
func DefaultAddDeviceRegisteredOwnerRefOperationOptions() AddDeviceRegisteredOwnerRefOperationOptions
func (AddDeviceRegisteredOwnerRefOperationOptions) ToHeaders ¶
func (o AddDeviceRegisteredOwnerRefOperationOptions) ToHeaders() *client.Headers
func (AddDeviceRegisteredOwnerRefOperationOptions) ToOData ¶
func (o AddDeviceRegisteredOwnerRefOperationOptions) ToOData() *odata.Query
func (AddDeviceRegisteredOwnerRefOperationOptions) ToQuery ¶
func (o AddDeviceRegisteredOwnerRefOperationOptions) ToQuery() *client.QueryParams
type DeviceRegisteredOwnerClient ¶
func NewDeviceRegisteredOwnerClientWithBaseURI ¶
func NewDeviceRegisteredOwnerClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceRegisteredOwnerClient, error)
func (DeviceRegisteredOwnerClient) AddDeviceRegisteredOwnerRef ¶
func (c DeviceRegisteredOwnerClient) AddDeviceRegisteredOwnerRef(ctx context.Context, id beta.UserIdDeviceId, input beta.ReferenceCreate, options AddDeviceRegisteredOwnerRefOperationOptions) (result AddDeviceRegisteredOwnerRefOperationResponse, err error)
AddDeviceRegisteredOwnerRef - Create new navigation property ref to registeredOwners for users
func (DeviceRegisteredOwnerClient) GetDeviceRegisteredOwnersCount ¶
func (c DeviceRegisteredOwnerClient) GetDeviceRegisteredOwnersCount(ctx context.Context, id beta.UserIdDeviceId, options GetDeviceRegisteredOwnersCountOperationOptions) (result GetDeviceRegisteredOwnersCountOperationResponse, err error)
GetDeviceRegisteredOwnersCount - Get the number of the resource
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefs ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefs(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnerRefsOperationOptions) (result ListDeviceRegisteredOwnerRefsOperationResponse, err error)
ListDeviceRegisteredOwnerRefs - Get ref of registeredOwners from users. The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsComplete ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsComplete(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnerRefsOperationOptions) (ListDeviceRegisteredOwnerRefsCompleteResult, error)
ListDeviceRegisteredOwnerRefsComplete retrieves all the results into a single object
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnerRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDeviceRegisteredOwnerRefsCompleteResult, err error)
ListDeviceRegisteredOwnerRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwners ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwners(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnersOperationOptions) (result ListDeviceRegisteredOwnersOperationResponse, err error)
ListDeviceRegisteredOwners - Get registeredOwners from users. The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Read-only. Nullable. Supports $expand.
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersComplete ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersComplete(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnersOperationOptions) (ListDeviceRegisteredOwnersCompleteResult, error)
ListDeviceRegisteredOwnersComplete retrieves all the results into a single object
func (DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersCompleteMatchingPredicate ¶
func (c DeviceRegisteredOwnerClient) ListDeviceRegisteredOwnersCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceRegisteredOwnersOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDeviceRegisteredOwnersCompleteResult, err error)
ListDeviceRegisteredOwnersCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRef ¶
func (c DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRef(ctx context.Context, id beta.UserIdDeviceIdRegisteredOwnerId, options RemoveDeviceRegisteredOwnerRefOperationOptions) (result RemoveDeviceRegisteredOwnerRefOperationResponse, err error)
RemoveDeviceRegisteredOwnerRef - Delete ref of navigation property registeredOwners for users
func (DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRefs ¶
func (c DeviceRegisteredOwnerClient) RemoveDeviceRegisteredOwnerRefs(ctx context.Context, id beta.UserIdDeviceId, options RemoveDeviceRegisteredOwnerRefsOperationOptions) (result RemoveDeviceRegisteredOwnerRefsOperationResponse, err error)
RemoveDeviceRegisteredOwnerRefs - Delete ref of navigation property registeredOwners for users
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool
type GetDeviceRegisteredOwnersCountOperationOptions ¶
type GetDeviceRegisteredOwnersCountOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeviceRegisteredOwnersCountOperationOptions ¶
func DefaultGetDeviceRegisteredOwnersCountOperationOptions() GetDeviceRegisteredOwnersCountOperationOptions
func (GetDeviceRegisteredOwnersCountOperationOptions) ToHeaders ¶
func (o GetDeviceRegisteredOwnersCountOperationOptions) ToHeaders() *client.Headers
func (GetDeviceRegisteredOwnersCountOperationOptions) ToOData ¶
func (o GetDeviceRegisteredOwnersCountOperationOptions) ToOData() *odata.Query
func (GetDeviceRegisteredOwnersCountOperationOptions) ToQuery ¶
func (o GetDeviceRegisteredOwnersCountOperationOptions) ToQuery() *client.QueryParams
type ListDeviceRegisteredOwnerRefsCompleteResult ¶
type ListDeviceRegisteredOwnerRefsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListDeviceRegisteredOwnerRefsCustomPager ¶
type ListDeviceRegisteredOwnerRefsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDeviceRegisteredOwnerRefsCustomPager) NextPageLink ¶
func (p *ListDeviceRegisteredOwnerRefsCustomPager) NextPageLink() *odata.Link
type ListDeviceRegisteredOwnerRefsOperationOptions ¶
type ListDeviceRegisteredOwnerRefsOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel Count *bool Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Skip *int64 Top *int64 }
func DefaultListDeviceRegisteredOwnerRefsOperationOptions ¶
func DefaultListDeviceRegisteredOwnerRefsOperationOptions() ListDeviceRegisteredOwnerRefsOperationOptions
func (ListDeviceRegisteredOwnerRefsOperationOptions) ToHeaders ¶
func (o ListDeviceRegisteredOwnerRefsOperationOptions) ToHeaders() *client.Headers
func (ListDeviceRegisteredOwnerRefsOperationOptions) ToOData ¶
func (o ListDeviceRegisteredOwnerRefsOperationOptions) ToOData() *odata.Query
func (ListDeviceRegisteredOwnerRefsOperationOptions) ToQuery ¶
func (o ListDeviceRegisteredOwnerRefsOperationOptions) ToQuery() *client.QueryParams
type ListDeviceRegisteredOwnersCompleteResult ¶
type ListDeviceRegisteredOwnersCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListDeviceRegisteredOwnersCustomPager ¶
func (*ListDeviceRegisteredOwnersCustomPager) NextPageLink ¶
func (p *ListDeviceRegisteredOwnersCustomPager) NextPageLink() *odata.Link
type ListDeviceRegisteredOwnersOperationOptions ¶
type ListDeviceRegisteredOwnersOperationOptions struct { ConsistencyLevel *odata.ConsistencyLevel 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 DefaultListDeviceRegisteredOwnersOperationOptions ¶
func DefaultListDeviceRegisteredOwnersOperationOptions() ListDeviceRegisteredOwnersOperationOptions
func (ListDeviceRegisteredOwnersOperationOptions) ToHeaders ¶
func (o ListDeviceRegisteredOwnersOperationOptions) ToHeaders() *client.Headers
func (ListDeviceRegisteredOwnersOperationOptions) ToOData ¶
func (o ListDeviceRegisteredOwnersOperationOptions) ToOData() *odata.Query
func (ListDeviceRegisteredOwnersOperationOptions) ToQuery ¶
func (o ListDeviceRegisteredOwnersOperationOptions) ToQuery() *client.QueryParams
type RemoveDeviceRegisteredOwnerRefOperationOptions ¶
type RemoveDeviceRegisteredOwnerRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveDeviceRegisteredOwnerRefOperationOptions ¶
func DefaultRemoveDeviceRegisteredOwnerRefOperationOptions() RemoveDeviceRegisteredOwnerRefOperationOptions
func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToHeaders ¶
func (o RemoveDeviceRegisteredOwnerRefOperationOptions) ToHeaders() *client.Headers
func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToOData ¶
func (o RemoveDeviceRegisteredOwnerRefOperationOptions) ToOData() *odata.Query
func (RemoveDeviceRegisteredOwnerRefOperationOptions) ToQuery ¶
func (o RemoveDeviceRegisteredOwnerRefOperationOptions) ToQuery() *client.QueryParams
type RemoveDeviceRegisteredOwnerRefsOperationOptions ¶
type RemoveDeviceRegisteredOwnerRefsOperationOptions struct { Id *string IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveDeviceRegisteredOwnerRefsOperationOptions ¶
func DefaultRemoveDeviceRegisteredOwnerRefsOperationOptions() RemoveDeviceRegisteredOwnerRefsOperationOptions
func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToHeaders ¶
func (o RemoveDeviceRegisteredOwnerRefsOperationOptions) ToHeaders() *client.Headers
func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToOData ¶
func (o RemoveDeviceRegisteredOwnerRefsOperationOptions) ToOData() *odata.Query
func (RemoveDeviceRegisteredOwnerRefsOperationOptions) ToQuery ¶
func (o RemoveDeviceRegisteredOwnerRefsOperationOptions) ToQuery() *client.QueryParams