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 ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVariableID(input interface{}, key string) (warnings []string, errors []error) + 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 CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Variable + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *Variable + OData *odata.OData + type ListByAutomationAccountCompleteResult struct + Items []Variable + LatestHttpResponse *http.Response + type ListByAutomationAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAutomationAccountCustomPager) NextPageLink() *odata.Link + type ListByAutomationAccountOperationResponse struct + HttpResponse *http.Response + Model *[]Variable + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Variable + OData *odata.OData + type Variable struct + Id *string + Name *string + Properties *VariableProperties + Type *string + type VariableClient struct + Client *resourcemanager.Client + func NewVariableClientWithBaseURI(sdkApi sdkEnv.Api) (*VariableClient, error) + func (c VariableClient) CreateOrUpdate(ctx context.Context, id VariableId, input VariableCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error) + func (c VariableClient) Delete(ctx context.Context, id VariableId) (result DeleteOperationResponse, err error) + func (c VariableClient) Get(ctx context.Context, id VariableId) (result GetOperationResponse, err error) + func (c VariableClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (result ListByAutomationAccountOperationResponse, err error) + func (c VariableClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error) + func (c VariableClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error) + func (c VariableClient) Update(ctx context.Context, id VariableId, input VariableUpdateParameters) (result UpdateOperationResponse, err error) + type VariableCreateOrUpdateParameters struct + Name string + Properties VariableCreateOrUpdateProperties + type VariableCreateOrUpdateProperties struct + Description *string + IsEncrypted *bool + Value *string + type VariableId struct + AutomationAccountName string + ResourceGroupName string + SubscriptionId string + VariableName string + func NewVariableID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) VariableId + func ParseVariableID(input string) (*VariableId, error) + func ParseVariableIDInsensitively(input string) (*VariableId, error) + func (id *VariableId) FromParseResult(input resourceids.ParseResult) error + func (id VariableId) ID() string + func (id VariableId) Segments() []resourceids.Segment + func (id VariableId) String() string + type VariableOperationPredicate struct + Id *string + Name *string + Type *string + func (p VariableOperationPredicate) Matches(input Variable) bool + type VariableProperties struct + CreationTime *string + Description *string + IsEncrypted *bool + LastModifiedTime *string + Value *string + func (o *VariableProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *VariableProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *VariableProperties) SetCreationTimeAsTime(input time.Time) + func (o *VariableProperties) SetLastModifiedTimeAsTime(input time.Time) + type VariableUpdateParameters struct + Name *string + Properties *VariableUpdateProperties + type VariableUpdateProperties struct + Description *string + Value *string