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 AddSitesCompleteResult struct + Items []stable.Site + LatestHttpResponse *http.Response + type AddSitesCustomPager struct + NextLink *odata.Link + func (p *AddSitesCustomPager) NextPageLink() *odata.Link + type AddSitesOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultAddSitesOperationOptions() AddSitesOperationOptions + func (o AddSitesOperationOptions) ToHeaders() *client.Headers + func (o AddSitesOperationOptions) ToOData() *odata.Query + func (o AddSitesOperationOptions) ToQuery() *client.QueryParams + type AddSitesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Site + OData *odata.OData + type AddSitesRequest struct + Value *[]stable.Site + type GetSiteOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetSiteOperationOptions() GetSiteOperationOptions + func (o GetSiteOperationOptions) ToHeaders() *client.Headers + func (o GetSiteOperationOptions) ToOData() *odata.Query + func (o GetSiteOperationOptions) ToQuery() *client.QueryParams + type GetSiteOperationResponse struct + HttpResponse *http.Response + Model *stable.Site + OData *odata.OData + type GetSitesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetSitesCountOperationOptions() GetSitesCountOperationOptions + func (o GetSitesCountOperationOptions) ToHeaders() *client.Headers + func (o GetSitesCountOperationOptions) ToOData() *odata.Query + func (o GetSitesCountOperationOptions) ToQuery() *client.QueryParams + type GetSitesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListSitesCompleteResult struct + Items []stable.Site + LatestHttpResponse *http.Response + type ListSitesCustomPager struct + NextLink *odata.Link + func (p *ListSitesCustomPager) NextPageLink() *odata.Link + type ListSitesOperationOptions 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 DefaultListSitesOperationOptions() ListSitesOperationOptions + func (o ListSitesOperationOptions) ToHeaders() *client.Headers + func (o ListSitesOperationOptions) ToOData() *odata.Query + func (o ListSitesOperationOptions) ToQuery() *client.QueryParams + type ListSitesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Site + OData *odata.OData + type RemoveSitesCompleteResult struct + Items []stable.Site + LatestHttpResponse *http.Response + type RemoveSitesCustomPager struct + NextLink *odata.Link + func (p *RemoveSitesCustomPager) NextPageLink() *odata.Link + type RemoveSitesOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultRemoveSitesOperationOptions() RemoveSitesOperationOptions + func (o RemoveSitesOperationOptions) ToHeaders() *client.Headers + func (o RemoveSitesOperationOptions) ToOData() *odata.Query + func (o RemoveSitesOperationOptions) ToQuery() *client.QueryParams + type RemoveSitesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Site + OData *odata.OData + type RemoveSitesRequest struct + Value *[]stable.Site + type SiteClient struct + Client *msgraph.Client + func NewSiteClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteClient, error) + func (c SiteClient) AddSites(ctx context.Context, id stable.GroupId, input AddSitesRequest, ...) (result AddSitesOperationResponse, err error) + func (c SiteClient) AddSitesComplete(ctx context.Context, id stable.GroupId, input AddSitesRequest, ...) (AddSitesCompleteResult, error) + func (c SiteClient) AddSitesCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, input AddSitesRequest, ...) (result AddSitesCompleteResult, err error) + func (c SiteClient) GetSite(ctx context.Context, id stable.GroupIdSiteId, options GetSiteOperationOptions) (result GetSiteOperationResponse, err error) + func (c SiteClient) GetSitesCount(ctx context.Context, id stable.GroupId, options GetSitesCountOperationOptions) (result GetSitesCountOperationResponse, err error) + func (c SiteClient) ListSites(ctx context.Context, id stable.GroupId, options ListSitesOperationOptions) (result ListSitesOperationResponse, err error) + func (c SiteClient) ListSitesComplete(ctx context.Context, id stable.GroupId, options ListSitesOperationOptions) (ListSitesCompleteResult, error) + func (c SiteClient) ListSitesCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, options ListSitesOperationOptions, ...) (result ListSitesCompleteResult, err error) + func (c SiteClient) RemoveSites(ctx context.Context, id stable.GroupId, input RemoveSitesRequest, ...) (result RemoveSitesOperationResponse, err error) + func (c SiteClient) RemoveSitesComplete(ctx context.Context, id stable.GroupId, input RemoveSitesRequest, ...) (RemoveSitesCompleteResult, error) + func (c SiteClient) RemoveSitesCompleteMatchingPredicate(ctx context.Context, id stable.GroupId, input RemoveSitesRequest, ...) (result RemoveSitesCompleteResult, err error) + func (c SiteClient) UpdateSite(ctx context.Context, id stable.GroupIdSiteId, input stable.Site, ...) (result UpdateSiteOperationResponse, err error) + type SiteOperationPredicate struct + func (p SiteOperationPredicate) Matches(input stable.Site) bool + type UpdateSiteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateSiteOperationOptions() UpdateSiteOperationOptions + func (o UpdateSiteOperationOptions) ToHeaders() *client.Headers + func (o UpdateSiteOperationOptions) ToOData() *odata.Query + func (o UpdateSiteOperationOptions) ToQuery() *client.QueryParams + type UpdateSiteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData