Documentation
¶
Index ¶
- type NamedLocationItemRequestBuilder
- func (m *NamedLocationItemRequestBuilder) CreateDeleteRequestInformation(options *NamedLocationItemRequestBuilderDeleteOptions) (...)
- func (m *NamedLocationItemRequestBuilder) CreateGetRequestInformation(options *NamedLocationItemRequestBuilderGetOptions) (...)
- func (m *NamedLocationItemRequestBuilder) CreatePatchRequestInformation(options *NamedLocationItemRequestBuilderPatchOptions) (...)
- func (m *NamedLocationItemRequestBuilder) Delete(options *NamedLocationItemRequestBuilderDeleteOptions) error
- func (m *NamedLocationItemRequestBuilder) Get(options *NamedLocationItemRequestBuilderGetOptions) (...)
- func (m *NamedLocationItemRequestBuilder) Patch(options *NamedLocationItemRequestBuilderPatchOptions) error
- type NamedLocationItemRequestBuilderDeleteOptions
- type NamedLocationItemRequestBuilderGetOptions
- type NamedLocationItemRequestBuilderGetQueryParameters
- type NamedLocationItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedLocationItemRequestBuilder ¶ added in v0.12.0
type NamedLocationItemRequestBuilder struct {
// contains filtered or unexported fields
}
NamedLocationItemRequestBuilder provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
func NewNamedLocationItemRequestBuilder ¶ added in v0.12.0
func NewNamedLocationItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NamedLocationItemRequestBuilder
NewNamedLocationItemRequestBuilder instantiates a new NamedLocationItemRequestBuilder and sets the default values.
func NewNamedLocationItemRequestBuilderInternal ¶ added in v0.12.0
func NewNamedLocationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *NamedLocationItemRequestBuilder
NewNamedLocationItemRequestBuilderInternal instantiates a new NamedLocationItemRequestBuilder and sets the default values.
func (*NamedLocationItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) CreateDeleteRequestInformation(options *NamedLocationItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property namedLocations for identity
func (*NamedLocationItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) CreateGetRequestInformation(options *NamedLocationItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) CreatePatchRequestInformation(options *NamedLocationItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property namedLocations in identity
func (*NamedLocationItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) Delete(options *NamedLocationItemRequestBuilderDeleteOptions) error
Delete delete navigation property namedLocations for identity
func (*NamedLocationItemRequestBuilder) Get ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) Get(options *NamedLocationItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.NamedLocationable, error)
Get read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *NamedLocationItemRequestBuilder) Patch(options *NamedLocationItemRequestBuilderPatchOptions) error
Patch update the navigation property namedLocations in identity
type NamedLocationItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type NamedLocationItemRequestBuilderDeleteOptions 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
}
NamedLocationItemRequestBuilderDeleteOptions options for Delete
type NamedLocationItemRequestBuilderGetOptions ¶ added in v0.12.0
type NamedLocationItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *NamedLocationItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
NamedLocationItemRequestBuilderGetOptions options for Get
type NamedLocationItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type NamedLocationItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
NamedLocationItemRequestBuilderGetQueryParameters read-only. Nullable. Returns a collection of the specified named locations.
type NamedLocationItemRequestBuilderPatchOptions ¶ added in v0.12.0
type NamedLocationItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.NamedLocationable
// 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
}
NamedLocationItemRequestBuilderPatchOptions options for Patch