Documentation ¶
Index ¶
- func ValidateAutomationAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateConnectionTypeID(input interface{}, key string) (warnings []string, errors []error)
- type AutomationAccountId
- type ConnectionType
- type ConnectionTypeClient
- func (c ConnectionTypeClient) CreateOrUpdate(ctx context.Context, id ConnectionTypeId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ConnectionTypeClient) Delete(ctx context.Context, id ConnectionTypeId) (result DeleteOperationResponse, err error)
- func (c ConnectionTypeClient) Get(ctx context.Context, id ConnectionTypeId) (result GetOperationResponse, err error)
- func (c ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (resp ListByAutomationAccountOperationResponse, err error)
- func (c ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error)
- func (c ConnectionTypeClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, ...) (resp ListByAutomationAccountCompleteResult, err error)
- type ConnectionTypeCreateOrUpdateParameters
- type ConnectionTypeCreateOrUpdateProperties
- type ConnectionTypeId
- type ConnectionTypeOperationPredicate
- type ConnectionTypeProperties
- func (o *ConnectionTypeProperties) GetCreationTimeAsTime() (*time.Time, error)
- func (o *ConnectionTypeProperties) GetLastModifiedTimeAsTime() (*time.Time, error)
- func (o *ConnectionTypeProperties) SetCreationTimeAsTime(input time.Time)
- func (o *ConnectionTypeProperties) SetLastModifiedTimeAsTime(input time.Time)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type FieldDefinition
- type GetOperationResponse
- type ListByAutomationAccountCompleteResult
- type ListByAutomationAccountOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateAutomationAccountID ¶
ValidateAutomationAccountID checks that 'input' can be parsed as a Automation Account ID
func ValidateConnectionTypeID ¶
ValidateConnectionTypeID checks that 'input' can be parsed as a Connection Type ID
Types ¶
type AutomationAccountId ¶
type AutomationAccountId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string }
AutomationAccountId is a struct representing the Resource ID for a Automation Account
func NewAutomationAccountID ¶
func NewAutomationAccountID(subscriptionId string, resourceGroupName string, automationAccountName string) AutomationAccountId
NewAutomationAccountID returns a new AutomationAccountId struct
func ParseAutomationAccountID ¶
func ParseAutomationAccountID(input string) (*AutomationAccountId, error)
ParseAutomationAccountID parses 'input' into a AutomationAccountId
func ParseAutomationAccountIDInsensitively ¶
func ParseAutomationAccountIDInsensitively(input string) (*AutomationAccountId, error)
ParseAutomationAccountIDInsensitively parses 'input' case-insensitively into a AutomationAccountId note: this method should only be used for API response data and not user input
func (AutomationAccountId) ID ¶
func (id AutomationAccountId) ID() string
ID returns the formatted Automation Account ID
func (AutomationAccountId) Segments ¶
func (id AutomationAccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Automation Account ID
func (AutomationAccountId) String ¶
func (id AutomationAccountId) String() string
String returns a human-readable description of this Automation Account ID
type ConnectionType ¶
type ConnectionType struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ConnectionTypeProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ConnectionTypeClient ¶
type ConnectionTypeClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewConnectionTypeClientWithBaseURI ¶
func NewConnectionTypeClientWithBaseURI(endpoint string) ConnectionTypeClient
func (ConnectionTypeClient) CreateOrUpdate ¶
func (c ConnectionTypeClient) CreateOrUpdate(ctx context.Context, id ConnectionTypeId, input ConnectionTypeCreateOrUpdateParameters) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ConnectionTypeClient) Delete ¶
func (c ConnectionTypeClient) Delete(ctx context.Context, id ConnectionTypeId) (result DeleteOperationResponse, err error)
Delete ...
func (ConnectionTypeClient) Get ¶
func (c ConnectionTypeClient) Get(ctx context.Context, id ConnectionTypeId) (result GetOperationResponse, err error)
Get ...
func (ConnectionTypeClient) ListByAutomationAccount ¶
func (c ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, id AutomationAccountId) (resp ListByAutomationAccountOperationResponse, err error)
ListByAutomationAccount ...
func (ConnectionTypeClient) ListByAutomationAccountComplete ¶
func (c ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, id AutomationAccountId) (ListByAutomationAccountCompleteResult, error)
ListByAutomationAccountComplete retrieves all of the results into a single object
func (ConnectionTypeClient) ListByAutomationAccountCompleteMatchingPredicate ¶
func (c ConnectionTypeClient) ListByAutomationAccountCompleteMatchingPredicate(ctx context.Context, id AutomationAccountId, predicate ConnectionTypeOperationPredicate) (resp ListByAutomationAccountCompleteResult, err error)
ListByAutomationAccountCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ConnectionTypeCreateOrUpdateParameters ¶
type ConnectionTypeCreateOrUpdateParameters struct { Name string `json:"name"` Properties ConnectionTypeCreateOrUpdateProperties `json:"properties"` }
type ConnectionTypeCreateOrUpdateProperties ¶
type ConnectionTypeCreateOrUpdateProperties struct { FieldDefinitions map[string]FieldDefinition `json:"fieldDefinitions"` IsGlobal *bool `json:"isGlobal,omitempty"` }
type ConnectionTypeId ¶
type ConnectionTypeId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string ConnectionTypeName string }
ConnectionTypeId is a struct representing the Resource ID for a Connection Type
func NewConnectionTypeID ¶
func NewConnectionTypeID(subscriptionId string, resourceGroupName string, automationAccountName string, connectionTypeName string) ConnectionTypeId
NewConnectionTypeID returns a new ConnectionTypeId struct
func ParseConnectionTypeID ¶
func ParseConnectionTypeID(input string) (*ConnectionTypeId, error)
ParseConnectionTypeID parses 'input' into a ConnectionTypeId
func ParseConnectionTypeIDInsensitively ¶
func ParseConnectionTypeIDInsensitively(input string) (*ConnectionTypeId, error)
ParseConnectionTypeIDInsensitively parses 'input' case-insensitively into a ConnectionTypeId note: this method should only be used for API response data and not user input
func (ConnectionTypeId) ID ¶
func (id ConnectionTypeId) ID() string
ID returns the formatted Connection Type ID
func (ConnectionTypeId) Segments ¶
func (id ConnectionTypeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Connection Type ID
func (ConnectionTypeId) String ¶
func (id ConnectionTypeId) String() string
String returns a human-readable description of this Connection Type ID
type ConnectionTypeOperationPredicate ¶
func (ConnectionTypeOperationPredicate) Matches ¶
func (p ConnectionTypeOperationPredicate) Matches(input ConnectionType) bool
type ConnectionTypeProperties ¶
type ConnectionTypeProperties struct { CreationTime *string `json:"creationTime,omitempty"` Description *string `json:"description,omitempty"` FieldDefinitions *map[string]FieldDefinition `json:"fieldDefinitions,omitempty"` IsGlobal *bool `json:"isGlobal,omitempty"` LastModifiedTime *string `json:"lastModifiedTime,omitempty"` }
func (*ConnectionTypeProperties) GetCreationTimeAsTime ¶
func (o *ConnectionTypeProperties) GetCreationTimeAsTime() (*time.Time, error)
func (*ConnectionTypeProperties) GetLastModifiedTimeAsTime ¶
func (o *ConnectionTypeProperties) GetLastModifiedTimeAsTime() (*time.Time, error)
func (*ConnectionTypeProperties) SetCreationTimeAsTime ¶
func (o *ConnectionTypeProperties) SetCreationTimeAsTime(input time.Time)
func (*ConnectionTypeProperties) SetLastModifiedTimeAsTime ¶
func (o *ConnectionTypeProperties) SetLastModifiedTimeAsTime(input time.Time)
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *ConnectionType }
type DeleteOperationResponse ¶
type FieldDefinition ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ConnectionType }
type ListByAutomationAccountCompleteResult ¶
type ListByAutomationAccountCompleteResult struct {
Items []ConnectionType
}
type ListByAutomationAccountOperationResponse ¶
type ListByAutomationAccountOperationResponse struct { HttpResponse *http.Response Model *[]ConnectionType // contains filtered or unexported fields }
func (ListByAutomationAccountOperationResponse) HasMore ¶
func (r ListByAutomationAccountOperationResponse) HasMore() bool
func (ListByAutomationAccountOperationResponse) LoadMore ¶
func (r ListByAutomationAccountOperationResponse) LoadMore(ctx context.Context) (resp ListByAutomationAccountOperationResponse, err error)
Source Files ¶
- client.go
- id_automationaccount.go
- id_connectiontype.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyautomationaccount_autorest.go
- model_connectiontype.go
- model_connectiontypecreateorupdateparameters.go
- model_connectiontypecreateorupdateproperties.go
- model_connectiontypeproperties.go
- model_fielddefinition.go
- predicates.go
- version.go