Documentation ¶
Index ¶
- type CreateManagedDeviceHealthScriptStateOperationOptions
- type CreateManagedDeviceHealthScriptStateOperationResponse
- type DeviceHealthScriptPolicyStateOperationPredicate
- type GetManagedDeviceHealthScriptStatesCountOperationOptions
- type GetManagedDeviceHealthScriptStatesCountOperationResponse
- type ListManagedDeviceHealthScriptStatesCompleteResult
- type ListManagedDeviceHealthScriptStatesCustomPager
- type ListManagedDeviceHealthScriptStatesOperationOptions
- type ListManagedDeviceHealthScriptStatesOperationResponse
- type ManagedDeviceDeviceHealthScriptStateClient
- func (c ManagedDeviceDeviceHealthScriptStateClient) CreateManagedDeviceHealthScriptState(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result CreateManagedDeviceHealthScriptStateOperationResponse, err error)
- func (c ManagedDeviceDeviceHealthScriptStateClient) GetManagedDeviceHealthScriptStatesCount(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result GetManagedDeviceHealthScriptStatesCountOperationResponse, err error)
- func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStates(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result ListManagedDeviceHealthScriptStatesOperationResponse, err error)
- func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesComplete(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (ListManagedDeviceHealthScriptStatesCompleteResult, error)
- func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesCompleteMatchingPredicate(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result ListManagedDeviceHealthScriptStatesCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateManagedDeviceHealthScriptStateOperationOptions ¶
type CreateManagedDeviceHealthScriptStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateManagedDeviceHealthScriptStateOperationOptions ¶
func DefaultCreateManagedDeviceHealthScriptStateOperationOptions() CreateManagedDeviceHealthScriptStateOperationOptions
func (CreateManagedDeviceHealthScriptStateOperationOptions) ToHeaders ¶
func (o CreateManagedDeviceHealthScriptStateOperationOptions) ToHeaders() *client.Headers
func (CreateManagedDeviceHealthScriptStateOperationOptions) ToOData ¶
func (o CreateManagedDeviceHealthScriptStateOperationOptions) ToOData() *odata.Query
func (CreateManagedDeviceHealthScriptStateOperationOptions) ToQuery ¶
func (o CreateManagedDeviceHealthScriptStateOperationOptions) ToQuery() *client.QueryParams
type DeviceHealthScriptPolicyStateOperationPredicate ¶
type DeviceHealthScriptPolicyStateOperationPredicate struct { }
func (DeviceHealthScriptPolicyStateOperationPredicate) Matches ¶
func (p DeviceHealthScriptPolicyStateOperationPredicate) Matches(input beta.DeviceHealthScriptPolicyState) bool
type GetManagedDeviceHealthScriptStatesCountOperationOptions ¶
type GetManagedDeviceHealthScriptStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetManagedDeviceHealthScriptStatesCountOperationOptions ¶
func DefaultGetManagedDeviceHealthScriptStatesCountOperationOptions() GetManagedDeviceHealthScriptStatesCountOperationOptions
func (GetManagedDeviceHealthScriptStatesCountOperationOptions) ToHeaders ¶
func (o GetManagedDeviceHealthScriptStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetManagedDeviceHealthScriptStatesCountOperationOptions) ToOData ¶
func (o GetManagedDeviceHealthScriptStatesCountOperationOptions) ToOData() *odata.Query
func (GetManagedDeviceHealthScriptStatesCountOperationOptions) ToQuery ¶
func (o GetManagedDeviceHealthScriptStatesCountOperationOptions) ToQuery() *client.QueryParams
type ListManagedDeviceHealthScriptStatesCompleteResult ¶
type ListManagedDeviceHealthScriptStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceHealthScriptPolicyState }
type ListManagedDeviceHealthScriptStatesCustomPager ¶
type ListManagedDeviceHealthScriptStatesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListManagedDeviceHealthScriptStatesCustomPager) NextPageLink ¶
func (p *ListManagedDeviceHealthScriptStatesCustomPager) NextPageLink() *odata.Link
type ListManagedDeviceHealthScriptStatesOperationOptions ¶
type ListManagedDeviceHealthScriptStatesOperationOptions 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 DefaultListManagedDeviceHealthScriptStatesOperationOptions ¶
func DefaultListManagedDeviceHealthScriptStatesOperationOptions() ListManagedDeviceHealthScriptStatesOperationOptions
func (ListManagedDeviceHealthScriptStatesOperationOptions) ToHeaders ¶
func (o ListManagedDeviceHealthScriptStatesOperationOptions) ToHeaders() *client.Headers
func (ListManagedDeviceHealthScriptStatesOperationOptions) ToOData ¶
func (o ListManagedDeviceHealthScriptStatesOperationOptions) ToOData() *odata.Query
func (ListManagedDeviceHealthScriptStatesOperationOptions) ToQuery ¶
func (o ListManagedDeviceHealthScriptStatesOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceDeviceHealthScriptStateClient ¶
func NewManagedDeviceDeviceHealthScriptStateClientWithBaseURI ¶
func NewManagedDeviceDeviceHealthScriptStateClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceDeviceHealthScriptStateClient, error)
func (ManagedDeviceDeviceHealthScriptStateClient) CreateManagedDeviceHealthScriptState ¶
func (c ManagedDeviceDeviceHealthScriptStateClient) CreateManagedDeviceHealthScriptState(ctx context.Context, id beta.UserIdManagedDeviceId, input beta.DeviceHealthScriptPolicyState, options CreateManagedDeviceHealthScriptStateOperationOptions) (result CreateManagedDeviceHealthScriptStateOperationResponse, err error)
CreateManagedDeviceHealthScriptState - Create new navigation property to deviceHealthScriptStates for users
func (ManagedDeviceDeviceHealthScriptStateClient) GetManagedDeviceHealthScriptStatesCount ¶
func (c ManagedDeviceDeviceHealthScriptStateClient) GetManagedDeviceHealthScriptStatesCount(ctx context.Context, id beta.UserIdManagedDeviceId, options GetManagedDeviceHealthScriptStatesCountOperationOptions) (result GetManagedDeviceHealthScriptStatesCountOperationResponse, err error)
GetManagedDeviceHealthScriptStatesCount - Get the number of the resource
func (ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStates ¶
func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStates(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceHealthScriptStatesOperationOptions) (result ListManagedDeviceHealthScriptStatesOperationResponse, err error)
ListManagedDeviceHealthScriptStates - Get deviceHealthScriptStates from users. Results of device health scripts that ran for this device. Default is empty list. This property is read-only.
func (ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesComplete ¶
func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesComplete(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceHealthScriptStatesOperationOptions) (ListManagedDeviceHealthScriptStatesCompleteResult, error)
ListManagedDeviceHealthScriptStatesComplete retrieves all the results into a single object
func (ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesCompleteMatchingPredicate ¶
func (c ManagedDeviceDeviceHealthScriptStateClient) ListManagedDeviceHealthScriptStatesCompleteMatchingPredicate(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceHealthScriptStatesOperationOptions, predicate DeviceHealthScriptPolicyStateOperationPredicate) (result ListManagedDeviceHealthScriptStatesCompleteResult, err error)
ListManagedDeviceHealthScriptStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.