Documentation ¶
Index ¶
- func PossibleValuesForParameterType() []string
- func PossibleValuesForType() []string
- func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLinkedServiceID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type FactoryId
- type GetOperationOptions
- type GetOperationResponse
- type IntegrationRuntimeReference
- type LinkedService
- type LinkedServiceId
- type LinkedServiceResource
- type LinkedServiceResourceOperationPredicate
- type LinkedServicesClient
- func (c LinkedServicesClient) CreateOrUpdate(ctx context.Context, id LinkedServiceId, input LinkedServiceResource, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c LinkedServicesClient) Delete(ctx context.Context, id LinkedServiceId) (result DeleteOperationResponse, err error)
- func (c LinkedServicesClient) Get(ctx context.Context, id LinkedServiceId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c LinkedServicesClient) ListByFactory(ctx context.Context, id FactoryId) (resp ListByFactoryOperationResponse, err error)
- func (c LinkedServicesClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
- func (c LinkedServicesClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, ...) (resp ListByFactoryCompleteResult, err error)
- type ListByFactoryCompleteResult
- type ListByFactoryOperationResponse
- type ParameterSpecification
- type ParameterType
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForParameterType ¶
func PossibleValuesForParameterType() []string
func PossibleValuesForType ¶
func PossibleValuesForType() []string
func ValidateFactoryID ¶
ValidateFactoryID checks that 'input' can be parsed as a Factory ID
func ValidateLinkedServiceID ¶
ValidateLinkedServiceID checks that 'input' can be parsed as a Linked Service ID
Types ¶
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *LinkedServiceResource }
type DeleteOperationResponse ¶
type FactoryId ¶
FactoryId is a struct representing the Resource ID for a Factory
func NewFactoryID ¶
NewFactoryID returns a new FactoryId struct
func ParseFactoryID ¶
ParseFactoryID parses 'input' into a FactoryId
func ParseFactoryIDInsensitively ¶
ParseFactoryIDInsensitively parses 'input' case-insensitively into a FactoryId note: this method should only be used for API response data and not user input
func (FactoryId) Segments ¶
func (id FactoryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Factory ID
type GetOperationOptions ¶
type GetOperationOptions struct {
IfNoneMatch *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *LinkedServiceResource }
type LinkedService ¶
type LinkedService struct { Annotations *[]interface{} `json:"annotations,omitempty"` ConnectVia *IntegrationRuntimeReference `json:"connectVia,omitempty"` Description *string `json:"description,omitempty"` Parameters *map[string]ParameterSpecification `json:"parameters,omitempty"` Type string `json:"type"` }
type LinkedServiceId ¶
type LinkedServiceId struct { SubscriptionId string ResourceGroupName string FactoryName string LinkedServiceName string }
LinkedServiceId is a struct representing the Resource ID for a Linked Service
func NewLinkedServiceID ¶
func NewLinkedServiceID(subscriptionId string, resourceGroupName string, factoryName string, linkedServiceName string) LinkedServiceId
NewLinkedServiceID returns a new LinkedServiceId struct
func ParseLinkedServiceID ¶
func ParseLinkedServiceID(input string) (*LinkedServiceId, error)
ParseLinkedServiceID parses 'input' into a LinkedServiceId
func ParseLinkedServiceIDInsensitively ¶
func ParseLinkedServiceIDInsensitively(input string) (*LinkedServiceId, error)
ParseLinkedServiceIDInsensitively parses 'input' case-insensitively into a LinkedServiceId note: this method should only be used for API response data and not user input
func (LinkedServiceId) ID ¶
func (id LinkedServiceId) ID() string
ID returns the formatted Linked Service ID
func (LinkedServiceId) Segments ¶
func (id LinkedServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Linked Service ID
func (LinkedServiceId) String ¶
func (id LinkedServiceId) String() string
String returns a human-readable description of this Linked Service ID
type LinkedServiceResource ¶
type LinkedServiceResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties LinkedService `json:"properties"` Type *string `json:"type,omitempty"` }
type LinkedServiceResourceOperationPredicate ¶
type LinkedServiceResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (LinkedServiceResourceOperationPredicate) Matches ¶
func (p LinkedServiceResourceOperationPredicate) Matches(input LinkedServiceResource) bool
type LinkedServicesClient ¶
type LinkedServicesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewLinkedServicesClientWithBaseURI ¶
func NewLinkedServicesClientWithBaseURI(endpoint string) LinkedServicesClient
func (LinkedServicesClient) CreateOrUpdate ¶
func (c LinkedServicesClient) CreateOrUpdate(ctx context.Context, id LinkedServiceId, input LinkedServiceResource, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (LinkedServicesClient) Delete ¶
func (c LinkedServicesClient) Delete(ctx context.Context, id LinkedServiceId) (result DeleteOperationResponse, err error)
Delete ...
func (LinkedServicesClient) Get ¶
func (c LinkedServicesClient) Get(ctx context.Context, id LinkedServiceId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (LinkedServicesClient) ListByFactory ¶
func (c LinkedServicesClient) ListByFactory(ctx context.Context, id FactoryId) (resp ListByFactoryOperationResponse, err error)
ListByFactory ...
func (LinkedServicesClient) ListByFactoryComplete ¶
func (c LinkedServicesClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
ListByFactoryComplete retrieves all of the results into a single object
func (LinkedServicesClient) ListByFactoryCompleteMatchingPredicate ¶
func (c LinkedServicesClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, predicate LinkedServiceResourceOperationPredicate) (resp ListByFactoryCompleteResult, err error)
ListByFactoryCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ListByFactoryCompleteResult ¶
type ListByFactoryCompleteResult struct {
Items []LinkedServiceResource
}
type ListByFactoryOperationResponse ¶
type ListByFactoryOperationResponse struct { HttpResponse *http.Response Model *[]LinkedServiceResource // contains filtered or unexported fields }
func (ListByFactoryOperationResponse) HasMore ¶
func (r ListByFactoryOperationResponse) HasMore() bool
func (ListByFactoryOperationResponse) LoadMore ¶
func (r ListByFactoryOperationResponse) LoadMore(ctx context.Context) (resp ListByFactoryOperationResponse, err error)
type ParameterSpecification ¶
type ParameterSpecification struct { DefaultValue *interface{} `json:"defaultValue,omitempty"` Type ParameterType `json:"type"` }
type ParameterType ¶
type ParameterType string
const ( ParameterTypeArray ParameterType = "Array" ParameterTypeBool ParameterType = "Bool" ParameterTypeFloat ParameterType = "Float" ParameterTypeInt ParameterType = "Int" ParameterTypeObject ParameterType = "Object" ParameterTypeSecureString ParameterType = "SecureString" ParameterTypeString ParameterType = "String" )
Source Files ¶
- client.go
- constants.go
- id_factory.go
- id_linkedservice.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyfactory_autorest.go
- model_integrationruntimereference.go
- model_linkedservice.go
- model_linkedserviceresource.go
- model_parameterspecification.go
- predicates.go
- version.go