Documentation ¶
Index ¶
- type CreateFeatureRolloutPolicyOperationOptions
- type CreateFeatureRolloutPolicyOperationResponse
- type DeleteFeatureRolloutPolicyOperationOptions
- type DeleteFeatureRolloutPolicyOperationResponse
- type FeatureRolloutPolicyClient
- func (c FeatureRolloutPolicyClient) CreateFeatureRolloutPolicy(ctx context.Context, input beta.FeatureRolloutPolicy, ...) (result CreateFeatureRolloutPolicyOperationResponse, err error)
- func (c FeatureRolloutPolicyClient) DeleteFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, ...) (result DeleteFeatureRolloutPolicyOperationResponse, err error)
- func (c FeatureRolloutPolicyClient) GetFeatureRolloutPoliciesCount(ctx context.Context, options GetFeatureRolloutPoliciesCountOperationOptions) (result GetFeatureRolloutPoliciesCountOperationResponse, err error)
- func (c FeatureRolloutPolicyClient) GetFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, ...) (result GetFeatureRolloutPolicyOperationResponse, err error)
- func (c FeatureRolloutPolicyClient) ListFeatureRolloutPolicies(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions) (result ListFeatureRolloutPoliciesOperationResponse, err error)
- func (c FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesComplete(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions) (ListFeatureRolloutPoliciesCompleteResult, error)
- func (c FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesCompleteMatchingPredicate(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions, ...) (result ListFeatureRolloutPoliciesCompleteResult, err error)
- func (c FeatureRolloutPolicyClient) UpdateFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, ...) (result UpdateFeatureRolloutPolicyOperationResponse, err error)
- type FeatureRolloutPolicyOperationPredicate
- type GetFeatureRolloutPoliciesCountOperationOptions
- type GetFeatureRolloutPoliciesCountOperationResponse
- type GetFeatureRolloutPolicyOperationOptions
- type GetFeatureRolloutPolicyOperationResponse
- type ListFeatureRolloutPoliciesCompleteResult
- type ListFeatureRolloutPoliciesCustomPager
- type ListFeatureRolloutPoliciesOperationOptions
- type ListFeatureRolloutPoliciesOperationResponse
- type UpdateFeatureRolloutPolicyOperationOptions
- type UpdateFeatureRolloutPolicyOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateFeatureRolloutPolicyOperationOptions ¶
type CreateFeatureRolloutPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateFeatureRolloutPolicyOperationOptions ¶
func DefaultCreateFeatureRolloutPolicyOperationOptions() CreateFeatureRolloutPolicyOperationOptions
func (CreateFeatureRolloutPolicyOperationOptions) ToHeaders ¶
func (o CreateFeatureRolloutPolicyOperationOptions) ToHeaders() *client.Headers
func (CreateFeatureRolloutPolicyOperationOptions) ToOData ¶
func (o CreateFeatureRolloutPolicyOperationOptions) ToOData() *odata.Query
func (CreateFeatureRolloutPolicyOperationOptions) ToQuery ¶
func (o CreateFeatureRolloutPolicyOperationOptions) ToQuery() *client.QueryParams
type DeleteFeatureRolloutPolicyOperationOptions ¶
type DeleteFeatureRolloutPolicyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteFeatureRolloutPolicyOperationOptions ¶
func DefaultDeleteFeatureRolloutPolicyOperationOptions() DeleteFeatureRolloutPolicyOperationOptions
func (DeleteFeatureRolloutPolicyOperationOptions) ToHeaders ¶
func (o DeleteFeatureRolloutPolicyOperationOptions) ToHeaders() *client.Headers
func (DeleteFeatureRolloutPolicyOperationOptions) ToOData ¶
func (o DeleteFeatureRolloutPolicyOperationOptions) ToOData() *odata.Query
func (DeleteFeatureRolloutPolicyOperationOptions) ToQuery ¶
func (o DeleteFeatureRolloutPolicyOperationOptions) ToQuery() *client.QueryParams
type FeatureRolloutPolicyClient ¶
func NewFeatureRolloutPolicyClientWithBaseURI ¶
func NewFeatureRolloutPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*FeatureRolloutPolicyClient, error)
func (FeatureRolloutPolicyClient) CreateFeatureRolloutPolicy ¶
func (c FeatureRolloutPolicyClient) CreateFeatureRolloutPolicy(ctx context.Context, input beta.FeatureRolloutPolicy, options CreateFeatureRolloutPolicyOperationOptions) (result CreateFeatureRolloutPolicyOperationResponse, err error)
CreateFeatureRolloutPolicy - Create featureRolloutPolicy. Create a new featureRolloutPolicy object.
func (FeatureRolloutPolicyClient) DeleteFeatureRolloutPolicy ¶
func (c FeatureRolloutPolicyClient) DeleteFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, options DeleteFeatureRolloutPolicyOperationOptions) (result DeleteFeatureRolloutPolicyOperationResponse, err error)
DeleteFeatureRolloutPolicy - Delete featureRolloutPolicy. Delete a featureRolloutPolicy object.
func (FeatureRolloutPolicyClient) GetFeatureRolloutPoliciesCount ¶
func (c FeatureRolloutPolicyClient) GetFeatureRolloutPoliciesCount(ctx context.Context, options GetFeatureRolloutPoliciesCountOperationOptions) (result GetFeatureRolloutPoliciesCountOperationResponse, err error)
GetFeatureRolloutPoliciesCount - Get the number of the resource
func (FeatureRolloutPolicyClient) GetFeatureRolloutPolicy ¶
func (c FeatureRolloutPolicyClient) GetFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, options GetFeatureRolloutPolicyOperationOptions) (result GetFeatureRolloutPolicyOperationResponse, err error)
GetFeatureRolloutPolicy - Get featureRolloutPolicy. Retrieve the properties and relationships of a featureRolloutPolicy object.
func (FeatureRolloutPolicyClient) ListFeatureRolloutPolicies ¶
func (c FeatureRolloutPolicyClient) ListFeatureRolloutPolicies(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions) (result ListFeatureRolloutPoliciesOperationResponse, err error)
ListFeatureRolloutPolicies - List featureRolloutPolicies. Retrieve a list of featureRolloutPolicy objects.
func (FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesComplete ¶
func (c FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesComplete(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions) (ListFeatureRolloutPoliciesCompleteResult, error)
ListFeatureRolloutPoliciesComplete retrieves all the results into a single object
func (FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesCompleteMatchingPredicate ¶
func (c FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesCompleteMatchingPredicate(ctx context.Context, options ListFeatureRolloutPoliciesOperationOptions, predicate FeatureRolloutPolicyOperationPredicate) (result ListFeatureRolloutPoliciesCompleteResult, err error)
ListFeatureRolloutPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (FeatureRolloutPolicyClient) UpdateFeatureRolloutPolicy ¶
func (c FeatureRolloutPolicyClient) UpdateFeatureRolloutPolicy(ctx context.Context, id beta.PolicyFeatureRolloutPolicyId, input beta.FeatureRolloutPolicy, options UpdateFeatureRolloutPolicyOperationOptions) (result UpdateFeatureRolloutPolicyOperationResponse, err error)
UpdateFeatureRolloutPolicy - Update featurerolloutpolicy. Update the properties of featureRolloutPolicy object.
type FeatureRolloutPolicyOperationPredicate ¶
type FeatureRolloutPolicyOperationPredicate struct { }
func (FeatureRolloutPolicyOperationPredicate) Matches ¶
func (p FeatureRolloutPolicyOperationPredicate) Matches(input beta.FeatureRolloutPolicy) bool
type GetFeatureRolloutPoliciesCountOperationOptions ¶
type GetFeatureRolloutPoliciesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetFeatureRolloutPoliciesCountOperationOptions ¶
func DefaultGetFeatureRolloutPoliciesCountOperationOptions() GetFeatureRolloutPoliciesCountOperationOptions
func (GetFeatureRolloutPoliciesCountOperationOptions) ToHeaders ¶
func (o GetFeatureRolloutPoliciesCountOperationOptions) ToHeaders() *client.Headers
func (GetFeatureRolloutPoliciesCountOperationOptions) ToOData ¶
func (o GetFeatureRolloutPoliciesCountOperationOptions) ToOData() *odata.Query
func (GetFeatureRolloutPoliciesCountOperationOptions) ToQuery ¶
func (o GetFeatureRolloutPoliciesCountOperationOptions) ToQuery() *client.QueryParams
type GetFeatureRolloutPolicyOperationOptions ¶
type GetFeatureRolloutPolicyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetFeatureRolloutPolicyOperationOptions ¶
func DefaultGetFeatureRolloutPolicyOperationOptions() GetFeatureRolloutPolicyOperationOptions
func (GetFeatureRolloutPolicyOperationOptions) ToHeaders ¶
func (o GetFeatureRolloutPolicyOperationOptions) ToHeaders() *client.Headers
func (GetFeatureRolloutPolicyOperationOptions) ToOData ¶
func (o GetFeatureRolloutPolicyOperationOptions) ToOData() *odata.Query
func (GetFeatureRolloutPolicyOperationOptions) ToQuery ¶
func (o GetFeatureRolloutPolicyOperationOptions) ToQuery() *client.QueryParams
type ListFeatureRolloutPoliciesCompleteResult ¶
type ListFeatureRolloutPoliciesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.FeatureRolloutPolicy }
type ListFeatureRolloutPoliciesCustomPager ¶
func (*ListFeatureRolloutPoliciesCustomPager) NextPageLink ¶
func (p *ListFeatureRolloutPoliciesCustomPager) NextPageLink() *odata.Link
type ListFeatureRolloutPoliciesOperationOptions ¶
type ListFeatureRolloutPoliciesOperationOptions 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 DefaultListFeatureRolloutPoliciesOperationOptions ¶
func DefaultListFeatureRolloutPoliciesOperationOptions() ListFeatureRolloutPoliciesOperationOptions
func (ListFeatureRolloutPoliciesOperationOptions) ToHeaders ¶
func (o ListFeatureRolloutPoliciesOperationOptions) ToHeaders() *client.Headers
func (ListFeatureRolloutPoliciesOperationOptions) ToOData ¶
func (o ListFeatureRolloutPoliciesOperationOptions) ToOData() *odata.Query
func (ListFeatureRolloutPoliciesOperationOptions) ToQuery ¶
func (o ListFeatureRolloutPoliciesOperationOptions) ToQuery() *client.QueryParams
type UpdateFeatureRolloutPolicyOperationOptions ¶
type UpdateFeatureRolloutPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateFeatureRolloutPolicyOperationOptions ¶
func DefaultUpdateFeatureRolloutPolicyOperationOptions() UpdateFeatureRolloutPolicyOperationOptions
func (UpdateFeatureRolloutPolicyOperationOptions) ToHeaders ¶
func (o UpdateFeatureRolloutPolicyOperationOptions) ToHeaders() *client.Headers
func (UpdateFeatureRolloutPolicyOperationOptions) ToOData ¶
func (o UpdateFeatureRolloutPolicyOperationOptions) ToOData() *odata.Query
func (UpdateFeatureRolloutPolicyOperationOptions) ToQuery ¶
func (o UpdateFeatureRolloutPolicyOperationOptions) ToQuery() *client.QueryParams