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 ValidateDataBoxEdgeDeviceID(input interface{}, key string) (warnings []string, errors []error) + 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 SupportPackageRequestProperties struct + Include *string + MaximumTimeStamp *string + MinimumTimeStamp *string + func (o *SupportPackageRequestProperties) GetMaximumTimeStampAsTime() (*time.Time, error) + func (o *SupportPackageRequestProperties) GetMinimumTimeStampAsTime() (*time.Time, error) + func (o *SupportPackageRequestProperties) SetMaximumTimeStampAsTime(input time.Time) + func (o *SupportPackageRequestProperties) SetMinimumTimeStampAsTime(input time.Time) + type SupportPackagesClient struct + Client *resourcemanager.Client + func NewSupportPackagesClientWithBaseURI(sdkApi sdkEnv.Api) (*SupportPackagesClient, error) + func (c SupportPackagesClient) TriggerSupportPackage(ctx context.Context, id DataBoxEdgeDeviceId, ...) (result TriggerSupportPackageOperationResponse, err error) + func (c SupportPackagesClient) TriggerSupportPackageThenPoll(ctx context.Context, id DataBoxEdgeDeviceId, ...) error + type TriggerSupportPackageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type TriggerSupportPackageRequest struct + Id *string + Name *string + Properties SupportPackageRequestProperties + Type *string