Documentation ¶
Index ¶
- type CreateDriveListOperationOperationOptions
- type CreateDriveListOperationOperationResponse
- type DeleteDriveListOperationOperationOptions
- type DeleteDriveListOperationOperationResponse
- type DriveListOperationClient
- func (c DriveListOperationClient) CreateDriveListOperation(ctx context.Context, id beta.GroupIdDriveId, ...) (result CreateDriveListOperationOperationResponse, err error)
- func (c DriveListOperationClient) DeleteDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, ...) (result DeleteDriveListOperationOperationResponse, err error)
- func (c DriveListOperationClient) GetDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, ...) (result GetDriveListOperationOperationResponse, err error)
- func (c DriveListOperationClient) GetDriveListOperationsCount(ctx context.Context, id beta.GroupIdDriveId, ...) (result GetDriveListOperationsCountOperationResponse, err error)
- func (c DriveListOperationClient) ListDriveListOperations(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveListOperationsOperationResponse, err error)
- func (c DriveListOperationClient) ListDriveListOperationsComplete(ctx context.Context, id beta.GroupIdDriveId, ...) (ListDriveListOperationsCompleteResult, error)
- func (c DriveListOperationClient) ListDriveListOperationsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, ...) (result ListDriveListOperationsCompleteResult, err error)
- func (c DriveListOperationClient) UpdateDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, ...) (result UpdateDriveListOperationOperationResponse, err error)
- type GetDriveListOperationOperationOptions
- type GetDriveListOperationOperationResponse
- type GetDriveListOperationsCountOperationOptions
- type GetDriveListOperationsCountOperationResponse
- type ListDriveListOperationsCompleteResult
- type ListDriveListOperationsCustomPager
- type ListDriveListOperationsOperationOptions
- type ListDriveListOperationsOperationResponse
- type RichLongRunningOperationOperationPredicate
- type UpdateDriveListOperationOperationOptions
- type UpdateDriveListOperationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDriveListOperationOperationOptions ¶
type CreateDriveListOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateDriveListOperationOperationOptions ¶
func DefaultCreateDriveListOperationOperationOptions() CreateDriveListOperationOperationOptions
func (CreateDriveListOperationOperationOptions) ToHeaders ¶
func (o CreateDriveListOperationOperationOptions) ToHeaders() *client.Headers
func (CreateDriveListOperationOperationOptions) ToOData ¶
func (o CreateDriveListOperationOperationOptions) ToOData() *odata.Query
func (CreateDriveListOperationOperationOptions) ToQuery ¶
func (o CreateDriveListOperationOperationOptions) ToQuery() *client.QueryParams
type DeleteDriveListOperationOperationOptions ¶
type DeleteDriveListOperationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDriveListOperationOperationOptions ¶
func DefaultDeleteDriveListOperationOperationOptions() DeleteDriveListOperationOperationOptions
func (DeleteDriveListOperationOperationOptions) ToHeaders ¶
func (o DeleteDriveListOperationOperationOptions) ToHeaders() *client.Headers
func (DeleteDriveListOperationOperationOptions) ToOData ¶
func (o DeleteDriveListOperationOperationOptions) ToOData() *odata.Query
func (DeleteDriveListOperationOperationOptions) ToQuery ¶
func (o DeleteDriveListOperationOperationOptions) ToQuery() *client.QueryParams
type DriveListOperationClient ¶
func NewDriveListOperationClientWithBaseURI ¶
func NewDriveListOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*DriveListOperationClient, error)
func (DriveListOperationClient) CreateDriveListOperation ¶
func (c DriveListOperationClient) CreateDriveListOperation(ctx context.Context, id beta.GroupIdDriveId, input beta.RichLongRunningOperation, options CreateDriveListOperationOperationOptions) (result CreateDriveListOperationOperationResponse, err error)
CreateDriveListOperation - Create new navigation property to operations for groups
func (DriveListOperationClient) DeleteDriveListOperation ¶
func (c DriveListOperationClient) DeleteDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, options DeleteDriveListOperationOperationOptions) (result DeleteDriveListOperationOperationResponse, err error)
DeleteDriveListOperation - Delete navigation property operations for groups
func (DriveListOperationClient) GetDriveListOperation ¶
func (c DriveListOperationClient) GetDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, options GetDriveListOperationOperationOptions) (result GetDriveListOperationOperationResponse, err error)
GetDriveListOperation - Get operations from groups. The collection of long-running operations on the list.
func (DriveListOperationClient) GetDriveListOperationsCount ¶
func (c DriveListOperationClient) GetDriveListOperationsCount(ctx context.Context, id beta.GroupIdDriveId, options GetDriveListOperationsCountOperationOptions) (result GetDriveListOperationsCountOperationResponse, err error)
GetDriveListOperationsCount - Get the number of the resource
func (DriveListOperationClient) ListDriveListOperations ¶
func (c DriveListOperationClient) ListDriveListOperations(ctx context.Context, id beta.GroupIdDriveId, options ListDriveListOperationsOperationOptions) (result ListDriveListOperationsOperationResponse, err error)
ListDriveListOperations - Get operations from groups. The collection of long-running operations on the list.
func (DriveListOperationClient) ListDriveListOperationsComplete ¶
func (c DriveListOperationClient) ListDriveListOperationsComplete(ctx context.Context, id beta.GroupIdDriveId, options ListDriveListOperationsOperationOptions) (ListDriveListOperationsCompleteResult, error)
ListDriveListOperationsComplete retrieves all the results into a single object
func (DriveListOperationClient) ListDriveListOperationsCompleteMatchingPredicate ¶
func (c DriveListOperationClient) ListDriveListOperationsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdDriveId, options ListDriveListOperationsOperationOptions, predicate RichLongRunningOperationOperationPredicate) (result ListDriveListOperationsCompleteResult, err error)
ListDriveListOperationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DriveListOperationClient) UpdateDriveListOperation ¶
func (c DriveListOperationClient) UpdateDriveListOperation(ctx context.Context, id beta.GroupIdDriveIdListOperationId, input beta.RichLongRunningOperation, options UpdateDriveListOperationOperationOptions) (result UpdateDriveListOperationOperationResponse, err error)
UpdateDriveListOperation - Update the navigation property operations in groups
type GetDriveListOperationOperationOptions ¶
type GetDriveListOperationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDriveListOperationOperationOptions ¶
func DefaultGetDriveListOperationOperationOptions() GetDriveListOperationOperationOptions
func (GetDriveListOperationOperationOptions) ToHeaders ¶
func (o GetDriveListOperationOperationOptions) ToHeaders() *client.Headers
func (GetDriveListOperationOperationOptions) ToOData ¶
func (o GetDriveListOperationOperationOptions) ToOData() *odata.Query
func (GetDriveListOperationOperationOptions) ToQuery ¶
func (o GetDriveListOperationOperationOptions) ToQuery() *client.QueryParams
type GetDriveListOperationsCountOperationOptions ¶
type GetDriveListOperationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDriveListOperationsCountOperationOptions ¶
func DefaultGetDriveListOperationsCountOperationOptions() GetDriveListOperationsCountOperationOptions
func (GetDriveListOperationsCountOperationOptions) ToHeaders ¶
func (o GetDriveListOperationsCountOperationOptions) ToHeaders() *client.Headers
func (GetDriveListOperationsCountOperationOptions) ToOData ¶
func (o GetDriveListOperationsCountOperationOptions) ToOData() *odata.Query
func (GetDriveListOperationsCountOperationOptions) ToQuery ¶
func (o GetDriveListOperationsCountOperationOptions) ToQuery() *client.QueryParams
type ListDriveListOperationsCompleteResult ¶
type ListDriveListOperationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.RichLongRunningOperation }
type ListDriveListOperationsCustomPager ¶
func (*ListDriveListOperationsCustomPager) NextPageLink ¶
func (p *ListDriveListOperationsCustomPager) NextPageLink() *odata.Link
type ListDriveListOperationsOperationOptions ¶
type ListDriveListOperationsOperationOptions 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 DefaultListDriveListOperationsOperationOptions ¶
func DefaultListDriveListOperationsOperationOptions() ListDriveListOperationsOperationOptions
func (ListDriveListOperationsOperationOptions) ToHeaders ¶
func (o ListDriveListOperationsOperationOptions) ToHeaders() *client.Headers
func (ListDriveListOperationsOperationOptions) ToOData ¶
func (o ListDriveListOperationsOperationOptions) ToOData() *odata.Query
func (ListDriveListOperationsOperationOptions) ToQuery ¶
func (o ListDriveListOperationsOperationOptions) ToQuery() *client.QueryParams
type RichLongRunningOperationOperationPredicate ¶
type RichLongRunningOperationOperationPredicate struct { }
func (RichLongRunningOperationOperationPredicate) Matches ¶
func (p RichLongRunningOperationOperationPredicate) Matches(input beta.RichLongRunningOperation) bool
type UpdateDriveListOperationOperationOptions ¶
type UpdateDriveListOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDriveListOperationOperationOptions ¶
func DefaultUpdateDriveListOperationOperationOptions() UpdateDriveListOperationOperationOptions
func (UpdateDriveListOperationOperationOptions) ToHeaders ¶
func (o UpdateDriveListOperationOperationOptions) ToHeaders() *client.Headers
func (UpdateDriveListOperationOperationOptions) ToOData ¶
func (o UpdateDriveListOperationOperationOptions) ToOData() *odata.Query
func (UpdateDriveListOperationOperationOptions) ToQuery ¶
func (o UpdateDriveListOperationOperationOptions) ToQuery() *client.QueryParams