Documentation ¶
Index ¶
- type CreateSettingStorageQuotaServiceOperationOptions
- type CreateSettingStorageQuotaServiceOperationResponse
- type DeleteSettingStorageQuotaServiceOperationOptions
- type DeleteSettingStorageQuotaServiceOperationResponse
- type GetSettingStorageQuotaServiceOperationOptions
- type GetSettingStorageQuotaServiceOperationResponse
- type GetSettingStorageQuotaServicesCountOperationOptions
- type GetSettingStorageQuotaServicesCountOperationResponse
- type ListSettingStorageQuotaServicesCompleteResult
- type ListSettingStorageQuotaServicesCustomPager
- type ListSettingStorageQuotaServicesOperationOptions
- type ListSettingStorageQuotaServicesOperationResponse
- type ServiceStorageQuotaBreakdownOperationPredicate
- type SettingStorageQuotaServiceClient
- func (c SettingStorageQuotaServiceClient) CreateSettingStorageQuotaService(ctx context.Context, id stable.UserId, ...) (result CreateSettingStorageQuotaServiceOperationResponse, err error)
- func (c SettingStorageQuotaServiceClient) DeleteSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, ...) (result DeleteSettingStorageQuotaServiceOperationResponse, err error)
- func (c SettingStorageQuotaServiceClient) GetSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, ...) (result GetSettingStorageQuotaServiceOperationResponse, err error)
- func (c SettingStorageQuotaServiceClient) GetSettingStorageQuotaServicesCount(ctx context.Context, id stable.UserId, ...) (result GetSettingStorageQuotaServicesCountOperationResponse, err error)
- func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServices(ctx context.Context, id stable.UserId, ...) (result ListSettingStorageQuotaServicesOperationResponse, err error)
- func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesComplete(ctx context.Context, id stable.UserId, ...) (ListSettingStorageQuotaServicesCompleteResult, error)
- func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListSettingStorageQuotaServicesCompleteResult, err error)
- func (c SettingStorageQuotaServiceClient) UpdateSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, ...) (result UpdateSettingStorageQuotaServiceOperationResponse, err error)
- type UpdateSettingStorageQuotaServiceOperationOptions
- type UpdateSettingStorageQuotaServiceOperationResponse
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 (o CreateSettingStorageQuotaServiceOperationOptions) ToHeaders() *client.Headers
func (CreateSettingStorageQuotaServiceOperationOptions) ToOData ¶
func (o CreateSettingStorageQuotaServiceOperationOptions) ToOData() *odata.Query
func (CreateSettingStorageQuotaServiceOperationOptions) ToQuery ¶
func (o CreateSettingStorageQuotaServiceOperationOptions) ToQuery() *client.QueryParams
type DeleteSettingStorageQuotaServiceOperationOptions ¶
type DeleteSettingStorageQuotaServiceOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSettingStorageQuotaServiceOperationOptions ¶
func DefaultDeleteSettingStorageQuotaServiceOperationOptions() DeleteSettingStorageQuotaServiceOperationOptions
func (DeleteSettingStorageQuotaServiceOperationOptions) ToHeaders ¶
func (o DeleteSettingStorageQuotaServiceOperationOptions) ToHeaders() *client.Headers
func (DeleteSettingStorageQuotaServiceOperationOptions) ToOData ¶
func (o DeleteSettingStorageQuotaServiceOperationOptions) ToOData() *odata.Query
func (DeleteSettingStorageQuotaServiceOperationOptions) ToQuery ¶
func (o DeleteSettingStorageQuotaServiceOperationOptions) ToQuery() *client.QueryParams
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 (o GetSettingStorageQuotaServiceOperationOptions) ToHeaders() *client.Headers
func (GetSettingStorageQuotaServiceOperationOptions) ToOData ¶
func (o GetSettingStorageQuotaServiceOperationOptions) ToOData() *odata.Query
func (GetSettingStorageQuotaServiceOperationOptions) ToQuery ¶
func (o GetSettingStorageQuotaServiceOperationOptions) ToQuery() *client.QueryParams
type GetSettingStorageQuotaServicesCountOperationOptions ¶
type GetSettingStorageQuotaServicesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSettingStorageQuotaServicesCountOperationOptions ¶
func DefaultGetSettingStorageQuotaServicesCountOperationOptions() GetSettingStorageQuotaServicesCountOperationOptions
func (GetSettingStorageQuotaServicesCountOperationOptions) ToHeaders ¶
func (o GetSettingStorageQuotaServicesCountOperationOptions) ToHeaders() *client.Headers
func (GetSettingStorageQuotaServicesCountOperationOptions) ToOData ¶
func (o GetSettingStorageQuotaServicesCountOperationOptions) ToOData() *odata.Query
func (GetSettingStorageQuotaServicesCountOperationOptions) ToQuery ¶
func (o GetSettingStorageQuotaServicesCountOperationOptions) ToQuery() *client.QueryParams
type ListSettingStorageQuotaServicesCompleteResult ¶
type ListSettingStorageQuotaServicesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ServiceStorageQuotaBreakdown }
type ListSettingStorageQuotaServicesCustomPager ¶
type ListSettingStorageQuotaServicesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSettingStorageQuotaServicesCustomPager) NextPageLink ¶
func (p *ListSettingStorageQuotaServicesCustomPager) NextPageLink() *odata.Link
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 (o ListSettingStorageQuotaServicesOperationOptions) ToHeaders() *client.Headers
func (ListSettingStorageQuotaServicesOperationOptions) ToOData ¶
func (o ListSettingStorageQuotaServicesOperationOptions) ToOData() *odata.Query
func (ListSettingStorageQuotaServicesOperationOptions) ToQuery ¶
func (o ListSettingStorageQuotaServicesOperationOptions) ToQuery() *client.QueryParams
type ServiceStorageQuotaBreakdownOperationPredicate ¶
type ServiceStorageQuotaBreakdownOperationPredicate struct { }
func (ServiceStorageQuotaBreakdownOperationPredicate) Matches ¶
func (p ServiceStorageQuotaBreakdownOperationPredicate) Matches(input stable.ServiceStorageQuotaBreakdown) bool
type SettingStorageQuotaServiceClient ¶
func NewSettingStorageQuotaServiceClientWithBaseURI ¶
func NewSettingStorageQuotaServiceClientWithBaseURI(sdkApi sdkEnv.Api) (*SettingStorageQuotaServiceClient, error)
func (SettingStorageQuotaServiceClient) CreateSettingStorageQuotaService ¶
func (c SettingStorageQuotaServiceClient) CreateSettingStorageQuotaService(ctx context.Context, id stable.UserId, input stable.ServiceStorageQuotaBreakdown, options CreateSettingStorageQuotaServiceOperationOptions) (result CreateSettingStorageQuotaServiceOperationResponse, err error)
CreateSettingStorageQuotaService - Create new navigation property to services for users
func (SettingStorageQuotaServiceClient) DeleteSettingStorageQuotaService ¶
func (c SettingStorageQuotaServiceClient) DeleteSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, options DeleteSettingStorageQuotaServiceOperationOptions) (result DeleteSettingStorageQuotaServiceOperationResponse, err error)
DeleteSettingStorageQuotaService - Delete navigation property services for users
func (SettingStorageQuotaServiceClient) GetSettingStorageQuotaService ¶
func (c SettingStorageQuotaServiceClient) GetSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, options GetSettingStorageQuotaServiceOperationOptions) (result GetSettingStorageQuotaServiceOperationResponse, err error)
GetSettingStorageQuotaService - Get services from users
func (SettingStorageQuotaServiceClient) GetSettingStorageQuotaServicesCount ¶
func (c SettingStorageQuotaServiceClient) GetSettingStorageQuotaServicesCount(ctx context.Context, id stable.UserId, options GetSettingStorageQuotaServicesCountOperationOptions) (result GetSettingStorageQuotaServicesCountOperationResponse, err error)
GetSettingStorageQuotaServicesCount - Get the number of the resource
func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServices ¶
func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServices(ctx context.Context, id stable.UserId, options ListSettingStorageQuotaServicesOperationOptions) (result ListSettingStorageQuotaServicesOperationResponse, err error)
ListSettingStorageQuotaServices - Get services from users
func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesComplete ¶
func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesComplete(ctx context.Context, id stable.UserId, options ListSettingStorageQuotaServicesOperationOptions) (ListSettingStorageQuotaServicesCompleteResult, error)
ListSettingStorageQuotaServicesComplete retrieves all the results into a single object
func (SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesCompleteMatchingPredicate ¶
func (c SettingStorageQuotaServiceClient) ListSettingStorageQuotaServicesCompleteMatchingPredicate(ctx context.Context, id stable.UserId, options ListSettingStorageQuotaServicesOperationOptions, predicate ServiceStorageQuotaBreakdownOperationPredicate) (result ListSettingStorageQuotaServicesCompleteResult, err error)
ListSettingStorageQuotaServicesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SettingStorageQuotaServiceClient) UpdateSettingStorageQuotaService ¶
func (c SettingStorageQuotaServiceClient) UpdateSettingStorageQuotaService(ctx context.Context, id stable.UserIdSettingStorageQuotaServiceId, input stable.ServiceStorageQuotaBreakdown, options UpdateSettingStorageQuotaServiceOperationOptions) (result UpdateSettingStorageQuotaServiceOperationResponse, err error)
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 (o UpdateSettingStorageQuotaServiceOperationOptions) ToHeaders() *client.Headers
func (UpdateSettingStorageQuotaServiceOperationOptions) ToOData ¶
func (o UpdateSettingStorageQuotaServiceOperationOptions) ToOData() *odata.Query
func (UpdateSettingStorageQuotaServiceOperationOptions) ToQuery ¶
func (o UpdateSettingStorageQuotaServiceOperationOptions) ToQuery() *client.QueryParams