Documentation ¶
Index ¶
- type CreateWindowsMalwareInformationOperationOptions
- type CreateWindowsMalwareInformationOperationResponse
- type DeleteWindowsMalwareInformationOperationOptions
- type DeleteWindowsMalwareInformationOperationResponse
- type GetWindowsMalwareInformationCountOperationOptions
- type GetWindowsMalwareInformationCountOperationResponse
- type GetWindowsMalwareInformationOperationOptions
- type GetWindowsMalwareInformationOperationResponse
- type ListWindowsMalwareInformationsCompleteResult
- type ListWindowsMalwareInformationsCustomPager
- type ListWindowsMalwareInformationsOperationOptions
- type ListWindowsMalwareInformationsOperationResponse
- type UpdateWindowsMalwareInformationOperationOptions
- type UpdateWindowsMalwareInformationOperationResponse
- type WindowsMalwareInformationClient
- func (c WindowsMalwareInformationClient) CreateWindowsMalwareInformation(ctx context.Context, input beta.WindowsMalwareInformation, ...) (result CreateWindowsMalwareInformationOperationResponse, err error)
- func (c WindowsMalwareInformationClient) DeleteWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result DeleteWindowsMalwareInformationOperationResponse, err error)
- func (c WindowsMalwareInformationClient) GetWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result GetWindowsMalwareInformationOperationResponse, err error)
- func (c WindowsMalwareInformationClient) GetWindowsMalwareInformationCount(ctx context.Context, options GetWindowsMalwareInformationCountOperationOptions) (result GetWindowsMalwareInformationCountOperationResponse, err error)
- func (c WindowsMalwareInformationClient) ListWindowsMalwareInformations(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (result ListWindowsMalwareInformationsOperationResponse, err error)
- func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsComplete(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (ListWindowsMalwareInformationsCompleteResult, error)
- func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsCompleteMatchingPredicate(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions, ...) (result ListWindowsMalwareInformationsCompleteResult, err error)
- func (c WindowsMalwareInformationClient) UpdateWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, ...) (result UpdateWindowsMalwareInformationOperationResponse, err error)
- type WindowsMalwareInformationOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateWindowsMalwareInformationOperationOptions ¶
type CreateWindowsMalwareInformationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateWindowsMalwareInformationOperationOptions ¶
func DefaultCreateWindowsMalwareInformationOperationOptions() CreateWindowsMalwareInformationOperationOptions
func (CreateWindowsMalwareInformationOperationOptions) ToHeaders ¶
func (o CreateWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers
func (CreateWindowsMalwareInformationOperationOptions) ToOData ¶
func (o CreateWindowsMalwareInformationOperationOptions) ToOData() *odata.Query
func (CreateWindowsMalwareInformationOperationOptions) ToQuery ¶
func (o CreateWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams
type DeleteWindowsMalwareInformationOperationOptions ¶
type DeleteWindowsMalwareInformationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteWindowsMalwareInformationOperationOptions ¶
func DefaultDeleteWindowsMalwareInformationOperationOptions() DeleteWindowsMalwareInformationOperationOptions
func (DeleteWindowsMalwareInformationOperationOptions) ToHeaders ¶
func (o DeleteWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers
func (DeleteWindowsMalwareInformationOperationOptions) ToOData ¶
func (o DeleteWindowsMalwareInformationOperationOptions) ToOData() *odata.Query
func (DeleteWindowsMalwareInformationOperationOptions) ToQuery ¶
func (o DeleteWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams
type GetWindowsMalwareInformationCountOperationOptions ¶
type GetWindowsMalwareInformationCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetWindowsMalwareInformationCountOperationOptions ¶
func DefaultGetWindowsMalwareInformationCountOperationOptions() GetWindowsMalwareInformationCountOperationOptions
func (GetWindowsMalwareInformationCountOperationOptions) ToHeaders ¶
func (o GetWindowsMalwareInformationCountOperationOptions) ToHeaders() *client.Headers
func (GetWindowsMalwareInformationCountOperationOptions) ToOData ¶
func (o GetWindowsMalwareInformationCountOperationOptions) ToOData() *odata.Query
func (GetWindowsMalwareInformationCountOperationOptions) ToQuery ¶
func (o GetWindowsMalwareInformationCountOperationOptions) ToQuery() *client.QueryParams
type GetWindowsMalwareInformationOperationOptions ¶
type GetWindowsMalwareInformationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetWindowsMalwareInformationOperationOptions ¶
func DefaultGetWindowsMalwareInformationOperationOptions() GetWindowsMalwareInformationOperationOptions
func (GetWindowsMalwareInformationOperationOptions) ToHeaders ¶
func (o GetWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers
func (GetWindowsMalwareInformationOperationOptions) ToOData ¶
func (o GetWindowsMalwareInformationOperationOptions) ToOData() *odata.Query
func (GetWindowsMalwareInformationOperationOptions) ToQuery ¶
func (o GetWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams
type ListWindowsMalwareInformationsCompleteResult ¶
type ListWindowsMalwareInformationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.WindowsMalwareInformation }
type ListWindowsMalwareInformationsCustomPager ¶
type ListWindowsMalwareInformationsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListWindowsMalwareInformationsCustomPager) NextPageLink ¶
func (p *ListWindowsMalwareInformationsCustomPager) NextPageLink() *odata.Link
type ListWindowsMalwareInformationsOperationOptions ¶
type ListWindowsMalwareInformationsOperationOptions 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 DefaultListWindowsMalwareInformationsOperationOptions ¶
func DefaultListWindowsMalwareInformationsOperationOptions() ListWindowsMalwareInformationsOperationOptions
func (ListWindowsMalwareInformationsOperationOptions) ToHeaders ¶
func (o ListWindowsMalwareInformationsOperationOptions) ToHeaders() *client.Headers
func (ListWindowsMalwareInformationsOperationOptions) ToOData ¶
func (o ListWindowsMalwareInformationsOperationOptions) ToOData() *odata.Query
func (ListWindowsMalwareInformationsOperationOptions) ToQuery ¶
func (o ListWindowsMalwareInformationsOperationOptions) ToQuery() *client.QueryParams
type UpdateWindowsMalwareInformationOperationOptions ¶
type UpdateWindowsMalwareInformationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateWindowsMalwareInformationOperationOptions ¶
func DefaultUpdateWindowsMalwareInformationOperationOptions() UpdateWindowsMalwareInformationOperationOptions
func (UpdateWindowsMalwareInformationOperationOptions) ToHeaders ¶
func (o UpdateWindowsMalwareInformationOperationOptions) ToHeaders() *client.Headers
func (UpdateWindowsMalwareInformationOperationOptions) ToOData ¶
func (o UpdateWindowsMalwareInformationOperationOptions) ToOData() *odata.Query
func (UpdateWindowsMalwareInformationOperationOptions) ToQuery ¶
func (o UpdateWindowsMalwareInformationOperationOptions) ToQuery() *client.QueryParams
type WindowsMalwareInformationClient ¶
func NewWindowsMalwareInformationClientWithBaseURI ¶
func NewWindowsMalwareInformationClientWithBaseURI(sdkApi sdkEnv.Api) (*WindowsMalwareInformationClient, error)
func (WindowsMalwareInformationClient) CreateWindowsMalwareInformation ¶
func (c WindowsMalwareInformationClient) CreateWindowsMalwareInformation(ctx context.Context, input beta.WindowsMalwareInformation, options CreateWindowsMalwareInformationOperationOptions) (result CreateWindowsMalwareInformationOperationResponse, err error)
CreateWindowsMalwareInformation - Create new navigation property to windowsMalwareInformation for deviceManagement
func (WindowsMalwareInformationClient) DeleteWindowsMalwareInformation ¶
func (c WindowsMalwareInformationClient) DeleteWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, options DeleteWindowsMalwareInformationOperationOptions) (result DeleteWindowsMalwareInformationOperationResponse, err error)
DeleteWindowsMalwareInformation - Delete navigation property windowsMalwareInformation for deviceManagement
func (WindowsMalwareInformationClient) GetWindowsMalwareInformation ¶
func (c WindowsMalwareInformationClient) GetWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, options GetWindowsMalwareInformationOperationOptions) (result GetWindowsMalwareInformationOperationResponse, err error)
GetWindowsMalwareInformation - Get windowsMalwareInformation from deviceManagement. The list of affected malware in the tenant.
func (WindowsMalwareInformationClient) GetWindowsMalwareInformationCount ¶
func (c WindowsMalwareInformationClient) GetWindowsMalwareInformationCount(ctx context.Context, options GetWindowsMalwareInformationCountOperationOptions) (result GetWindowsMalwareInformationCountOperationResponse, err error)
GetWindowsMalwareInformationCount - Get the number of the resource
func (WindowsMalwareInformationClient) ListWindowsMalwareInformations ¶
func (c WindowsMalwareInformationClient) ListWindowsMalwareInformations(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (result ListWindowsMalwareInformationsOperationResponse, err error)
ListWindowsMalwareInformations - Get windowsMalwareInformation from deviceManagement. The list of affected malware in the tenant.
func (WindowsMalwareInformationClient) ListWindowsMalwareInformationsComplete ¶
func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsComplete(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions) (ListWindowsMalwareInformationsCompleteResult, error)
ListWindowsMalwareInformationsComplete retrieves all the results into a single object
func (WindowsMalwareInformationClient) ListWindowsMalwareInformationsCompleteMatchingPredicate ¶
func (c WindowsMalwareInformationClient) ListWindowsMalwareInformationsCompleteMatchingPredicate(ctx context.Context, options ListWindowsMalwareInformationsOperationOptions, predicate WindowsMalwareInformationOperationPredicate) (result ListWindowsMalwareInformationsCompleteResult, err error)
ListWindowsMalwareInformationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WindowsMalwareInformationClient) UpdateWindowsMalwareInformation ¶
func (c WindowsMalwareInformationClient) UpdateWindowsMalwareInformation(ctx context.Context, id beta.DeviceManagementWindowsMalwareInformationId, input beta.WindowsMalwareInformation, options UpdateWindowsMalwareInformationOperationOptions) (result UpdateWindowsMalwareInformationOperationResponse, err error)
UpdateWindowsMalwareInformation - Update the navigation property windowsMalwareInformation in deviceManagement
type WindowsMalwareInformationOperationPredicate ¶
type WindowsMalwareInformationOperationPredicate struct { }
func (WindowsMalwareInformationOperationPredicate) Matches ¶
func (p WindowsMalwareInformationOperationPredicate) Matches(input beta.WindowsMalwareInformation) bool