Documentation
¶
Index ¶
- type FeatureRolloutPolicyItemRequestBuilder
- func (m *FeatureRolloutPolicyItemRequestBuilder) AppliesTo() ...
- func (m *FeatureRolloutPolicyItemRequestBuilder) AppliesToById(id string) ...
- func (m *FeatureRolloutPolicyItemRequestBuilder) CreateDeleteRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderDeleteOptions) (...)
- func (m *FeatureRolloutPolicyItemRequestBuilder) CreateGetRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderGetOptions) (...)
- func (m *FeatureRolloutPolicyItemRequestBuilder) CreatePatchRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderPatchOptions) (...)
- func (m *FeatureRolloutPolicyItemRequestBuilder) Delete(options *FeatureRolloutPolicyItemRequestBuilderDeleteOptions) error
- func (m *FeatureRolloutPolicyItemRequestBuilder) Get(options *FeatureRolloutPolicyItemRequestBuilderGetOptions) (...)
- func (m *FeatureRolloutPolicyItemRequestBuilder) Patch(options *FeatureRolloutPolicyItemRequestBuilderPatchOptions) error
- type FeatureRolloutPolicyItemRequestBuilderDeleteOptions
- type FeatureRolloutPolicyItemRequestBuilderGetOptions
- type FeatureRolloutPolicyItemRequestBuilderGetQueryParameters
- type FeatureRolloutPolicyItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeatureRolloutPolicyItemRequestBuilder ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilder struct {
// contains filtered or unexported fields
}
FeatureRolloutPolicyItemRequestBuilder provides operations to manage the featureRolloutPolicies property of the microsoft.graph.policyRoot entity.
func NewFeatureRolloutPolicyItemRequestBuilder ¶ added in v0.12.0
func NewFeatureRolloutPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FeatureRolloutPolicyItemRequestBuilder
NewFeatureRolloutPolicyItemRequestBuilder instantiates a new FeatureRolloutPolicyItemRequestBuilder and sets the default values.
func NewFeatureRolloutPolicyItemRequestBuilderInternal ¶ added in v0.12.0
func NewFeatureRolloutPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FeatureRolloutPolicyItemRequestBuilder
NewFeatureRolloutPolicyItemRequestBuilderInternal instantiates a new FeatureRolloutPolicyItemRequestBuilder and sets the default values.
func (*FeatureRolloutPolicyItemRequestBuilder) AppliesTo ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) AppliesTo() *idd2e041f794d748418c3b9e944c3e7dd3911c8eebd0867361cfa751f9c00567c.AppliesToRequestBuilder
AppliesTo the appliesTo property
func (*FeatureRolloutPolicyItemRequestBuilder) AppliesToById ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) AppliesToById(id string) *ifaa259a0e1cd5e2894d850f5fae0dac72a248fa7319d019f09dacc7e3865d547.DirectoryObjectItemRequestBuilder
AppliesToById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.policies.featureRolloutPolicies.item.appliesTo.item collection
func (*FeatureRolloutPolicyItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) CreateDeleteRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property featureRolloutPolicies for policies
func (*FeatureRolloutPolicyItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) CreateGetRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the feature rollout policy associated with a directory object.
func (*FeatureRolloutPolicyItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) CreatePatchRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property featureRolloutPolicies in policies
func (*FeatureRolloutPolicyItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) Delete(options *FeatureRolloutPolicyItemRequestBuilderDeleteOptions) error
Delete delete navigation property featureRolloutPolicies for policies
func (*FeatureRolloutPolicyItemRequestBuilder) Get ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) Get(options *FeatureRolloutPolicyItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable, error)
Get the feature rollout policy associated with a directory object.
func (*FeatureRolloutPolicyItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) Patch(options *FeatureRolloutPolicyItemRequestBuilderPatchOptions) error
Patch update the navigation property featureRolloutPolicies in policies
type FeatureRolloutPolicyItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderDeleteOptions options for Delete
type FeatureRolloutPolicyItemRequestBuilderGetOptions ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *FeatureRolloutPolicyItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderGetOptions options for Get
type FeatureRolloutPolicyItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
FeatureRolloutPolicyItemRequestBuilderGetQueryParameters the feature rollout policy associated with a directory object.
type FeatureRolloutPolicyItemRequestBuilderPatchOptions ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FeatureRolloutPolicyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderPatchOptions options for Patch