Documentation ¶
Index ¶
- type DetectedAppManagedDeviceClient
- func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevice(ctx context.Context, id stable.DeviceManagementDetectedAppIdManagedDeviceId, ...) (result GetDetectedAppManagedDeviceOperationResponse, err error)
- func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevicesCount(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result GetDetectedAppManagedDevicesCountOperationResponse, err error)
- func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevices(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result ListDetectedAppManagedDevicesOperationResponse, err error)
- func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesComplete(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (ListDetectedAppManagedDevicesCompleteResult, error)
- func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesCompleteMatchingPredicate(ctx context.Context, id stable.DeviceManagementDetectedAppId, ...) (result ListDetectedAppManagedDevicesCompleteResult, err error)
- type GetDetectedAppManagedDeviceOperationOptions
- type GetDetectedAppManagedDeviceOperationResponse
- type GetDetectedAppManagedDevicesCountOperationOptions
- type GetDetectedAppManagedDevicesCountOperationResponse
- type ListDetectedAppManagedDevicesCompleteResult
- type ListDetectedAppManagedDevicesCustomPager
- type ListDetectedAppManagedDevicesOperationOptions
- type ListDetectedAppManagedDevicesOperationResponse
- type ManagedDeviceOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DetectedAppManagedDeviceClient ¶
func NewDetectedAppManagedDeviceClientWithBaseURI ¶
func NewDetectedAppManagedDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*DetectedAppManagedDeviceClient, error)
func (DetectedAppManagedDeviceClient) GetDetectedAppManagedDevice ¶
func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevice(ctx context.Context, id stable.DeviceManagementDetectedAppIdManagedDeviceId, options GetDetectedAppManagedDeviceOperationOptions) (result GetDetectedAppManagedDeviceOperationResponse, err error)
GetDetectedAppManagedDevice - Get managedDevices from deviceManagement. The devices that have the discovered application installed
func (DetectedAppManagedDeviceClient) GetDetectedAppManagedDevicesCount ¶
func (c DetectedAppManagedDeviceClient) GetDetectedAppManagedDevicesCount(ctx context.Context, id stable.DeviceManagementDetectedAppId, options GetDetectedAppManagedDevicesCountOperationOptions) (result GetDetectedAppManagedDevicesCountOperationResponse, err error)
GetDetectedAppManagedDevicesCount - Get the number of the resource
func (DetectedAppManagedDeviceClient) ListDetectedAppManagedDevices ¶
func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevices(ctx context.Context, id stable.DeviceManagementDetectedAppId, options ListDetectedAppManagedDevicesOperationOptions) (result ListDetectedAppManagedDevicesOperationResponse, err error)
ListDetectedAppManagedDevices - Get managedDevices from deviceManagement. The devices that have the discovered application installed
func (DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesComplete ¶
func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesComplete(ctx context.Context, id stable.DeviceManagementDetectedAppId, options ListDetectedAppManagedDevicesOperationOptions) (ListDetectedAppManagedDevicesCompleteResult, error)
ListDetectedAppManagedDevicesComplete retrieves all the results into a single object
func (DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesCompleteMatchingPredicate ¶
func (c DetectedAppManagedDeviceClient) ListDetectedAppManagedDevicesCompleteMatchingPredicate(ctx context.Context, id stable.DeviceManagementDetectedAppId, options ListDetectedAppManagedDevicesOperationOptions, predicate ManagedDeviceOperationPredicate) (result ListDetectedAppManagedDevicesCompleteResult, err error)
ListDetectedAppManagedDevicesCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetDetectedAppManagedDeviceOperationOptions ¶
type GetDetectedAppManagedDeviceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDetectedAppManagedDeviceOperationOptions ¶
func DefaultGetDetectedAppManagedDeviceOperationOptions() GetDetectedAppManagedDeviceOperationOptions
func (GetDetectedAppManagedDeviceOperationOptions) ToHeaders ¶
func (o GetDetectedAppManagedDeviceOperationOptions) ToHeaders() *client.Headers
func (GetDetectedAppManagedDeviceOperationOptions) ToOData ¶
func (o GetDetectedAppManagedDeviceOperationOptions) ToOData() *odata.Query
func (GetDetectedAppManagedDeviceOperationOptions) ToQuery ¶
func (o GetDetectedAppManagedDeviceOperationOptions) ToQuery() *client.QueryParams
type GetDetectedAppManagedDevicesCountOperationOptions ¶
type GetDetectedAppManagedDevicesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDetectedAppManagedDevicesCountOperationOptions ¶
func DefaultGetDetectedAppManagedDevicesCountOperationOptions() GetDetectedAppManagedDevicesCountOperationOptions
func (GetDetectedAppManagedDevicesCountOperationOptions) ToHeaders ¶
func (o GetDetectedAppManagedDevicesCountOperationOptions) ToHeaders() *client.Headers
func (GetDetectedAppManagedDevicesCountOperationOptions) ToOData ¶
func (o GetDetectedAppManagedDevicesCountOperationOptions) ToOData() *odata.Query
func (GetDetectedAppManagedDevicesCountOperationOptions) ToQuery ¶
func (o GetDetectedAppManagedDevicesCountOperationOptions) ToQuery() *client.QueryParams
type ListDetectedAppManagedDevicesCompleteResult ¶
type ListDetectedAppManagedDevicesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ManagedDevice }
type ListDetectedAppManagedDevicesCustomPager ¶
type ListDetectedAppManagedDevicesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListDetectedAppManagedDevicesCustomPager) NextPageLink ¶
func (p *ListDetectedAppManagedDevicesCustomPager) NextPageLink() *odata.Link
type ListDetectedAppManagedDevicesOperationOptions ¶
type ListDetectedAppManagedDevicesOperationOptions 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 DefaultListDetectedAppManagedDevicesOperationOptions ¶
func DefaultListDetectedAppManagedDevicesOperationOptions() ListDetectedAppManagedDevicesOperationOptions
func (ListDetectedAppManagedDevicesOperationOptions) ToHeaders ¶
func (o ListDetectedAppManagedDevicesOperationOptions) ToHeaders() *client.Headers
func (ListDetectedAppManagedDevicesOperationOptions) ToOData ¶
func (o ListDetectedAppManagedDevicesOperationOptions) ToOData() *odata.Query
func (ListDetectedAppManagedDevicesOperationOptions) ToQuery ¶
func (o ListDetectedAppManagedDevicesOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceOperationPredicate ¶
type ManagedDeviceOperationPredicate struct { }
func (ManagedDeviceOperationPredicate) Matches ¶
func (p ManagedDeviceOperationPredicate) Matches(input stable.ManagedDevice) bool
Click to show internal directories.
Click to hide internal directories.