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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FeatureRolloutPolicyItemRequestBuilder
NewFeatureRolloutPolicyItemRequestBuilderInternal instantiates a new FeatureRolloutPolicyItemRequestBuilder and sets the default values.
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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property featureRolloutPolicies for policies
func (*FeatureRolloutPolicyItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *FeatureRolloutPolicyItemRequestBuilder) CreateGetRequestInformation(options *FeatureRolloutPolicyItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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 H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderDeleteOptions options for Delete
type FeatureRolloutPolicyItemRequestBuilderGetOptions ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *FeatureRolloutPolicyItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderGetOptions options for Get
type FeatureRolloutPolicyItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
FeatureRolloutPolicyItemRequestBuilderGetQueryParameters the feature rollout policy associated with a directory object.
type FeatureRolloutPolicyItemRequestBuilderPatchOptions ¶ added in v0.12.0
type FeatureRolloutPolicyItemRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.FeatureRolloutPolicyable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
FeatureRolloutPolicyItemRequestBuilderPatchOptions options for Patch