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 CreateEndpointOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEndpointOperationOptions() CreateEndpointOperationOptions + func (o CreateEndpointOperationOptions) ToHeaders() *client.Headers + func (o CreateEndpointOperationOptions) ToOData() *odata.Query + func (o CreateEndpointOperationOptions) ToQuery() *client.QueryParams + type CreateEndpointOperationResponse struct + HttpResponse *http.Response + Model *beta.Endpoint + OData *odata.OData + type DeleteEndpointOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEndpointOperationOptions() DeleteEndpointOperationOptions + func (o DeleteEndpointOperationOptions) ToHeaders() *client.Headers + func (o DeleteEndpointOperationOptions) ToOData() *odata.Query + func (o DeleteEndpointOperationOptions) ToQuery() *client.QueryParams + type DeleteEndpointOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EndpointClient struct + Client *msgraph.Client + func NewEndpointClientWithBaseURI(sdkApi sdkEnv.Api) (*EndpointClient, error) + func (c EndpointClient) CreateEndpoint(ctx context.Context, id beta.GroupId, input beta.Endpoint, ...) (result CreateEndpointOperationResponse, err error) + func (c EndpointClient) DeleteEndpoint(ctx context.Context, id beta.GroupIdEndpointId, ...) (result DeleteEndpointOperationResponse, err error) + func (c EndpointClient) GetEndpoint(ctx context.Context, id beta.GroupIdEndpointId, ...) (result GetEndpointOperationResponse, err error) + func (c EndpointClient) GetEndpointsCount(ctx context.Context, id beta.GroupId, ...) (result GetEndpointsCountOperationResponse, err error) + func (c EndpointClient) ListEndpoints(ctx context.Context, id beta.GroupId, options ListEndpointsOperationOptions) (result ListEndpointsOperationResponse, err error) + func (c EndpointClient) ListEndpointsComplete(ctx context.Context, id beta.GroupId, options ListEndpointsOperationOptions) (ListEndpointsCompleteResult, error) + func (c EndpointClient) ListEndpointsCompleteMatchingPredicate(ctx context.Context, id beta.GroupId, options ListEndpointsOperationOptions, ...) (result ListEndpointsCompleteResult, err error) + func (c EndpointClient) UpdateEndpoint(ctx context.Context, id beta.GroupIdEndpointId, input beta.Endpoint, ...) (result UpdateEndpointOperationResponse, err error) + type EndpointOperationPredicate struct + func (p EndpointOperationPredicate) Matches(input beta.Endpoint) bool + type GetEndpointOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEndpointOperationOptions() GetEndpointOperationOptions + func (o GetEndpointOperationOptions) ToHeaders() *client.Headers + func (o GetEndpointOperationOptions) ToOData() *odata.Query + func (o GetEndpointOperationOptions) ToQuery() *client.QueryParams + type GetEndpointOperationResponse struct + HttpResponse *http.Response + Model *beta.Endpoint + OData *odata.OData + type GetEndpointsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetEndpointsCountOperationOptions() GetEndpointsCountOperationOptions + func (o GetEndpointsCountOperationOptions) ToHeaders() *client.Headers + func (o GetEndpointsCountOperationOptions) ToOData() *odata.Query + func (o GetEndpointsCountOperationOptions) ToQuery() *client.QueryParams + type GetEndpointsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListEndpointsCompleteResult struct + Items []beta.Endpoint + LatestHttpResponse *http.Response + type ListEndpointsCustomPager struct + NextLink *odata.Link + func (p *ListEndpointsCustomPager) NextPageLink() *odata.Link + type ListEndpointsOperationOptions 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 DefaultListEndpointsOperationOptions() ListEndpointsOperationOptions + func (o ListEndpointsOperationOptions) ToHeaders() *client.Headers + func (o ListEndpointsOperationOptions) ToOData() *odata.Query + func (o ListEndpointsOperationOptions) ToQuery() *client.QueryParams + type ListEndpointsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Endpoint + OData *odata.OData + type UpdateEndpointOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateEndpointOperationOptions() UpdateEndpointOperationOptions + func (o UpdateEndpointOperationOptions) ToHeaders() *client.Headers + func (o UpdateEndpointOperationOptions) ToOData() *odata.Query + func (o UpdateEndpointOperationOptions) ToQuery() *client.QueryParams + type UpdateEndpointOperationResponse struct + HttpResponse *http.Response + OData *odata.OData