featurerolloutpolicyappliesto

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: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFeatureRolloutPolicyAppliesToRefOperationOptions

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

func DefaultAddFeatureRolloutPolicyAppliesToRefOperationOptions

func DefaultAddFeatureRolloutPolicyAppliesToRefOperationOptions() AddFeatureRolloutPolicyAppliesToRefOperationOptions

func (AddFeatureRolloutPolicyAppliesToRefOperationOptions) ToHeaders

func (AddFeatureRolloutPolicyAppliesToRefOperationOptions) ToOData

func (AddFeatureRolloutPolicyAppliesToRefOperationOptions) ToQuery

type AddFeatureRolloutPolicyAppliesToRefOperationResponse

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

type CreateFeatureRolloutPolicyAppliesToOperationOptions

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

func DefaultCreateFeatureRolloutPolicyAppliesToOperationOptions

func DefaultCreateFeatureRolloutPolicyAppliesToOperationOptions() CreateFeatureRolloutPolicyAppliesToOperationOptions

func (CreateFeatureRolloutPolicyAppliesToOperationOptions) ToHeaders

func (CreateFeatureRolloutPolicyAppliesToOperationOptions) ToOData

func (CreateFeatureRolloutPolicyAppliesToOperationOptions) ToQuery

type CreateFeatureRolloutPolicyAppliesToOperationResponse

type CreateFeatureRolloutPolicyAppliesToOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DirectoryObject
}

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type FeatureRolloutPolicyAppliesToClient

type FeatureRolloutPolicyAppliesToClient struct {
	Client *msgraph.Client
}

func NewFeatureRolloutPolicyAppliesToClientWithBaseURI

func NewFeatureRolloutPolicyAppliesToClientWithBaseURI(sdkApi sdkEnv.Api) (*FeatureRolloutPolicyAppliesToClient, error)

func (FeatureRolloutPolicyAppliesToClient) AddFeatureRolloutPolicyAppliesToRef

AddFeatureRolloutPolicyAppliesToRef - Create new navigation property ref to appliesTo for directory

func (FeatureRolloutPolicyAppliesToClient) CreateFeatureRolloutPolicyAppliesTo

CreateFeatureRolloutPolicyAppliesTo - Create new navigation property to appliesTo for directory

func (FeatureRolloutPolicyAppliesToClient) GetFeatureRolloutPolicyAppliesToCount

GetFeatureRolloutPolicyAppliesToCount - Get the number of the resource

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesToRefs

ListFeatureRolloutPolicyAppliesToRefs - Get ref of appliesTo from directory. Nullable. Specifies a list of directoryObject resources that feature is enabled for.

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesToRefsComplete

ListFeatureRolloutPolicyAppliesToRefsComplete retrieves all the results into a single object

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesToRefsCompleteMatchingPredicate

ListFeatureRolloutPolicyAppliesToRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesTos

ListFeatureRolloutPolicyAppliesTos - Get appliesTo from directory. Nullable. Specifies a list of directoryObject resources that feature is enabled for.

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesTosComplete

ListFeatureRolloutPolicyAppliesTosComplete retrieves all the results into a single object

func (FeatureRolloutPolicyAppliesToClient) ListFeatureRolloutPolicyAppliesTosCompleteMatchingPredicate

ListFeatureRolloutPolicyAppliesTosCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (FeatureRolloutPolicyAppliesToClient) RemoveFeatureRolloutPolicyAppliesToRef

RemoveFeatureRolloutPolicyAppliesToRef - Delete ref of navigation property appliesTo for directory

type GetFeatureRolloutPolicyAppliesToCountOperationOptions

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

func DefaultGetFeatureRolloutPolicyAppliesToCountOperationOptions

func DefaultGetFeatureRolloutPolicyAppliesToCountOperationOptions() GetFeatureRolloutPolicyAppliesToCountOperationOptions

func (GetFeatureRolloutPolicyAppliesToCountOperationOptions) ToHeaders

func (GetFeatureRolloutPolicyAppliesToCountOperationOptions) ToOData

func (GetFeatureRolloutPolicyAppliesToCountOperationOptions) ToQuery

type GetFeatureRolloutPolicyAppliesToCountOperationResponse

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

type ListFeatureRolloutPolicyAppliesToRefsCompleteResult

type ListFeatureRolloutPolicyAppliesToRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListFeatureRolloutPolicyAppliesToRefsCustomPager

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

type ListFeatureRolloutPolicyAppliesToRefsOperationOptions

type ListFeatureRolloutPolicyAppliesToRefsOperationOptions struct {
	Count     *bool
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Skip      *int64
	Top       *int64
}

func DefaultListFeatureRolloutPolicyAppliesToRefsOperationOptions

func DefaultListFeatureRolloutPolicyAppliesToRefsOperationOptions() ListFeatureRolloutPolicyAppliesToRefsOperationOptions

func (ListFeatureRolloutPolicyAppliesToRefsOperationOptions) ToHeaders

func (ListFeatureRolloutPolicyAppliesToRefsOperationOptions) ToOData

func (ListFeatureRolloutPolicyAppliesToRefsOperationOptions) ToQuery

type ListFeatureRolloutPolicyAppliesToRefsOperationResponse

type ListFeatureRolloutPolicyAppliesToRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type ListFeatureRolloutPolicyAppliesTosCompleteResult

type ListFeatureRolloutPolicyAppliesTosCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DirectoryObject
}

type ListFeatureRolloutPolicyAppliesTosCustomPager

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

type ListFeatureRolloutPolicyAppliesTosOperationOptions

type ListFeatureRolloutPolicyAppliesTosOperationOptions 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 DefaultListFeatureRolloutPolicyAppliesTosOperationOptions

func DefaultListFeatureRolloutPolicyAppliesTosOperationOptions() ListFeatureRolloutPolicyAppliesTosOperationOptions

func (ListFeatureRolloutPolicyAppliesTosOperationOptions) ToHeaders

func (ListFeatureRolloutPolicyAppliesTosOperationOptions) ToOData

func (ListFeatureRolloutPolicyAppliesTosOperationOptions) ToQuery

type ListFeatureRolloutPolicyAppliesTosOperationResponse

type ListFeatureRolloutPolicyAppliesTosOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DirectoryObject
}

type RemoveFeatureRolloutPolicyAppliesToRefOperationOptions

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

func DefaultRemoveFeatureRolloutPolicyAppliesToRefOperationOptions

func DefaultRemoveFeatureRolloutPolicyAppliesToRefOperationOptions() RemoveFeatureRolloutPolicyAppliesToRefOperationOptions

func (RemoveFeatureRolloutPolicyAppliesToRefOperationOptions) ToHeaders

func (RemoveFeatureRolloutPolicyAppliesToRefOperationOptions) ToOData

func (RemoveFeatureRolloutPolicyAppliesToRefOperationOptions) ToQuery

type RemoveFeatureRolloutPolicyAppliesToRefOperationResponse

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