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 ValidateConnectionID(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 Connection struct + Id *string + Name *string + Properties *ConnectionProperties + Type *string + type ConnectionClient struct + Client *resourcemanager.Client + func NewConnectionClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectionClient, error) + func (c ConnectionClient) CreateOrUpdate(ctx context.Context, id ConnectionId, input ConnectionCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error) + func (c ConnectionClient) Delete(ctx context.Context, id ConnectionId) (result DeleteOperationResponse, err error) + func (c ConnectionClient) Get(ctx context.Context, id ConnectionId) (result GetOperationResponse, err error) + func (c ConnectionClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (result ListByAutomationAccountOperationResponse, err error) + func (c ConnectionClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error) + func (c ConnectionClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (result ListByAutomationAccountCompleteResult, err error) + func (c ConnectionClient) Update(ctx context.Context, id ConnectionId, input ConnectionUpdateParameters) (result UpdateOperationResponse, err error) + type ConnectionCreateOrUpdateParameters struct + Name string + Properties ConnectionCreateOrUpdateProperties + type ConnectionCreateOrUpdateProperties struct + ConnectionType ConnectionTypeAssociationProperty + Description *string + FieldDefinitionValues *map[string]string + type ConnectionId struct + AutomationAccountName string + ConnectionName string + ResourceGroupName string + SubscriptionId string + func NewConnectionID(subscriptionId string, resourceGroupName string, automationAccountName string, ...) ConnectionId + func ParseConnectionID(input string) (*ConnectionId, error) + func ParseConnectionIDInsensitively(input string) (*ConnectionId, error) + func (id *ConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id ConnectionId) ID() string + func (id ConnectionId) Segments() []resourceids.Segment + func (id ConnectionId) String() string + type ConnectionOperationPredicate struct + Id *string + Name *string + Type *string + func (p ConnectionOperationPredicate) Matches(input Connection) bool + type ConnectionProperties struct + ConnectionType *ConnectionTypeAssociationProperty + CreationTime *string + Description *string + FieldDefinitionValues *map[string]string + LastModifiedTime *string + func (o *ConnectionProperties) GetCreationTimeAsTime() (*time.Time, error) + func (o *ConnectionProperties) GetLastModifiedTimeAsTime() (*time.Time, error) + func (o *ConnectionProperties) SetCreationTimeAsTime(input time.Time) + func (o *ConnectionProperties) SetLastModifiedTimeAsTime(input time.Time) + type ConnectionTypeAssociationProperty struct + Name *string + type ConnectionUpdateParameters struct + Name *string + Properties *ConnectionUpdateProperties + type ConnectionUpdateProperties struct + Description *string + FieldDefinitionValues *map[string]string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Connection + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *Connection + OData *odata.OData + type ListByAutomationAccountCompleteResult struct + Items []Connection + LatestHttpResponse *http.Response + type ListByAutomationAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAutomationAccountCustomPager) NextPageLink() *odata.Link + type ListByAutomationAccountOperationResponse struct + HttpResponse *http.Response + Model *[]Connection + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Connection + OData *odata.OData