Documentation
¶
Index ¶
- type NamedLocationsRequestBuilder
- func (m *NamedLocationsRequestBuilder) Count() ...
- func (m *NamedLocationsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *NamedLocationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *NamedLocationsRequestBuilderGetRequestConfiguration) (...)
- func (m *NamedLocationsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *NamedLocationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *NamedLocationsRequestBuilder) Get() (...)
- func (m *NamedLocationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *NamedLocationsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *NamedLocationsRequestBuilder) Post(...) (...)
- func (m *NamedLocationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type NamedLocationsRequestBuilderGetQueryParameters
- type NamedLocationsRequestBuilderGetRequestConfiguration
- type NamedLocationsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamedLocationsRequestBuilder ¶
type NamedLocationsRequestBuilder struct {
// contains filtered or unexported fields
}
NamedLocationsRequestBuilder provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.
func NewNamedLocationsRequestBuilder ¶
func NewNamedLocationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NamedLocationsRequestBuilder
NewNamedLocationsRequestBuilder instantiates a new NamedLocationsRequestBuilder and sets the default values.
func NewNamedLocationsRequestBuilderInternal ¶
func NewNamedLocationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NamedLocationsRequestBuilder
NewNamedLocationsRequestBuilderInternal instantiates a new NamedLocationsRequestBuilder and sets the default values.
func (*NamedLocationsRequestBuilder) Count ¶ added in v0.13.0
func (m *NamedLocationsRequestBuilder) Count() *i366afc8a1ea017bd85a6d0e55153067fe0b71bc50d5f5493ab8467681dbaec1b.CountRequestBuilder
Count the count property
func (*NamedLocationsRequestBuilder) CreateGetRequestInformation ¶
func (m *NamedLocationsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *NamedLocationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *NamedLocationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationsRequestBuilder) CreatePostRequestInformation ¶
func (m *NamedLocationsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to namedLocations for identity
func (*NamedLocationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *NamedLocationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, requestConfiguration *NamedLocationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to namedLocations for identity
func (*NamedLocationsRequestBuilder) Get ¶
func (m *NamedLocationsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationCollectionResponseable, error)
Get read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *NamedLocationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *NamedLocationsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable. Returns a collection of the specified named locations.
func (*NamedLocationsRequestBuilder) Post ¶
func (m *NamedLocationsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, error)
Post create new navigation property to namedLocations for identity
func (*NamedLocationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *NamedLocationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, requestConfiguration *NamedLocationsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NamedLocationable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to namedLocations for identity
type NamedLocationsRequestBuilderGetQueryParameters ¶
type NamedLocationsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
NamedLocationsRequestBuilderGetQueryParameters read-only. Nullable. Returns a collection of the specified named locations.
type NamedLocationsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type NamedLocationsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *NamedLocationsRequestBuilderGetQueryParameters
}
NamedLocationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type NamedLocationsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type NamedLocationsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
NamedLocationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.