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 PossibleValuesForProvisioningState() []string + func PossibleValuesForScheduleEnableStatus() []string + func PossibleValuesForScheduledFrequency() []string + func PossibleValuesForScheduledType() []string + func ValidatePoolID(input interface{}, key string) (warnings []string, errors []error) + func ValidateScheduleID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Schedule + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Schedule + OData *odata.OData + type ListByPoolCompleteResult struct + Items []Schedule + LatestHttpResponse *http.Response + type ListByPoolCustomPager struct + NextLink *odata.Link + func (p *ListByPoolCustomPager) NextPageLink() *odata.Link + type ListByPoolOperationResponse struct + HttpResponse *http.Response + Model *[]Schedule + OData *odata.OData + type PoolId struct + PoolName string + ProjectName string + ResourceGroupName string + SubscriptionId string + func NewPoolID(subscriptionId string, resourceGroupName string, projectName string, ...) PoolId + func ParsePoolID(input string) (*PoolId, error) + func ParsePoolIDInsensitively(input string) (*PoolId, error) + func (id *PoolId) FromParseResult(input resourceids.ParseResult) error + func (id PoolId) ID() string + func (id PoolId) Segments() []resourceids.Segment + func (id PoolId) String() string + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreated + const ProvisioningStateCreating + const ProvisioningStateDeleted + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMovingResources + const ProvisioningStateNotSpecified + const ProvisioningStateRolloutInProgress + const ProvisioningStateRunning + const ProvisioningStateStorageProvisioningFailed + const ProvisioningStateSucceeded + const ProvisioningStateTransientFailure + const ProvisioningStateUpdated + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Schedule struct + Id *string + Name *string + Properties *ScheduleProperties + SystemData *systemdata.SystemData + Type *string + type ScheduleEnableStatus string + const ScheduleEnableStatusDisabled + const ScheduleEnableStatusEnabled + func (s *ScheduleEnableStatus) UnmarshalJSON(bytes []byte) error + type ScheduleId struct + PoolName string + ProjectName string + ResourceGroupName string + ScheduleName string + SubscriptionId string + func NewScheduleID(subscriptionId string, resourceGroupName string, projectName string, ...) ScheduleId + func ParseScheduleID(input string) (*ScheduleId, error) + func ParseScheduleIDInsensitively(input string) (*ScheduleId, error) + func (id *ScheduleId) FromParseResult(input resourceids.ParseResult) error + func (id ScheduleId) ID() string + func (id ScheduleId) Segments() []resourceids.Segment + func (id ScheduleId) String() string + type ScheduleOperationPredicate struct + Id *string + Name *string + Type *string + func (p ScheduleOperationPredicate) Matches(input Schedule) bool + type ScheduleProperties struct + Frequency *ScheduledFrequency + ProvisioningState *ProvisioningState + State *ScheduleEnableStatus + Time *string + TimeZone *string + Type *ScheduledType + type ScheduleUpdate struct + Location *string + Properties *ScheduleUpdateProperties + Tags *map[string]string + type ScheduleUpdateProperties struct + Frequency *ScheduledFrequency + State *ScheduleEnableStatus + Time *string + TimeZone *string + Type *ScheduledType + type ScheduledFrequency string + const ScheduledFrequencyDaily + func (s *ScheduledFrequency) UnmarshalJSON(bytes []byte) error + type ScheduledType string + const ScheduledTypeStopDevBox + func (s *ScheduledType) UnmarshalJSON(bytes []byte) error + type SchedulesClient struct + Client *resourcemanager.Client + func NewSchedulesClientWithBaseURI(sdkApi sdkEnv.Api) (*SchedulesClient, error) + func (c SchedulesClient) CreateOrUpdate(ctx context.Context, id ScheduleId, input Schedule) (result CreateOrUpdateOperationResponse, err error) + func (c SchedulesClient) CreateOrUpdateThenPoll(ctx context.Context, id ScheduleId, input Schedule) error + func (c SchedulesClient) Delete(ctx context.Context, id ScheduleId) (result DeleteOperationResponse, err error) + func (c SchedulesClient) DeleteThenPoll(ctx context.Context, id ScheduleId) error + func (c SchedulesClient) Get(ctx context.Context, id ScheduleId) (result GetOperationResponse, err error) + func (c SchedulesClient) ListByPool(ctx context.Context, id PoolId) (result ListByPoolOperationResponse, err error) + func (c SchedulesClient) ListByPoolComplete(ctx context.Context, id PoolId) (ListByPoolCompleteResult, error) + func (c SchedulesClient) ListByPoolCompleteMatchingPredicate(ctx context.Context, id PoolId, predicate ScheduleOperationPredicate) (result ListByPoolCompleteResult, err error) + func (c SchedulesClient) Update(ctx context.Context, id ScheduleId, input ScheduleUpdate) (result UpdateOperationResponse, err error) + func (c SchedulesClient) UpdateThenPoll(ctx context.Context, id ScheduleId, input ScheduleUpdate) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Schedule + OData *odata.OData + Poller pollers.Poller