microsofttunnelhealththreshold

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMicrosoftTunnelHealthThresholdOperationOptions

type CreateMicrosoftTunnelHealthThresholdOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateMicrosoftTunnelHealthThresholdOperationOptions

func DefaultCreateMicrosoftTunnelHealthThresholdOperationOptions() CreateMicrosoftTunnelHealthThresholdOperationOptions

func (CreateMicrosoftTunnelHealthThresholdOperationOptions) ToHeaders

func (CreateMicrosoftTunnelHealthThresholdOperationOptions) ToOData

func (CreateMicrosoftTunnelHealthThresholdOperationOptions) ToQuery

type CreateMicrosoftTunnelHealthThresholdOperationResponse

type CreateMicrosoftTunnelHealthThresholdOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MicrosoftTunnelHealthThreshold
}

type DeleteMicrosoftTunnelHealthThresholdOperationOptions

type DeleteMicrosoftTunnelHealthThresholdOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMicrosoftTunnelHealthThresholdOperationOptions

func DefaultDeleteMicrosoftTunnelHealthThresholdOperationOptions() DeleteMicrosoftTunnelHealthThresholdOperationOptions

func (DeleteMicrosoftTunnelHealthThresholdOperationOptions) ToHeaders

func (DeleteMicrosoftTunnelHealthThresholdOperationOptions) ToOData

func (DeleteMicrosoftTunnelHealthThresholdOperationOptions) ToQuery

type DeleteMicrosoftTunnelHealthThresholdOperationResponse

type DeleteMicrosoftTunnelHealthThresholdOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetMicrosoftTunnelHealthThresholdOperationOptions

type GetMicrosoftTunnelHealthThresholdOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMicrosoftTunnelHealthThresholdOperationOptions

func DefaultGetMicrosoftTunnelHealthThresholdOperationOptions() GetMicrosoftTunnelHealthThresholdOperationOptions

func (GetMicrosoftTunnelHealthThresholdOperationOptions) ToHeaders

func (GetMicrosoftTunnelHealthThresholdOperationOptions) ToOData

func (GetMicrosoftTunnelHealthThresholdOperationOptions) ToQuery

type GetMicrosoftTunnelHealthThresholdOperationResponse

type GetMicrosoftTunnelHealthThresholdOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MicrosoftTunnelHealthThreshold
}

type GetMicrosoftTunnelHealthThresholdsCountOperationOptions

type GetMicrosoftTunnelHealthThresholdsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetMicrosoftTunnelHealthThresholdsCountOperationOptions) ToHeaders

func (GetMicrosoftTunnelHealthThresholdsCountOperationOptions) ToOData

func (GetMicrosoftTunnelHealthThresholdsCountOperationOptions) ToQuery

type GetMicrosoftTunnelHealthThresholdsCountOperationResponse

type GetMicrosoftTunnelHealthThresholdsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListMicrosoftTunnelHealthThresholdsCompleteResult

type ListMicrosoftTunnelHealthThresholdsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MicrosoftTunnelHealthThreshold
}

type ListMicrosoftTunnelHealthThresholdsCustomPager

type ListMicrosoftTunnelHealthThresholdsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListMicrosoftTunnelHealthThresholdsOperationOptions

type ListMicrosoftTunnelHealthThresholdsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListMicrosoftTunnelHealthThresholdsOperationOptions

func DefaultListMicrosoftTunnelHealthThresholdsOperationOptions() ListMicrosoftTunnelHealthThresholdsOperationOptions

func (ListMicrosoftTunnelHealthThresholdsOperationOptions) ToHeaders

func (ListMicrosoftTunnelHealthThresholdsOperationOptions) ToOData

func (ListMicrosoftTunnelHealthThresholdsOperationOptions) ToQuery

type ListMicrosoftTunnelHealthThresholdsOperationResponse

type ListMicrosoftTunnelHealthThresholdsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MicrosoftTunnelHealthThreshold
}

type MicrosoftTunnelHealthThresholdClient

type MicrosoftTunnelHealthThresholdClient struct {
	Client *msgraph.Client
}

func NewMicrosoftTunnelHealthThresholdClientWithBaseURI

func NewMicrosoftTunnelHealthThresholdClientWithBaseURI(sdkApi sdkEnv.Api) (*MicrosoftTunnelHealthThresholdClient, error)

func (MicrosoftTunnelHealthThresholdClient) CreateMicrosoftTunnelHealthThreshold

CreateMicrosoftTunnelHealthThreshold - Create new navigation property to microsoftTunnelHealthThresholds for deviceManagement

func (MicrosoftTunnelHealthThresholdClient) DeleteMicrosoftTunnelHealthThreshold

DeleteMicrosoftTunnelHealthThreshold - Delete navigation property microsoftTunnelHealthThresholds for deviceManagement

func (MicrosoftTunnelHealthThresholdClient) GetMicrosoftTunnelHealthThreshold

GetMicrosoftTunnelHealthThreshold - Get microsoftTunnelHealthThresholds from deviceManagement. Collection of MicrosoftTunnelHealthThreshold settings associated with account.

func (MicrosoftTunnelHealthThresholdClient) GetMicrosoftTunnelHealthThresholdsCount

GetMicrosoftTunnelHealthThresholdsCount - Get the number of the resource

func (MicrosoftTunnelHealthThresholdClient) ListMicrosoftTunnelHealthThresholds

ListMicrosoftTunnelHealthThresholds - Get microsoftTunnelHealthThresholds from deviceManagement. Collection of MicrosoftTunnelHealthThreshold settings associated with account.

func (MicrosoftTunnelHealthThresholdClient) ListMicrosoftTunnelHealthThresholdsComplete

ListMicrosoftTunnelHealthThresholdsComplete retrieves all the results into a single object

func (MicrosoftTunnelHealthThresholdClient) ListMicrosoftTunnelHealthThresholdsCompleteMatchingPredicate

ListMicrosoftTunnelHealthThresholdsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MicrosoftTunnelHealthThresholdClient) UpdateMicrosoftTunnelHealthThreshold

UpdateMicrosoftTunnelHealthThreshold - Update the navigation property microsoftTunnelHealthThresholds in deviceManagement

type MicrosoftTunnelHealthThresholdOperationPredicate

type MicrosoftTunnelHealthThresholdOperationPredicate struct {
}

func (MicrosoftTunnelHealthThresholdOperationPredicate) Matches

type UpdateMicrosoftTunnelHealthThresholdOperationOptions

type UpdateMicrosoftTunnelHealthThresholdOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMicrosoftTunnelHealthThresholdOperationOptions

func DefaultUpdateMicrosoftTunnelHealthThresholdOperationOptions() UpdateMicrosoftTunnelHealthThresholdOperationOptions

func (UpdateMicrosoftTunnelHealthThresholdOperationOptions) ToHeaders

func (UpdateMicrosoftTunnelHealthThresholdOperationOptions) ToOData

func (UpdateMicrosoftTunnelHealthThresholdOperationOptions) ToQuery

type UpdateMicrosoftTunnelHealthThresholdOperationResponse

type UpdateMicrosoftTunnelHealthThresholdOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL