Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type ConfigManagerCollectionClient struct + Client *msgraph.Client + func NewConfigManagerCollectionClientWithBaseURI(sdkApi sdkEnv.Api) (*ConfigManagerCollectionClient, error) + func (c ConfigManagerCollectionClient) CreateConfigManagerCollection(ctx context.Context, input beta.ConfigManagerCollection, ...) (result CreateConfigManagerCollectionOperationResponse, err error) + func (c ConfigManagerCollectionClient) DeleteConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result DeleteConfigManagerCollectionOperationResponse, err error) + func (c ConfigManagerCollectionClient) GetConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result GetConfigManagerCollectionOperationResponse, err error) + func (c ConfigManagerCollectionClient) GetConfigManagerCollectionsCount(ctx context.Context, options GetConfigManagerCollectionsCountOperationOptions) (result GetConfigManagerCollectionsCountOperationResponse, err error) + func (c ConfigManagerCollectionClient) ListConfigManagerCollections(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (result ListConfigManagerCollectionsOperationResponse, err error) + func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsComplete(ctx context.Context, options ListConfigManagerCollectionsOperationOptions) (ListConfigManagerCollectionsCompleteResult, error) + func (c ConfigManagerCollectionClient) ListConfigManagerCollectionsCompleteMatchingPredicate(ctx context.Context, options ListConfigManagerCollectionsOperationOptions, ...) (result ListConfigManagerCollectionsCompleteResult, err error) + func (c ConfigManagerCollectionClient) UpdateConfigManagerCollection(ctx context.Context, id beta.DeviceManagementConfigManagerCollectionId, ...) (result UpdateConfigManagerCollectionOperationResponse, err error) + type ConfigManagerCollectionOperationPredicate struct + func (p ConfigManagerCollectionOperationPredicate) Matches(input beta.ConfigManagerCollection) bool + type CreateConfigManagerCollectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateConfigManagerCollectionOperationOptions() CreateConfigManagerCollectionOperationOptions + func (o CreateConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers + func (o CreateConfigManagerCollectionOperationOptions) ToOData() *odata.Query + func (o CreateConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams + type CreateConfigManagerCollectionOperationResponse struct + HttpResponse *http.Response + Model *beta.ConfigManagerCollection + OData *odata.OData + type DeleteConfigManagerCollectionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteConfigManagerCollectionOperationOptions() DeleteConfigManagerCollectionOperationOptions + func (o DeleteConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers + func (o DeleteConfigManagerCollectionOperationOptions) ToOData() *odata.Query + func (o DeleteConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams + type DeleteConfigManagerCollectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetConfigManagerCollectionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetConfigManagerCollectionOperationOptions() GetConfigManagerCollectionOperationOptions + func (o GetConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers + func (o GetConfigManagerCollectionOperationOptions) ToOData() *odata.Query + func (o GetConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams + type GetConfigManagerCollectionOperationResponse struct + HttpResponse *http.Response + Model *beta.ConfigManagerCollection + OData *odata.OData + type GetConfigManagerCollectionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetConfigManagerCollectionsCountOperationOptions() GetConfigManagerCollectionsCountOperationOptions + func (o GetConfigManagerCollectionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetConfigManagerCollectionsCountOperationOptions) ToOData() *odata.Query + func (o GetConfigManagerCollectionsCountOperationOptions) ToQuery() *client.QueryParams + type GetConfigManagerCollectionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListConfigManagerCollectionsCompleteResult struct + Items []beta.ConfigManagerCollection + LatestHttpResponse *http.Response + type ListConfigManagerCollectionsCustomPager struct + NextLink *odata.Link + func (p *ListConfigManagerCollectionsCustomPager) NextPageLink() *odata.Link + type ListConfigManagerCollectionsOperationOptions 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 DefaultListConfigManagerCollectionsOperationOptions() ListConfigManagerCollectionsOperationOptions + func (o ListConfigManagerCollectionsOperationOptions) ToHeaders() *client.Headers + func (o ListConfigManagerCollectionsOperationOptions) ToOData() *odata.Query + func (o ListConfigManagerCollectionsOperationOptions) ToQuery() *client.QueryParams + type ListConfigManagerCollectionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ConfigManagerCollection + OData *odata.OData + type UpdateConfigManagerCollectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateConfigManagerCollectionOperationOptions() UpdateConfigManagerCollectionOperationOptions + func (o UpdateConfigManagerCollectionOperationOptions) ToHeaders() *client.Headers + func (o UpdateConfigManagerCollectionOperationOptions) ToOData() *odata.Query + func (o UpdateConfigManagerCollectionOperationOptions) ToQuery() *client.QueryParams + type UpdateConfigManagerCollectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData