Documentation ¶
Index ¶
- type CancelZebraFotaDeploymentOperationOptions
- type CancelZebraFotaDeploymentOperationResponse
- type CancelZebraFotaDeploymentResult
- type CreateZebraFotaDeploymentOperationOptions
- type CreateZebraFotaDeploymentOperationResponse
- type DeleteZebraFotaDeploymentOperationOptions
- type DeleteZebraFotaDeploymentOperationResponse
- type GetZebraFotaDeploymentOperationOptions
- type GetZebraFotaDeploymentOperationResponse
- type GetZebraFotaDeploymentsCountOperationOptions
- type GetZebraFotaDeploymentsCountOperationResponse
- type ListZebraFotaDeploymentsCompleteResult
- type ListZebraFotaDeploymentsCustomPager
- type ListZebraFotaDeploymentsOperationOptions
- type ListZebraFotaDeploymentsOperationResponse
- type UpdateZebraFotaDeploymentOperationOptions
- type UpdateZebraFotaDeploymentOperationResponse
- type ZebraFotaDeploymentClient
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelZebraFotaDeploymentOperationOptions ¶
type CancelZebraFotaDeploymentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCancelZebraFotaDeploymentOperationOptions ¶
func DefaultCancelZebraFotaDeploymentOperationOptions() CancelZebraFotaDeploymentOperationOptions
func (CancelZebraFotaDeploymentOperationOptions) ToHeaders ¶
func (o CancelZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers
func (CancelZebraFotaDeploymentOperationOptions) ToOData ¶
func (o CancelZebraFotaDeploymentOperationOptions) ToOData() *odata.Query
func (CancelZebraFotaDeploymentOperationOptions) ToQuery ¶
func (o CancelZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams
type CancelZebraFotaDeploymentOperationResponse ¶
type CancelZebraFotaDeploymentOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *CancelZebraFotaDeploymentResult }
type CancelZebraFotaDeploymentResult ¶
type CancelZebraFotaDeploymentResult struct {
Value *bool `json:"value,omitempty"`
}
type CreateZebraFotaDeploymentOperationOptions ¶
type CreateZebraFotaDeploymentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateZebraFotaDeploymentOperationOptions ¶
func DefaultCreateZebraFotaDeploymentOperationOptions() CreateZebraFotaDeploymentOperationOptions
func (CreateZebraFotaDeploymentOperationOptions) ToHeaders ¶
func (o CreateZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers
func (CreateZebraFotaDeploymentOperationOptions) ToOData ¶
func (o CreateZebraFotaDeploymentOperationOptions) ToOData() *odata.Query
func (CreateZebraFotaDeploymentOperationOptions) ToQuery ¶
func (o CreateZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams
type DeleteZebraFotaDeploymentOperationOptions ¶
type DeleteZebraFotaDeploymentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteZebraFotaDeploymentOperationOptions ¶
func DefaultDeleteZebraFotaDeploymentOperationOptions() DeleteZebraFotaDeploymentOperationOptions
func (DeleteZebraFotaDeploymentOperationOptions) ToHeaders ¶
func (o DeleteZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers
func (DeleteZebraFotaDeploymentOperationOptions) ToOData ¶
func (o DeleteZebraFotaDeploymentOperationOptions) ToOData() *odata.Query
func (DeleteZebraFotaDeploymentOperationOptions) ToQuery ¶
func (o DeleteZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams
type GetZebraFotaDeploymentOperationOptions ¶
type GetZebraFotaDeploymentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetZebraFotaDeploymentOperationOptions ¶
func DefaultGetZebraFotaDeploymentOperationOptions() GetZebraFotaDeploymentOperationOptions
func (GetZebraFotaDeploymentOperationOptions) ToHeaders ¶
func (o GetZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers
func (GetZebraFotaDeploymentOperationOptions) ToOData ¶
func (o GetZebraFotaDeploymentOperationOptions) ToOData() *odata.Query
func (GetZebraFotaDeploymentOperationOptions) ToQuery ¶
func (o GetZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams
type GetZebraFotaDeploymentsCountOperationOptions ¶
type GetZebraFotaDeploymentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetZebraFotaDeploymentsCountOperationOptions ¶
func DefaultGetZebraFotaDeploymentsCountOperationOptions() GetZebraFotaDeploymentsCountOperationOptions
func (GetZebraFotaDeploymentsCountOperationOptions) ToHeaders ¶
func (o GetZebraFotaDeploymentsCountOperationOptions) ToHeaders() *client.Headers
func (GetZebraFotaDeploymentsCountOperationOptions) ToOData ¶
func (o GetZebraFotaDeploymentsCountOperationOptions) ToOData() *odata.Query
func (GetZebraFotaDeploymentsCountOperationOptions) ToQuery ¶
func (o GetZebraFotaDeploymentsCountOperationOptions) ToQuery() *client.QueryParams
type ListZebraFotaDeploymentsCompleteResult ¶
type ListZebraFotaDeploymentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ZebraFotaDeployment }
type ListZebraFotaDeploymentsCustomPager ¶
func (*ListZebraFotaDeploymentsCustomPager) NextPageLink ¶
func (p *ListZebraFotaDeploymentsCustomPager) NextPageLink() *odata.Link
type ListZebraFotaDeploymentsOperationOptions ¶
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 ¶
func DefaultListZebraFotaDeploymentsOperationOptions() ListZebraFotaDeploymentsOperationOptions
func (ListZebraFotaDeploymentsOperationOptions) ToHeaders ¶
func (o ListZebraFotaDeploymentsOperationOptions) ToHeaders() *client.Headers
func (ListZebraFotaDeploymentsOperationOptions) ToOData ¶
func (o ListZebraFotaDeploymentsOperationOptions) ToOData() *odata.Query
func (ListZebraFotaDeploymentsOperationOptions) ToQuery ¶
func (o ListZebraFotaDeploymentsOperationOptions) ToQuery() *client.QueryParams
type UpdateZebraFotaDeploymentOperationOptions ¶
type UpdateZebraFotaDeploymentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateZebraFotaDeploymentOperationOptions ¶
func DefaultUpdateZebraFotaDeploymentOperationOptions() UpdateZebraFotaDeploymentOperationOptions
func (UpdateZebraFotaDeploymentOperationOptions) ToHeaders ¶
func (o UpdateZebraFotaDeploymentOperationOptions) ToHeaders() *client.Headers
func (UpdateZebraFotaDeploymentOperationOptions) ToOData ¶
func (o UpdateZebraFotaDeploymentOperationOptions) ToOData() *odata.Query
func (UpdateZebraFotaDeploymentOperationOptions) ToQuery ¶
func (o UpdateZebraFotaDeploymentOperationOptions) ToQuery() *client.QueryParams
type ZebraFotaDeploymentClient ¶
func NewZebraFotaDeploymentClientWithBaseURI ¶
func NewZebraFotaDeploymentClientWithBaseURI(sdkApi sdkEnv.Api) (*ZebraFotaDeploymentClient, error)
func (ZebraFotaDeploymentClient) CancelZebraFotaDeployment ¶
func (c ZebraFotaDeploymentClient) CancelZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, options CancelZebraFotaDeploymentOperationOptions) (result CancelZebraFotaDeploymentOperationResponse, err error)
CancelZebraFotaDeployment - Invoke action cancel
func (ZebraFotaDeploymentClient) CreateZebraFotaDeployment ¶
func (c ZebraFotaDeploymentClient) CreateZebraFotaDeployment(ctx context.Context, input beta.ZebraFotaDeployment, options CreateZebraFotaDeploymentOperationOptions) (result CreateZebraFotaDeploymentOperationResponse, err error)
CreateZebraFotaDeployment - Create new navigation property to zebraFotaDeployments for deviceManagement
func (ZebraFotaDeploymentClient) DeleteZebraFotaDeployment ¶
func (c ZebraFotaDeploymentClient) DeleteZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, options DeleteZebraFotaDeploymentOperationOptions) (result DeleteZebraFotaDeploymentOperationResponse, err error)
DeleteZebraFotaDeployment - Delete navigation property zebraFotaDeployments for deviceManagement
func (ZebraFotaDeploymentClient) GetZebraFotaDeployment ¶
func (c ZebraFotaDeploymentClient) GetZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, options GetZebraFotaDeploymentOperationOptions) (result GetZebraFotaDeploymentOperationResponse, err error)
GetZebraFotaDeployment - Get zebraFotaDeployments from deviceManagement. Collection of ZebraFotaDeployments associated with account.
func (ZebraFotaDeploymentClient) GetZebraFotaDeploymentsCount ¶
func (c ZebraFotaDeploymentClient) GetZebraFotaDeploymentsCount(ctx context.Context, options GetZebraFotaDeploymentsCountOperationOptions) (result GetZebraFotaDeploymentsCountOperationResponse, err error)
GetZebraFotaDeploymentsCount - Get the number of the resource
func (ZebraFotaDeploymentClient) ListZebraFotaDeployments ¶
func (c ZebraFotaDeploymentClient) ListZebraFotaDeployments(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions) (result ListZebraFotaDeploymentsOperationResponse, err error)
ListZebraFotaDeployments - Get zebraFotaDeployments from deviceManagement. Collection of ZebraFotaDeployments associated with account.
func (ZebraFotaDeploymentClient) ListZebraFotaDeploymentsComplete ¶
func (c ZebraFotaDeploymentClient) ListZebraFotaDeploymentsComplete(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions) (ListZebraFotaDeploymentsCompleteResult, error)
ListZebraFotaDeploymentsComplete retrieves all the results into a single object
func (ZebraFotaDeploymentClient) ListZebraFotaDeploymentsCompleteMatchingPredicate ¶
func (c ZebraFotaDeploymentClient) ListZebraFotaDeploymentsCompleteMatchingPredicate(ctx context.Context, options ListZebraFotaDeploymentsOperationOptions, predicate ZebraFotaDeploymentOperationPredicate) (result ListZebraFotaDeploymentsCompleteResult, err error)
ListZebraFotaDeploymentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ZebraFotaDeploymentClient) UpdateZebraFotaDeployment ¶
func (c ZebraFotaDeploymentClient) UpdateZebraFotaDeployment(ctx context.Context, id beta.DeviceManagementZebraFotaDeploymentId, input beta.ZebraFotaDeployment, options UpdateZebraFotaDeploymentOperationOptions) (result UpdateZebraFotaDeploymentOperationResponse, err error)
UpdateZebraFotaDeployment - Update the navigation property zebraFotaDeployments in deviceManagement
type ZebraFotaDeploymentOperationPredicate ¶
type ZebraFotaDeploymentOperationPredicate struct { }
func (ZebraFotaDeploymentOperationPredicate) Matches ¶
func (p ZebraFotaDeploymentOperationPredicate) Matches(input beta.ZebraFotaDeployment) bool
Source Files ¶
- client.go
- method_cancelzebrafotadeployment.go
- method_createzebrafotadeployment.go
- method_deletezebrafotadeployment.go
- method_getzebrafotadeployment.go
- method_getzebrafotadeploymentscount.go
- method_listzebrafotadeployments.go
- method_updatezebrafotadeployment.go
- model_cancelzebrafotadeploymentresult.go
- predicates.go
- version.go