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 + func PossibleValuesForOrderState() []string + func PossibleValuesForShipmentType() []string + func ValidateDataBoxEdgeDeviceID(input interface{}, key string) (warnings []string, errors []error) + type Address struct + AddressLine1 *string + AddressLine2 *string + AddressLine3 *string + City *string + Country string + PostalCode *string + State *string + type ContactDetails struct + CompanyName string + ContactPerson string + EmailList []string + Phone string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Order + OData *odata.OData + Poller pollers.Poller + type DCAccessCode struct + Properties *DCAccessCodeProperties + type DCAccessCodeProperties struct + AuthCode *string + type DataBoxEdgeDeviceId struct + DataBoxEdgeDeviceName string + ResourceGroupName string + SubscriptionId string + func NewDataBoxEdgeDeviceID(subscriptionId string, resourceGroupName string, dataBoxEdgeDeviceName string) DataBoxEdgeDeviceId + func ParseDataBoxEdgeDeviceID(input string) (*DataBoxEdgeDeviceId, error) + func ParseDataBoxEdgeDeviceIDInsensitively(input string) (*DataBoxEdgeDeviceId, error) + func (id *DataBoxEdgeDeviceId) FromParseResult(input resourceids.ParseResult) error + func (id DataBoxEdgeDeviceId) ID() string + func (id DataBoxEdgeDeviceId) Segments() []resourceids.Segment + func (id DataBoxEdgeDeviceId) String() string + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Order + OData *odata.OData + type ListByDataBoxEdgeDeviceCompleteResult struct + Items []Order + LatestHttpResponse *http.Response + type ListByDataBoxEdgeDeviceCustomPager struct + NextLink *odata.Link + func (p *ListByDataBoxEdgeDeviceCustomPager) NextPageLink() *odata.Link + type ListByDataBoxEdgeDeviceOperationResponse struct + HttpResponse *http.Response + Model *[]Order + OData *odata.OData + type ListDCAccessCodeOperationResponse struct + HttpResponse *http.Response + Model *DCAccessCode + OData *odata.OData + type Order struct + Id *string + Kind *string + Name *string + Properties *OrderProperties + SystemData *systemdata.SystemData + Type *string + type OrderOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p OrderOperationPredicate) Matches(input Order) bool + type OrderProperties struct + ContactInformation ContactDetails + CurrentStatus *OrderStatus + DeliveryTrackingInfo *[]TrackingInfo + OrderHistory *[]OrderStatus + OrderId *string + ReturnTrackingInfo *[]TrackingInfo + SerialNumber *string + ShipmentType *ShipmentType + ShippingAddress *Address + type OrderState string + const OrderStateArriving + const OrderStateAwaitingDrop + const OrderStateAwaitingFulfillment + const OrderStateAwaitingPickup + const OrderStateAwaitingPreparation + const OrderStateAwaitingReturnShipment + const OrderStateAwaitingShipment + const OrderStateCollectedAtMicrosoft + const OrderStateDeclined + const OrderStateDelivered + const OrderStateLostDevice + const OrderStatePickupCompleted + const OrderStateReplacementRequested + const OrderStateReturnInitiated + const OrderStateShipped + const OrderStateShippedBack + const OrderStateUntracked + func (s *OrderState) UnmarshalJSON(bytes []byte) error + type OrderStatus struct + AdditionalOrderDetails *map[string]string + Comments *string + Status OrderState + TrackingInformation *TrackingInfo + UpdateDateTime *string + func (o *OrderStatus) GetUpdateDateTimeAsTime() (*time.Time, error) + func (o *OrderStatus) SetUpdateDateTimeAsTime(input time.Time) + type OrdersClient struct + Client *resourcemanager.Client + func NewOrdersClientWithBaseURI(sdkApi sdkEnv.Api) (*OrdersClient, error) + func (c OrdersClient) CreateOrUpdate(ctx context.Context, id DataBoxEdgeDeviceId, input Order) (result CreateOrUpdateOperationResponse, err error) + func (c OrdersClient) CreateOrUpdateThenPoll(ctx context.Context, id DataBoxEdgeDeviceId, input Order) error + func (c OrdersClient) Delete(ctx context.Context, id DataBoxEdgeDeviceId) (result DeleteOperationResponse, err error) + func (c OrdersClient) DeleteThenPoll(ctx context.Context, id DataBoxEdgeDeviceId) error + func (c OrdersClient) Get(ctx context.Context, id DataBoxEdgeDeviceId) (result GetOperationResponse, err error) + func (c OrdersClient) ListByDataBoxEdgeDevice(ctx context.Context, id DataBoxEdgeDeviceId) (result ListByDataBoxEdgeDeviceOperationResponse, err error) + func (c OrdersClient) ListByDataBoxEdgeDeviceComplete(ctx context.Context, id DataBoxEdgeDeviceId) (ListByDataBoxEdgeDeviceCompleteResult, error) + func (c OrdersClient) ListByDataBoxEdgeDeviceCompleteMatchingPredicate(ctx context.Context, id DataBoxEdgeDeviceId, predicate OrderOperationPredicate) (result ListByDataBoxEdgeDeviceCompleteResult, err error) + func (c OrdersClient) ListDCAccessCode(ctx context.Context, id DataBoxEdgeDeviceId) (result ListDCAccessCodeOperationResponse, err error) + type ShipmentType string + const ShipmentTypeNotApplicable + const ShipmentTypeSelfPickup + const ShipmentTypeShippedToCustomer + func (s *ShipmentType) UnmarshalJSON(bytes []byte) error + type TrackingInfo struct + CarrierName *string + SerialNumber *string + TrackingId *string + TrackingURL *string