settingstoragequotaservice

package
v0.20241104.1140654 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateSettingStorageQuotaServiceOperationOptions

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

func DefaultCreateSettingStorageQuotaServiceOperationOptions

func DefaultCreateSettingStorageQuotaServiceOperationOptions() CreateSettingStorageQuotaServiceOperationOptions

func (CreateSettingStorageQuotaServiceOperationOptions) ToHeaders

func (CreateSettingStorageQuotaServiceOperationOptions) ToOData

func (CreateSettingStorageQuotaServiceOperationOptions) ToQuery

type CreateSettingStorageQuotaServiceOperationResponse

type CreateSettingStorageQuotaServiceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ServiceStorageQuotaBreakdown
}

type DeleteSettingStorageQuotaServiceOperationOptions

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

func DefaultDeleteSettingStorageQuotaServiceOperationOptions

func DefaultDeleteSettingStorageQuotaServiceOperationOptions() DeleteSettingStorageQuotaServiceOperationOptions

func (DeleteSettingStorageQuotaServiceOperationOptions) ToHeaders

func (DeleteSettingStorageQuotaServiceOperationOptions) ToOData

func (DeleteSettingStorageQuotaServiceOperationOptions) ToQuery

type DeleteSettingStorageQuotaServiceOperationResponse

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

type GetSettingStorageQuotaServiceOperationOptions

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

func DefaultGetSettingStorageQuotaServiceOperationOptions

func DefaultGetSettingStorageQuotaServiceOperationOptions() GetSettingStorageQuotaServiceOperationOptions

func (GetSettingStorageQuotaServiceOperationOptions) ToHeaders

func (GetSettingStorageQuotaServiceOperationOptions) ToOData

func (GetSettingStorageQuotaServiceOperationOptions) ToQuery

type GetSettingStorageQuotaServiceOperationResponse

type GetSettingStorageQuotaServiceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.ServiceStorageQuotaBreakdown
}

type GetSettingStorageQuotaServicesCountOperationOptions

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

func DefaultGetSettingStorageQuotaServicesCountOperationOptions

func DefaultGetSettingStorageQuotaServicesCountOperationOptions() GetSettingStorageQuotaServicesCountOperationOptions

func (GetSettingStorageQuotaServicesCountOperationOptions) ToHeaders

func (GetSettingStorageQuotaServicesCountOperationOptions) ToOData

func (GetSettingStorageQuotaServicesCountOperationOptions) ToQuery

type GetSettingStorageQuotaServicesCountOperationResponse

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

type ListSettingStorageQuotaServicesCompleteResult

type ListSettingStorageQuotaServicesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.ServiceStorageQuotaBreakdown
}

type ListSettingStorageQuotaServicesCustomPager

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

type ListSettingStorageQuotaServicesOperationOptions

type ListSettingStorageQuotaServicesOperationOptions 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 DefaultListSettingStorageQuotaServicesOperationOptions

func DefaultListSettingStorageQuotaServicesOperationOptions() ListSettingStorageQuotaServicesOperationOptions

func (ListSettingStorageQuotaServicesOperationOptions) ToHeaders

func (ListSettingStorageQuotaServicesOperationOptions) ToOData

func (ListSettingStorageQuotaServicesOperationOptions) ToQuery

type ListSettingStorageQuotaServicesOperationResponse

type ListSettingStorageQuotaServicesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.ServiceStorageQuotaBreakdown
}

type ServiceStorageQuotaBreakdownOperationPredicate

type ServiceStorageQuotaBreakdownOperationPredicate struct {
}

func (ServiceStorageQuotaBreakdownOperationPredicate) Matches

type SettingStorageQuotaServiceClient

type SettingStorageQuotaServiceClient struct {
	Client *msgraph.Client
}

func NewSettingStorageQuotaServiceClientWithBaseURI

func NewSettingStorageQuotaServiceClientWithBaseURI(sdkApi sdkEnv.Api) (*SettingStorageQuotaServiceClient, error)

func (SettingStorageQuotaServiceClient) CreateSettingStorageQuotaService

CreateSettingStorageQuotaService - Create new navigation property to services for users

func (SettingStorageQuotaServiceClient) DeleteSettingStorageQuotaService

DeleteSettingStorageQuotaService - Delete navigation property services for users

func (SettingStorageQuotaServiceClient) GetSettingStorageQuotaService

GetSettingStorageQuotaService - Get services from users

func (SettingStorageQuotaServiceClient) GetSettingStorageQuotaServicesCount

GetSettingStorageQuotaServicesCount - Get the number of the resource

func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServices

ListSettingStorageQuotaServices - Get services from users

func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesComplete

ListSettingStorageQuotaServicesComplete retrieves all the results into a single object

func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesCompleteMatchingPredicate

ListSettingStorageQuotaServicesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (SettingStorageQuotaServiceClient) UpdateSettingStorageQuotaService

UpdateSettingStorageQuotaService - Update the navigation property services in users

type UpdateSettingStorageQuotaServiceOperationOptions

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

func DefaultUpdateSettingStorageQuotaServiceOperationOptions

func DefaultUpdateSettingStorageQuotaServiceOperationOptions() UpdateSettingStorageQuotaServiceOperationOptions

func (UpdateSettingStorageQuotaServiceOperationOptions) ToHeaders

func (UpdateSettingStorageQuotaServiceOperationOptions) ToOData

func (UpdateSettingStorageQuotaServiceOperationOptions) ToQuery

type UpdateSettingStorageQuotaServiceOperationResponse

type UpdateSettingStorageQuotaServiceOperationResponse 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