featurerolloutpolicy

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 CreateFeatureRolloutPolicyOperationOptions

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

func DefaultCreateFeatureRolloutPolicyOperationOptions

func DefaultCreateFeatureRolloutPolicyOperationOptions() CreateFeatureRolloutPolicyOperationOptions

func (CreateFeatureRolloutPolicyOperationOptions) ToHeaders

func (CreateFeatureRolloutPolicyOperationOptions) ToOData

func (CreateFeatureRolloutPolicyOperationOptions) ToQuery

type CreateFeatureRolloutPolicyOperationResponse

type CreateFeatureRolloutPolicyOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.FeatureRolloutPolicy
}

type DeleteFeatureRolloutPolicyOperationOptions

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

func DefaultDeleteFeatureRolloutPolicyOperationOptions

func DefaultDeleteFeatureRolloutPolicyOperationOptions() DeleteFeatureRolloutPolicyOperationOptions

func (DeleteFeatureRolloutPolicyOperationOptions) ToHeaders

func (DeleteFeatureRolloutPolicyOperationOptions) ToOData

func (DeleteFeatureRolloutPolicyOperationOptions) ToQuery

type DeleteFeatureRolloutPolicyOperationResponse

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

type FeatureRolloutPolicyClient

type FeatureRolloutPolicyClient struct {
	Client *msgraph.Client
}

func NewFeatureRolloutPolicyClientWithBaseURI

func NewFeatureRolloutPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*FeatureRolloutPolicyClient, error)

func (FeatureRolloutPolicyClient) CreateFeatureRolloutPolicy

CreateFeatureRolloutPolicy - Create featureRolloutPolicy. Create a new featureRolloutPolicy object.

func (FeatureRolloutPolicyClient) DeleteFeatureRolloutPolicy

DeleteFeatureRolloutPolicy - Delete featureRolloutPolicy. Delete a featureRolloutPolicy object.

func (FeatureRolloutPolicyClient) GetFeatureRolloutPoliciesCount

GetFeatureRolloutPoliciesCount - Get the number of the resource

func (FeatureRolloutPolicyClient) GetFeatureRolloutPolicy

GetFeatureRolloutPolicy - Get featureRolloutPolicy. Retrieve the properties and relationships of a featureRolloutPolicy object.

func (FeatureRolloutPolicyClient) ListFeatureRolloutPolicies

ListFeatureRolloutPolicies - List featureRolloutPolicies. Retrieve a list of featureRolloutPolicy objects.

func (FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesComplete

ListFeatureRolloutPoliciesComplete retrieves all the results into a single object

func (FeatureRolloutPolicyClient) ListFeatureRolloutPoliciesCompleteMatchingPredicate

ListFeatureRolloutPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (FeatureRolloutPolicyClient) UpdateFeatureRolloutPolicy

UpdateFeatureRolloutPolicy - Update featurerolloutpolicy. Update the properties of featureRolloutPolicy object.

type FeatureRolloutPolicyOperationPredicate

type FeatureRolloutPolicyOperationPredicate struct {
}

func (FeatureRolloutPolicyOperationPredicate) Matches

type GetFeatureRolloutPoliciesCountOperationOptions

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

func DefaultGetFeatureRolloutPoliciesCountOperationOptions

func DefaultGetFeatureRolloutPoliciesCountOperationOptions() GetFeatureRolloutPoliciesCountOperationOptions

func (GetFeatureRolloutPoliciesCountOperationOptions) ToHeaders

func (GetFeatureRolloutPoliciesCountOperationOptions) ToOData

func (GetFeatureRolloutPoliciesCountOperationOptions) ToQuery

type GetFeatureRolloutPoliciesCountOperationResponse

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

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 (GetFeatureRolloutPolicyOperationOptions) ToOData

func (GetFeatureRolloutPolicyOperationOptions) ToQuery

type GetFeatureRolloutPolicyOperationResponse

type GetFeatureRolloutPolicyOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.FeatureRolloutPolicy
}

type ListFeatureRolloutPoliciesCompleteResult

type ListFeatureRolloutPoliciesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.FeatureRolloutPolicy
}

type ListFeatureRolloutPoliciesCustomPager

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

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 (ListFeatureRolloutPoliciesOperationOptions) ToOData

func (ListFeatureRolloutPoliciesOperationOptions) ToQuery

type ListFeatureRolloutPoliciesOperationResponse

type ListFeatureRolloutPoliciesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.FeatureRolloutPolicy
}

type UpdateFeatureRolloutPolicyOperationOptions

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

func DefaultUpdateFeatureRolloutPolicyOperationOptions

func DefaultUpdateFeatureRolloutPolicyOperationOptions() UpdateFeatureRolloutPolicyOperationOptions

func (UpdateFeatureRolloutPolicyOperationOptions) ToHeaders

func (UpdateFeatureRolloutPolicyOperationOptions) ToOData

func (UpdateFeatureRolloutPolicyOperationOptions) ToQuery

type UpdateFeatureRolloutPolicyOperationResponse

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