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
}
Builds and executes requests for operations under \admin\serviceAnnouncement\healthOverviews\{serviceHealth-id}
func NewServiceHealthRequestBuilder ¶
func NewServiceHealthRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceHealthRequestBuilder
Instantiates a new ServiceHealthRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewServiceHealthRequestBuilderInternal ¶
func NewServiceHealthRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ServiceHealthRequestBuilder
Instantiates a new ServiceHealthRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*ServiceHealthRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreateDeleteRequestInformation(options *ServiceHealthRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
func (*ServiceHealthRequestBuilder) CreateGetRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreateGetRequestInformation(options *ServiceHealthRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
func (*ServiceHealthRequestBuilder) CreatePatchRequestInformation ¶
func (m *ServiceHealthRequestBuilder) CreatePatchRequestInformation(options *ServiceHealthRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
func (*ServiceHealthRequestBuilder) Delete ¶
func (m *ServiceHealthRequestBuilder) Delete(options *ServiceHealthRequestBuilderDeleteOptions) error
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
func (*ServiceHealthRequestBuilder) Get ¶
func (m *ServiceHealthRequestBuilder) Get(options *ServiceHealthRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ServiceHealth, error)
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
func (*ServiceHealthRequestBuilder) IssuesById ¶
func (m *ServiceHealthRequestBuilder) IssuesById(id string) *i6e1a2f8712e9f578e838fffdb3afa8eec075e09a4eb6f822a8b0041305d14e5f.ServiceHealthIssueRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.admin.serviceAnnouncement.healthOverviews.item.issues.item collection Parameters:
- id : Unique identifier of the item
func (*ServiceHealthRequestBuilder) Patch ¶
func (m *ServiceHealthRequestBuilder) Patch(options *ServiceHealthRequestBuilderPatchOptions) error
A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly. Parameters:
- options : Options for the request
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 }
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 }
Options for Get
type ServiceHealthRequestBuilderGetQueryParameters ¶
type ServiceHealthRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
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 }
Options for Patch