Documentation ¶
Index ¶
- func ValidateDataflowID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateFactoryID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DataFlow
- type DataFlowFolder
- type DataFlowResource
- type DataFlowResourceOperationPredicate
- type DataFlowsClient
- func (c DataFlowsClient) CreateOrUpdate(ctx context.Context, id DataflowId, input DataFlowResource, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c DataFlowsClient) Delete(ctx context.Context, id DataflowId) (result DeleteOperationResponse, err error)
- func (c DataFlowsClient) Get(ctx context.Context, id DataflowId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c DataFlowsClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
- func (c DataFlowsClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
- func (c DataFlowsClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, ...) (result ListByFactoryCompleteResult, err error)
- type DataflowId
- type DeleteOperationResponse
- type FactoryId
- type GetOperationOptions
- type GetOperationResponse
- type ListByFactoryCompleteResult
- type ListByFactoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateDataflowID ¶
ValidateDataflowID checks that 'input' can be parsed as a Dataflow ID
func ValidateFactoryID ¶
ValidateFactoryID checks that 'input' can be parsed as a Factory ID
Types ¶
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶ added in v0.20230516.1215417
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DataFlowResource }
type DataFlow ¶
type DataFlow struct { Annotations *[]interface{} `json:"annotations,omitempty"` Description *string `json:"description,omitempty"` Folder *DataFlowFolder `json:"folder,omitempty"` Type string `json:"type"` }
type DataFlowFolder ¶
type DataFlowFolder struct {
Name *string `json:"name,omitempty"`
}
type DataFlowResource ¶
type DataFlowResourceOperationPredicate ¶
type DataFlowResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (DataFlowResourceOperationPredicate) Matches ¶
func (p DataFlowResourceOperationPredicate) Matches(input DataFlowResource) bool
type DataFlowsClient ¶
type DataFlowsClient struct {
Client *resourcemanager.Client
}
func NewDataFlowsClientWithBaseURI ¶
func NewDataFlowsClientWithBaseURI(api environments.Api) (*DataFlowsClient, error)
func (DataFlowsClient) CreateOrUpdate ¶
func (c DataFlowsClient) CreateOrUpdate(ctx context.Context, id DataflowId, input DataFlowResource, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (DataFlowsClient) Delete ¶
func (c DataFlowsClient) Delete(ctx context.Context, id DataflowId) (result DeleteOperationResponse, err error)
Delete ...
func (DataFlowsClient) Get ¶
func (c DataFlowsClient) Get(ctx context.Context, id DataflowId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (DataFlowsClient) ListByFactory ¶
func (c DataFlowsClient) ListByFactory(ctx context.Context, id FactoryId) (result ListByFactoryOperationResponse, err error)
ListByFactory ...
func (DataFlowsClient) ListByFactoryComplete ¶
func (c DataFlowsClient) ListByFactoryComplete(ctx context.Context, id FactoryId) (ListByFactoryCompleteResult, error)
ListByFactoryComplete retrieves all the results into a single object
func (DataFlowsClient) ListByFactoryCompleteMatchingPredicate ¶
func (c DataFlowsClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id FactoryId, predicate DataFlowResourceOperationPredicate) (result ListByFactoryCompleteResult, err error)
ListByFactoryCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DataflowId ¶
type DataflowId struct { SubscriptionId string ResourceGroupName string FactoryName string DataflowName string }
DataflowId is a struct representing the Resource ID for a Dataflow
func NewDataflowID ¶
func NewDataflowID(subscriptionId string, resourceGroupName string, factoryName string, dataflowName string) DataflowId
NewDataflowID returns a new DataflowId struct
func ParseDataflowID ¶
func ParseDataflowID(input string) (*DataflowId, error)
ParseDataflowID parses 'input' into a DataflowId
func ParseDataflowIDInsensitively ¶
func ParseDataflowIDInsensitively(input string) (*DataflowId, error)
ParseDataflowIDInsensitively parses 'input' case-insensitively into a DataflowId note: this method should only be used for API response data and not user input
func (DataflowId) Segments ¶
func (id DataflowId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Dataflow ID
func (DataflowId) String ¶
func (id DataflowId) String() string
String returns a human-readable description of this Dataflow ID
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
func (GetOperationOptions) ToHeaders ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToHeaders() *client.Headers
func (GetOperationOptions) ToOData ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToOData() *odata.Query
func (GetOperationOptions) ToQuery ¶ added in v0.20230516.1215417
func (o GetOperationOptions) ToQuery() *client.QueryParams
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DataFlowResource }
type ListByFactoryCompleteResult ¶
type ListByFactoryCompleteResult struct {
Items []DataFlowResource
}
type ListByFactoryOperationResponse ¶
type ListByFactoryOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]DataFlowResource }