Documentation
¶
Index ¶
- type ManagedDeviceItemRequestBuilder
- func (m *ManagedDeviceItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ManagedDeviceItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ManagedDeviceItemRequestBuilderGetRequestConfiguration) (...)
- func (m *ManagedDeviceItemRequestBuilder) Get(ctx context.Context, ...) (...)
- type ManagedDeviceItemRequestBuilderGetQueryParameters
- type ManagedDeviceItemRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedDeviceItemRequestBuilder ¶
type ManagedDeviceItemRequestBuilder struct {
// contains filtered or unexported fields
}
ManagedDeviceItemRequestBuilder provides operations to manage the managedDevices property of the microsoft.graph.detectedApp entity.
func NewManagedDeviceItemRequestBuilder ¶
func NewManagedDeviceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedDeviceItemRequestBuilder
NewManagedDeviceItemRequestBuilder instantiates a new ManagedDeviceItemRequestBuilder and sets the default values.
func NewManagedDeviceItemRequestBuilderInternal ¶
func NewManagedDeviceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedDeviceItemRequestBuilder
NewManagedDeviceItemRequestBuilderInternal instantiates a new ManagedDeviceItemRequestBuilder and sets the default values.
func (*ManagedDeviceItemRequestBuilder) CreateGetRequestInformation ¶
func (m *ManagedDeviceItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the devices that have the discovered application installed
func (*ManagedDeviceItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ManagedDeviceItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ManagedDeviceItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the devices that have the discovered application installed
func (*ManagedDeviceItemRequestBuilder) Get ¶
func (m *ManagedDeviceItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDeviceItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedDeviceable, error)
Get the devices that have the discovered application installed
type ManagedDeviceItemRequestBuilderGetQueryParameters ¶
type ManagedDeviceItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
ManagedDeviceItemRequestBuilderGetQueryParameters the devices that have the discovered application installed
type ManagedDeviceItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ManagedDeviceItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ManagedDeviceItemRequestBuilderGetQueryParameters
}
ManagedDeviceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.