Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedDeviceOverviewRequestBuilder ¶
type ManagedDeviceOverviewRequestBuilder struct {
// contains filtered or unexported fields
}
ManagedDeviceOverviewRequestBuilder provides operations to manage the managedDeviceOverview property of the microsoft.graph.deviceManagement entity.
func NewManagedDeviceOverviewRequestBuilder ¶
func NewManagedDeviceOverviewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedDeviceOverviewRequestBuilder
NewManagedDeviceOverviewRequestBuilder instantiates a new ManagedDeviceOverviewRequestBuilder and sets the default values.
func NewManagedDeviceOverviewRequestBuilderInternal ¶
func NewManagedDeviceOverviewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ManagedDeviceOverviewRequestBuilder
NewManagedDeviceOverviewRequestBuilderInternal instantiates a new ManagedDeviceOverviewRequestBuilder and sets the default values.
func (*ManagedDeviceOverviewRequestBuilder) CreateGetRequestInformation ¶
func (m *ManagedDeviceOverviewRequestBuilder) CreateGetRequestInformation(options *ManagedDeviceOverviewRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation device overview
func (*ManagedDeviceOverviewRequestBuilder) Get ¶
func (m *ManagedDeviceOverviewRequestBuilder) Get(options *ManagedDeviceOverviewRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedDeviceOverviewable, error)
Get device overview
type ManagedDeviceOverviewRequestBuilderGetOptions ¶
type ManagedDeviceOverviewRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ManagedDeviceOverviewRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ManagedDeviceOverviewRequestBuilderGetOptions options for Get
type ManagedDeviceOverviewRequestBuilderGetQueryParameters ¶
type ManagedDeviceOverviewRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ManagedDeviceOverviewRequestBuilderGetQueryParameters device overview
Click to show internal directories.
Click to hide internal directories.