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 CreateServiceNowConnectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateServiceNowConnectionOperationOptions() CreateServiceNowConnectionOperationOptions + func (o CreateServiceNowConnectionOperationOptions) ToHeaders() *client.Headers + func (o CreateServiceNowConnectionOperationOptions) ToOData() *odata.Query + func (o CreateServiceNowConnectionOperationOptions) ToQuery() *client.QueryParams + type CreateServiceNowConnectionOperationResponse struct + HttpResponse *http.Response + Model *beta.ServiceNowConnection + OData *odata.OData + type DeleteServiceNowConnectionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteServiceNowConnectionOperationOptions() DeleteServiceNowConnectionOperationOptions + func (o DeleteServiceNowConnectionOperationOptions) ToHeaders() *client.Headers + func (o DeleteServiceNowConnectionOperationOptions) ToOData() *odata.Query + func (o DeleteServiceNowConnectionOperationOptions) ToQuery() *client.QueryParams + type DeleteServiceNowConnectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetServiceNowConnectionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetServiceNowConnectionOperationOptions() GetServiceNowConnectionOperationOptions + func (o GetServiceNowConnectionOperationOptions) ToHeaders() *client.Headers + func (o GetServiceNowConnectionOperationOptions) ToOData() *odata.Query + func (o GetServiceNowConnectionOperationOptions) ToQuery() *client.QueryParams + type GetServiceNowConnectionOperationResponse struct + HttpResponse *http.Response + Model *beta.ServiceNowConnection + OData *odata.OData + type GetServiceNowConnectionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetServiceNowConnectionsCountOperationOptions() GetServiceNowConnectionsCountOperationOptions + func (o GetServiceNowConnectionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetServiceNowConnectionsCountOperationOptions) ToOData() *odata.Query + func (o GetServiceNowConnectionsCountOperationOptions) ToQuery() *client.QueryParams + type GetServiceNowConnectionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListServiceNowConnectionsCompleteResult struct + Items []beta.ServiceNowConnection + LatestHttpResponse *http.Response + type ListServiceNowConnectionsCustomPager struct + NextLink *odata.Link + func (p *ListServiceNowConnectionsCustomPager) NextPageLink() *odata.Link + type ListServiceNowConnectionsOperationOptions 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 DefaultListServiceNowConnectionsOperationOptions() ListServiceNowConnectionsOperationOptions + func (o ListServiceNowConnectionsOperationOptions) ToHeaders() *client.Headers + func (o ListServiceNowConnectionsOperationOptions) ToOData() *odata.Query + func (o ListServiceNowConnectionsOperationOptions) ToQuery() *client.QueryParams + type ListServiceNowConnectionsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ServiceNowConnection + OData *odata.OData + type ServiceNowConnectionClient struct + Client *msgraph.Client + func NewServiceNowConnectionClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceNowConnectionClient, error) + func (c ServiceNowConnectionClient) CreateServiceNowConnection(ctx context.Context, input beta.ServiceNowConnection, ...) (result CreateServiceNowConnectionOperationResponse, err error) + func (c ServiceNowConnectionClient) DeleteServiceNowConnection(ctx context.Context, id beta.DeviceManagementServiceNowConnectionId, ...) (result DeleteServiceNowConnectionOperationResponse, err error) + func (c ServiceNowConnectionClient) GetServiceNowConnection(ctx context.Context, id beta.DeviceManagementServiceNowConnectionId, ...) (result GetServiceNowConnectionOperationResponse, err error) + func (c ServiceNowConnectionClient) GetServiceNowConnectionsCount(ctx context.Context, options GetServiceNowConnectionsCountOperationOptions) (result GetServiceNowConnectionsCountOperationResponse, err error) + func (c ServiceNowConnectionClient) ListServiceNowConnections(ctx context.Context, options ListServiceNowConnectionsOperationOptions) (result ListServiceNowConnectionsOperationResponse, err error) + func (c ServiceNowConnectionClient) ListServiceNowConnectionsComplete(ctx context.Context, options ListServiceNowConnectionsOperationOptions) (ListServiceNowConnectionsCompleteResult, error) + func (c ServiceNowConnectionClient) ListServiceNowConnectionsCompleteMatchingPredicate(ctx context.Context, options ListServiceNowConnectionsOperationOptions, ...) (result ListServiceNowConnectionsCompleteResult, err error) + func (c ServiceNowConnectionClient) UpdateServiceNowConnection(ctx context.Context, id beta.DeviceManagementServiceNowConnectionId, ...) (result UpdateServiceNowConnectionOperationResponse, err error) + type ServiceNowConnectionOperationPredicate struct + func (p ServiceNowConnectionOperationPredicate) Matches(input beta.ServiceNowConnection) bool + type UpdateServiceNowConnectionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateServiceNowConnectionOperationOptions() UpdateServiceNowConnectionOperationOptions + func (o UpdateServiceNowConnectionOperationOptions) ToHeaders() *client.Headers + func (o UpdateServiceNowConnectionOperationOptions) ToOData() *odata.Query + func (o UpdateServiceNowConnectionOperationOptions) ToQuery() *client.QueryParams + type UpdateServiceNowConnectionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData