managedapplogcollectionrequest

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateManagedAppLogCollectionRequestOperationOptions

type CreateManagedAppLogCollectionRequestOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateManagedAppLogCollectionRequestOperationOptions

func DefaultCreateManagedAppLogCollectionRequestOperationOptions() CreateManagedAppLogCollectionRequestOperationOptions

func (CreateManagedAppLogCollectionRequestOperationOptions) ToHeaders

func (CreateManagedAppLogCollectionRequestOperationOptions) ToOData

func (CreateManagedAppLogCollectionRequestOperationOptions) ToQuery

type CreateManagedAppLogCollectionRequestOperationResponse

type CreateManagedAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedAppLogCollectionRequest
}

type DeleteManagedAppLogCollectionRequestOperationOptions

type DeleteManagedAppLogCollectionRequestOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteManagedAppLogCollectionRequestOperationOptions

func DefaultDeleteManagedAppLogCollectionRequestOperationOptions() DeleteManagedAppLogCollectionRequestOperationOptions

func (DeleteManagedAppLogCollectionRequestOperationOptions) ToHeaders

func (DeleteManagedAppLogCollectionRequestOperationOptions) ToOData

func (DeleteManagedAppLogCollectionRequestOperationOptions) ToQuery

type DeleteManagedAppLogCollectionRequestOperationResponse

type DeleteManagedAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetManagedAppLogCollectionRequestOperationOptions

type GetManagedAppLogCollectionRequestOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetManagedAppLogCollectionRequestOperationOptions

func DefaultGetManagedAppLogCollectionRequestOperationOptions() GetManagedAppLogCollectionRequestOperationOptions

func (GetManagedAppLogCollectionRequestOperationOptions) ToHeaders

func (GetManagedAppLogCollectionRequestOperationOptions) ToOData

func (GetManagedAppLogCollectionRequestOperationOptions) ToQuery

type GetManagedAppLogCollectionRequestOperationResponse

type GetManagedAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.ManagedAppLogCollectionRequest
}

type GetManagedAppLogCollectionRequestsCountOperationOptions

type GetManagedAppLogCollectionRequestsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetManagedAppLogCollectionRequestsCountOperationOptions) ToHeaders

func (GetManagedAppLogCollectionRequestsCountOperationOptions) ToOData

func (GetManagedAppLogCollectionRequestsCountOperationOptions) ToQuery

type GetManagedAppLogCollectionRequestsCountOperationResponse

type GetManagedAppLogCollectionRequestsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListManagedAppLogCollectionRequestsCompleteResult

type ListManagedAppLogCollectionRequestsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.ManagedAppLogCollectionRequest
}

type ListManagedAppLogCollectionRequestsCustomPager

type ListManagedAppLogCollectionRequestsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListManagedAppLogCollectionRequestsOperationOptions

type ListManagedAppLogCollectionRequestsOperationOptions 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 DefaultListManagedAppLogCollectionRequestsOperationOptions

func DefaultListManagedAppLogCollectionRequestsOperationOptions() ListManagedAppLogCollectionRequestsOperationOptions

func (ListManagedAppLogCollectionRequestsOperationOptions) ToHeaders

func (ListManagedAppLogCollectionRequestsOperationOptions) ToOData

func (ListManagedAppLogCollectionRequestsOperationOptions) ToQuery

type ListManagedAppLogCollectionRequestsOperationResponse

type ListManagedAppLogCollectionRequestsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.ManagedAppLogCollectionRequest
}

type ManagedAppLogCollectionRequestClient

type ManagedAppLogCollectionRequestClient struct {
	Client *msgraph.Client
}

func NewManagedAppLogCollectionRequestClientWithBaseURI

func NewManagedAppLogCollectionRequestClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedAppLogCollectionRequestClient, error)

func (ManagedAppLogCollectionRequestClient) CreateManagedAppLogCollectionRequest

CreateManagedAppLogCollectionRequest - Create new navigation property to managedAppLogCollectionRequests for users

func (ManagedAppLogCollectionRequestClient) DeleteManagedAppLogCollectionRequest

DeleteManagedAppLogCollectionRequest - Delete navigation property managedAppLogCollectionRequests for users

func (ManagedAppLogCollectionRequestClient) GetManagedAppLogCollectionRequest

GetManagedAppLogCollectionRequest - Get managedAppLogCollectionRequests from users. Zero or more log collection requests triggered for the user.

func (ManagedAppLogCollectionRequestClient) GetManagedAppLogCollectionRequestsCount

GetManagedAppLogCollectionRequestsCount - Get the number of the resource

func (ManagedAppLogCollectionRequestClient) ListManagedAppLogCollectionRequests

ListManagedAppLogCollectionRequests - Get managedAppLogCollectionRequests from users. Zero or more log collection requests triggered for the user.

func (ManagedAppLogCollectionRequestClient) ListManagedAppLogCollectionRequestsComplete

ListManagedAppLogCollectionRequestsComplete retrieves all the results into a single object

func (ManagedAppLogCollectionRequestClient) ListManagedAppLogCollectionRequestsCompleteMatchingPredicate

ListManagedAppLogCollectionRequestsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ManagedAppLogCollectionRequestClient) UpdateManagedAppLogCollectionRequest

UpdateManagedAppLogCollectionRequest - Update the navigation property managedAppLogCollectionRequests in users

type ManagedAppLogCollectionRequestOperationPredicate

type ManagedAppLogCollectionRequestOperationPredicate struct {
}

func (ManagedAppLogCollectionRequestOperationPredicate) Matches

type UpdateManagedAppLogCollectionRequestOperationOptions

type UpdateManagedAppLogCollectionRequestOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateManagedAppLogCollectionRequestOperationOptions

func DefaultUpdateManagedAppLogCollectionRequestOperationOptions() UpdateManagedAppLogCollectionRequestOperationOptions

func (UpdateManagedAppLogCollectionRequestOperationOptions) ToHeaders

func (UpdateManagedAppLogCollectionRequestOperationOptions) ToOData

func (UpdateManagedAppLogCollectionRequestOperationOptions) ToQuery

type UpdateManagedAppLogCollectionRequestOperationResponse

type UpdateManagedAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL