Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharesRequestBuilder ¶
type SharesRequestBuilder struct {
// contains filtered or unexported fields
}
SharesRequestBuilder provides operations to manage the shares property of the microsoft.graph.printer entity.
func NewSharesRequestBuilder ¶
func NewSharesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharesRequestBuilder
NewSharesRequestBuilder instantiates a new SharesRequestBuilder and sets the default values.
func NewSharesRequestBuilderInternal ¶
func NewSharesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharesRequestBuilder
NewSharesRequestBuilderInternal instantiates a new SharesRequestBuilder and sets the default values.
func (*SharesRequestBuilder) Count ¶
func (m *SharesRequestBuilder) Count() *icb9f8a6fe1b5adb4688ea7ca062747453effa378f9c883897af7b144e2147413.CountRequestBuilder
Count the count property
func (*SharesRequestBuilder) CreateGetRequestInformation ¶
func (m *SharesRequestBuilder) CreateGetRequestInformation(options *SharesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.
func (*SharesRequestBuilder) Get ¶
func (m *SharesRequestBuilder) Get(options *SharesRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PrinterShareCollectionResponseable, error)
Get the list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.
type SharesRequestBuilderGetOptions ¶
type SharesRequestBuilderGetOptions struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption QueryParameters *SharesRequestBuilderGetQueryParameters ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }Headers map[
SharesRequestBuilderGetOptions options for Get
type SharesRequestBuilderGetQueryParameters ¶
type SharesRequestBuilderGetQueryParameters struct { bool `uriparametername:"%24count"` Expand []string `uriparametername:"%24expand"` Filter *string `uriparametername:"%24filter"` Orderby []string `uriparametername:"%24orderby"` Search *string `uriparametername:"%24search"` Select []string `uriparametername:"%24select"` Skip *int32 `uriparametername:"%24skip"` Top *int32 `uriparametername:"%24top"` }Count *
SharesRequestBuilderGetQueryParameters the list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.