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(ctx context.Context, requestConfiguration *ManagedDeviceOverviewRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation device overview
func (*ManagedDeviceOverviewRequestBuilder) Get ¶
func (m *ManagedDeviceOverviewRequestBuilder) Get(ctx context.Context, requestConfiguration *ManagedDeviceOverviewRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ManagedDeviceOverviewable, error)
Get device overview
type ManagedDeviceOverviewRequestBuilderGetQueryParameters ¶
type ManagedDeviceOverviewRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
ManagedDeviceOverviewRequestBuilderGetQueryParameters device overview
type ManagedDeviceOverviewRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ManagedDeviceOverviewRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ManagedDeviceOverviewRequestBuilderGetQueryParameters
}
ManagedDeviceOverviewRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.