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 PossibleValuesForEnableStatus() []string + func ValidateServiceFabricID(input interface{}, key string) (warnings []string, errors []error) + func ValidateUserID(input interface{}, key string) (warnings []string, errors []error) + type ApplicableSchedule struct + Id *string + Location *string + Name *string + Properties ApplicableScheduleProperties + Tags *map[string]string + Type *string + type ApplicableScheduleProperties struct + LabVMsShutdown *Schedule + LabVMsStartup *Schedule + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ServiceFabric + OData *odata.OData + Poller pollers.Poller + type DayDetails struct + Time *string + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EnableStatus string + const EnableStatusDisabled + const EnableStatusEnabled + func (s *EnableStatus) UnmarshalJSON(bytes []byte) error + type GetOperationOptions struct + Expand *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *ServiceFabric + OData *odata.OData + type HourDetails struct + Minute *int64 + type ListApplicableSchedulesOperationResponse struct + HttpResponse *http.Response + Model *ApplicableSchedule + OData *odata.OData + type ListCompleteResult struct + Items []ServiceFabric + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Expand *string + Filter *string + Orderby *string + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ServiceFabric + OData *odata.OData + type NotificationSettings struct + EmailRecipient *string + NotificationLocale *string + Status *EnableStatus + TimeInMinutes *int64 + WebhookURL *string + type Schedule struct + Id *string + Location *string + Name *string + Properties ScheduleProperties + Tags *map[string]string + Type *string + type ScheduleProperties struct + CreatedDate *string + DailyRecurrence *DayDetails + HourlyRecurrence *HourDetails + NotificationSettings *NotificationSettings + ProvisioningState *string + Status *EnableStatus + TargetResourceId *string + TaskType *string + TimeZoneId *string + UniqueIdentifier *string + WeeklyRecurrence *WeekDetails + func (o *ScheduleProperties) GetCreatedDateAsTime() (*time.Time, error) + func (o *ScheduleProperties) SetCreatedDateAsTime(input time.Time) + type ServiceFabric struct + Id *string + Location *string + Name *string + Properties ServiceFabricProperties + Tags *map[string]string + Type *string + type ServiceFabricId struct + LabName string + ResourceGroupName string + ServiceFabricName string + SubscriptionId string + UserName string + func NewServiceFabricID(subscriptionId string, resourceGroupName string, labName string, ...) ServiceFabricId + func ParseServiceFabricID(input string) (*ServiceFabricId, error) + func ParseServiceFabricIDInsensitively(input string) (*ServiceFabricId, error) + func (id *ServiceFabricId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceFabricId) ID() string + func (id ServiceFabricId) Segments() []resourceids.Segment + func (id ServiceFabricId) String() string + type ServiceFabricOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ServiceFabricOperationPredicate) Matches(input ServiceFabric) bool + type ServiceFabricProperties struct + ApplicableSchedule *ApplicableSchedule + EnvironmentId *string + ExternalServiceFabricId *string + ProvisioningState *string + UniqueIdentifier *string + type ServiceFabricsClient struct + Client *resourcemanager.Client + func NewServiceFabricsClientWithBaseURI(sdkApi sdkEnv.Api) (*ServiceFabricsClient, error) + func (c ServiceFabricsClient) CreateOrUpdate(ctx context.Context, id ServiceFabricId, input ServiceFabric) (result CreateOrUpdateOperationResponse, err error) + func (c ServiceFabricsClient) CreateOrUpdateThenPoll(ctx context.Context, id ServiceFabricId, input ServiceFabric) error + func (c ServiceFabricsClient) Delete(ctx context.Context, id ServiceFabricId) (result DeleteOperationResponse, err error) + func (c ServiceFabricsClient) DeleteThenPoll(ctx context.Context, id ServiceFabricId) error + func (c ServiceFabricsClient) Get(ctx context.Context, id ServiceFabricId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c ServiceFabricsClient) List(ctx context.Context, id UserId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ServiceFabricsClient) ListApplicableSchedules(ctx context.Context, id ServiceFabricId) (result ListApplicableSchedulesOperationResponse, err error) + func (c ServiceFabricsClient) ListComplete(ctx context.Context, id UserId, options ListOperationOptions) (ListCompleteResult, error) + func (c ServiceFabricsClient) ListCompleteMatchingPredicate(ctx context.Context, id UserId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ServiceFabricsClient) Start(ctx context.Context, id ServiceFabricId) (result StartOperationResponse, err error) + func (c ServiceFabricsClient) StartThenPoll(ctx context.Context, id ServiceFabricId) error + func (c ServiceFabricsClient) Stop(ctx context.Context, id ServiceFabricId) (result StopOperationResponse, err error) + func (c ServiceFabricsClient) StopThenPoll(ctx context.Context, id ServiceFabricId) error + func (c ServiceFabricsClient) Update(ctx context.Context, id ServiceFabricId, input UpdateResource) (result UpdateOperationResponse, err error) + type StartOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type StopOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ServiceFabric + OData *odata.OData + type UpdateResource struct + Tags *map[string]string + type UserId struct + LabName string + ResourceGroupName string + SubscriptionId string + UserName string + func NewUserID(subscriptionId string, resourceGroupName string, labName string, ...) UserId + func ParseUserID(input string) (*UserId, error) + func ParseUserIDInsensitively(input string) (*UserId, error) + func (id *UserId) FromParseResult(input resourceids.ParseResult) error + func (id UserId) ID() string + func (id UserId) Segments() []resourceids.Segment + func (id UserId) String() string + type WeekDetails struct + Time *string + Weekdays *[]string