Documentation ¶
Index ¶
- type HealthOverviewsRequestBuilder
- func (m *HealthOverviewsRequestBuilder) Count() ...
- func (m *HealthOverviewsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *HealthOverviewsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *HealthOverviewsRequestBuilderGetRequestConfiguration) (...)
- func (m *HealthOverviewsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *HealthOverviewsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *HealthOverviewsRequestBuilder) Get() (...)
- func (m *HealthOverviewsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *HealthOverviewsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *HealthOverviewsRequestBuilder) Post(...) (...)
- func (m *HealthOverviewsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type HealthOverviewsRequestBuilderGetQueryParameters
- type HealthOverviewsRequestBuilderGetRequestConfiguration
- type HealthOverviewsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthOverviewsRequestBuilder ¶
type HealthOverviewsRequestBuilder struct {
// contains filtered or unexported fields
}
HealthOverviewsRequestBuilder provides operations to manage the healthOverviews property of the microsoft.graph.serviceAnnouncement entity.
func NewHealthOverviewsRequestBuilder ¶
func NewHealthOverviewsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *HealthOverviewsRequestBuilder
NewHealthOverviewsRequestBuilder instantiates a new HealthOverviewsRequestBuilder and sets the default values.
func NewHealthOverviewsRequestBuilderInternal ¶
func NewHealthOverviewsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *HealthOverviewsRequestBuilder
NewHealthOverviewsRequestBuilderInternal instantiates a new HealthOverviewsRequestBuilder and sets the default values.
func (*HealthOverviewsRequestBuilder) Count ¶ added in v0.13.0
func (m *HealthOverviewsRequestBuilder) Count() *i6d10d28f87dbded9fa1cb9eead6549a36fa2a5042778e4f5867fa650abd7c975.CountRequestBuilder
Count the count property
func (*HealthOverviewsRequestBuilder) CreateGetRequestInformation ¶
func (m *HealthOverviewsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*HealthOverviewsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *HealthOverviewsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *HealthOverviewsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*HealthOverviewsRequestBuilder) CreatePostRequestInformation ¶
func (m *HealthOverviewsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to healthOverviews for admin
func (*HealthOverviewsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *HealthOverviewsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable, requestConfiguration *HealthOverviewsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to healthOverviews for admin
func (*HealthOverviewsRequestBuilder) Get ¶
func (m *HealthOverviewsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthCollectionResponseable, error)
Get a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*HealthOverviewsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *HealthOverviewsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *HealthOverviewsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*HealthOverviewsRequestBuilder) Post ¶
func (m *HealthOverviewsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable, error)
Post create new navigation property to healthOverviews for admin
func (*HealthOverviewsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *HealthOverviewsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable, requestConfiguration *HealthOverviewsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServiceHealthable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to healthOverviews for admin
type HealthOverviewsRequestBuilderGetQueryParameters ¶
type HealthOverviewsRequestBuilderGetQueryParameters 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"` }
HealthOverviewsRequestBuilderGetQueryParameters a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
type HealthOverviewsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type HealthOverviewsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *HealthOverviewsRequestBuilderGetQueryParameters }
HealthOverviewsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type HealthOverviewsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type HealthOverviewsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
HealthOverviewsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.