Documentation ¶
Index ¶
- type ServiceHealthRequestBuilder
- func (m *ServiceHealthRequestBuilder) CreateDeleteRequestInformation(options *ServiceHealthRequestBuilderDeleteOptions) (...)
- func (m *ServiceHealthRequestBuilder) CreateGetRequestInformation(options *ServiceHealthRequestBuilderGetOptions) (...)
- func (m *ServiceHealthRequestBuilder) CreatePatchRequestInformation(options *ServiceHealthRequestBuilderPatchOptions) (...)
- func (m *ServiceHealthRequestBuilder) Delete(options *ServiceHealthRequestBuilderDeleteOptions) error
- func (m *ServiceHealthRequestBuilder) Get(options *ServiceHealthRequestBuilderGetOptions) (...)
- func (m *ServiceHealthRequestBuilder) Issues() ...
- func (m *ServiceHealthRequestBuilder) IssuesById(id string) ...
- func (m *ServiceHealthRequestBuilder) Patch(options *ServiceHealthRequestBuilderPatchOptions) error
- type ServiceHealthRequestBuilderDeleteOptions
- type ServiceHealthRequestBuilderGetOptions
- type ServiceHealthRequestBuilderGetQueryParameters
- type ServiceHealthRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceHealthRequestBuilder ¶
type ServiceHealthRequestBuilder struct {
// contains filtered or unexported fields
}
ServiceHealthRequestBuilder builds and executes requests for operations under \admin\serviceAnnouncement\healthOverviews\{serviceHealth-id}
func NewServiceHealthRequestBuilder ¶
func NewServiceHealthRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceHealthRequestBuilder
NewServiceHealthRequestBuilder instantiates a new ServiceHealthRequestBuilder and sets the default values.
func NewServiceHealthRequestBuilderInternal ¶
func NewServiceHealthRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceHealthRequestBuilder
NewServiceHealthRequestBuilderInternal instantiates a new ServiceHealthRequestBuilder and sets the default values.
func (*ServiceHealthRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreateDeleteRequestInformation(options *ServiceHealthRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceHealthRequestBuilder) CreateGetRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreateGetRequestInformation(options *ServiceHealthRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceHealthRequestBuilder) CreatePatchRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreatePatchRequestInformation(options *ServiceHealthRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceHealthRequestBuilder) Delete ¶
func (m *ServiceHealthRequestBuilder) Delete(options *ServiceHealthRequestBuilderDeleteOptions) error
Delete a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceHealthRequestBuilder) Get ¶
func (m *ServiceHealthRequestBuilder) Get(options *ServiceHealthRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ServiceHealth, error)
Get a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
func (*ServiceHealthRequestBuilder) IssuesById ¶
func (m *ServiceHealthRequestBuilder) IssuesById(id string) *i6e1a2f8712e9f578e838fffdb3afa8eec075e09a4eb6f822a8b0041305d14e5f.ServiceHealthIssueRequestBuilder
IssuesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.admin.serviceAnnouncement.healthOverviews.item.issues.item collection
func (*ServiceHealthRequestBuilder) Patch ¶
func (m *ServiceHealthRequestBuilder) Patch(options *ServiceHealthRequestBuilderPatchOptions) error
Patch a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
type ServiceHealthRequestBuilderDeleteOptions ¶
type ServiceHealthRequestBuilderDeleteOptions 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 }
ServiceHealthRequestBuilderDeleteOptions options for Delete
type ServiceHealthRequestBuilderGetOptions ¶
type ServiceHealthRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ServiceHealthRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ServiceHealthRequestBuilderGetOptions options for Get
type ServiceHealthRequestBuilderGetQueryParameters ¶
type ServiceHealthRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
ServiceHealthRequestBuilderGetQueryParameters a collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
type ServiceHealthRequestBuilderPatchOptions ¶
type ServiceHealthRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ServiceHealth // 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 }
ServiceHealthRequestBuilderPatchOptions options for Patch