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 PossibleValuesForAutomationAccountState() []string + func PossibleValuesForSkuNameEnum() []string + func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error) + type AutomationAccount struct + Etag *string + Id *string + Location *string + Name *string + Properties *AutomationAccountProperties + Tags *map[string]string + Type *string + type AutomationAccountClient struct + Client *resourcemanager.Client + func NewAutomationAccountClientWithBaseURI(sdkApi sdkEnv.Api) (*AutomationAccountClient, error) + func (c AutomationAccountClient) CreateOrUpdate(ctx context.Context, id AutomationAccountId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c AutomationAccountClient) Delete(ctx context.Context, id AutomationAccountId) (result DeleteOperationResponse, err error) + func (c AutomationAccountClient) Get(ctx context.Context, id AutomationAccountId) (result GetOperationResponse, err error) + func (c AutomationAccountClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c AutomationAccountClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c AutomationAccountClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c AutomationAccountClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c AutomationAccountClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c AutomationAccountClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c AutomationAccountClient) Update(ctx context.Context, id AutomationAccountId, ...) (result UpdateOperationResponse, err error) + type AutomationAccountCreateOrUpdateParameters struct + Location *string + Name *string + Properties *AutomationAccountCreateOrUpdateProperties + Tags *map[string]string + type AutomationAccountCreateOrUpdateProperties struct + Sku *Sku + type AutomationAccountId struct + AutomationAccountName string + ResourceGroupName string + SubscriptionId string + func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId + func ParseAutomationAccountID(input string) (*AutomationAccountId, error) + func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error) + func (id *AutomationAccountId) FromParseResult(input resourceids.ParseResult) error + func (id AutomationAccountId) ID() string + func (id AutomationAccountId) Segments() []resourceids.Segment + func (id AutomationAccountId) String() string + type AutomationAccountOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p AutomationAccountOperationPredicate) Matches(input AutomationAccount) bool + type AutomationAccountProperties struct + CreationTime *string + Description *string + LastModifiedBy *string + LastModifiedTime *string + Sku *Sku + State *AutomationAccountState + func (o *AutomationAccountProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *AutomationAccountProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *AutomationAccountProperties) SetCreationTimeAsTime(input time.Time) + func (o *AutomationAccountProperties) SetLastModifiedTimeAsTime(input time.Time) + type AutomationAccountState string + const AutomationAccountStateOk + const AutomationAccountStateSuspended + const AutomationAccountStateUnavailable + func (s *AutomationAccountState) UnmarshalJSON(bytes []byte) error + type AutomationAccountUpdateParameters struct + Location *string + Name *string + Properties *AutomationAccountUpdateProperties + Tags *map[string]string + type AutomationAccountUpdateProperties struct + Sku *Sku + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AutomationAccount + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *AutomationAccount + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []AutomationAccount + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]AutomationAccount + OData *odata.OData + type ListCompleteResult struct + Items []AutomationAccount + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]AutomationAccount + OData *odata.OData + type Sku struct + Capacity *int64 + Family *string + Name SkuNameEnum + type SkuNameEnum string + const SkuNameEnumBasic + const SkuNameEnumFree + func (s *SkuNameEnum) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *AutomationAccount + OData *odata.OData