Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CancelZebraFotaDeploymentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCancelZebraFotaDeploymentOperationOptions() CancelZebraFotaDeploymentOperationOptions + func (o CancelZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers + func (o CancelZebraFotaDeploymentOperationOptions) ToOData() *odata.Query + func (o CancelZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams + type CancelZebraFotaDeploymentOperationResponse struct + HttpResponse *http.Response + Model *CancelZebraFotaDeploymentResult + OData *odata.OData + type CancelZebraFotaDeploymentResult struct + Value *bool + type CreateZebraFotaDeploymentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateZebraFotaDeploymentOperationOptions() CreateZebraFotaDeploymentOperationOptions + func (o CreateZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers + func (o CreateZebraFotaDeploymentOperationOptions) ToOData() *odata.Query + func (o CreateZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams + type CreateZebraFotaDeploymentOperationResponse struct + HttpResponse *http.Response + Model *beta.ZebraFotaDeployment + OData *odata.OData + type DeleteZebraFotaDeploymentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteZebraFotaDeploymentOperationOptions() DeleteZebraFotaDeploymentOperationOptions + func (o DeleteZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers + func (o DeleteZebraFotaDeploymentOperationOptions) ToOData() *odata.Query + func (o DeleteZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams + type DeleteZebraFotaDeploymentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetZebraFotaDeploymentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetZebraFotaDeploymentOperationOptions() GetZebraFotaDeploymentOperationOptions + func (o GetZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers + func (o GetZebraFotaDeploymentOperationOptions) ToOData() *odata.Query + func (o GetZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams + type GetZebraFotaDeploymentOperationResponse struct + HttpResponse *http.Response + Model *beta.ZebraFotaDeployment + OData *odata.OData + type GetZebraFotaDeploymentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetZebraFotaDeploymentsCountOperationOptions() GetZebraFotaDeploymentsCountOperationOptions + func (o GetZebraFotaDeploymentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetZebraFotaDeploymentsCountOperationOptions) ToOData() *odata.Query + func (o GetZebraFotaDeploymentsCountOperationOptions) ToQuery() *client.QueryParams + type GetZebraFotaDeploymentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListZebraFotaDeploymentsCompleteResult struct + Items []beta.ZebraFotaDeployment + LatestHttpResponse *http.Response + type ListZebraFotaDeploymentsCustomPager struct + NextLink *odata.Link + func (p *ListZebraFotaDeploymentsCustomPager) NextPageLink() *odata.Link + type ListZebraFotaDeploymentsOperationOptions 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 DefaultListZebraFotaDeploymentsOperationOptions() ListZebraFotaDeploymentsOperationOptions + func (o ListZebraFotaDeploymentsOperationOptions) ToHeaders() *client.Headers + func (o ListZebraFotaDeploymentsOperationOptions) ToOData() *odata.Query + func (o ListZebraFotaDeploymentsOperationOptions) ToQuery() *client.QueryParams + type ListZebraFotaDeploymentsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ZebraFotaDeployment + OData *odata.OData + type UpdateZebraFotaDeploymentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateZebraFotaDeploymentOperationOptions() UpdateZebraFotaDeploymentOperationOptions + func (o UpdateZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers + func (o UpdateZebraFotaDeploymentOperationOptions) ToOData() *odata.Query + func (o UpdateZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams + type UpdateZebraFotaDeploymentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ZebraFotaDeploymentClient struct + Client *msgraph.Client + func NewZebraFotaDeploymentClientWithBaseURI(sdkApi sdkEnv.Api) (*ZebraFotaDeploymentClient, error) + func (c ZebraFotaDeploymentClient) CancelZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, ...) (result CancelZebraFotaDeploymentOperationResponse, err error) + func (c ZebraFotaDeploymentClient) CreateZebraFotaDeployment(ctx context.Context, input beta.ZebraFotaDeployment, ...) (result CreateZebraFotaDeploymentOperationResponse, err error) + func (c ZebraFotaDeploymentClient) DeleteZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, ...) (result DeleteZebraFotaDeploymentOperationResponse, err error) + func (c ZebraFotaDeploymentClient) GetZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, ...) (result GetZebraFotaDeploymentOperationResponse, err error) + func (c ZebraFotaDeploymentClient) GetZebraFotaDeploymentsCount(ctx context.Context, options GetZebraFotaDeploymentsCountOperationOptions) (result GetZebraFotaDeploymentsCountOperationResponse, err error) + func (c ZebraFotaDeploymentClient) ListZebraFotaDeployments(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions) (result ListZebraFotaDeploymentsOperationResponse, err error) + func (c ZebraFotaDeploymentClient) ListZebraFotaDeploymentsComplete(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions) (ListZebraFotaDeploymentsCompleteResult, error) + func (c ZebraFotaDeploymentClient) ListZebraFotaDeploymentsCompleteMatchingPredicate(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions, ...) (result ListZebraFotaDeploymentsCompleteResult, err error) + func (c ZebraFotaDeploymentClient) UpdateZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, ...) (result UpdateZebraFotaDeploymentOperationResponse, err error) + type ZebraFotaDeploymentOperationPredicate struct + func (p ZebraFotaDeploymentOperationPredicate) Matches(input beta.ZebraFotaDeployment) bool