Documentation ¶
Overview ¶
Package logic implements the Azure ARM Logic service API version 2015-02-01-preview.
REST API for Azure Logic Apps.
Index ¶
- Constants
- func UserAgent() string
- func Version() stringdeprecated
- type BaseClientdeprecated
- type ContentHashdeprecated
- type ContentLinkdeprecated
- type KeyTypedeprecated
- func PossibleKeyTypeValues() []KeyTypedeprecated
- type ParameterTypedeprecated
- type RecurrenceFrequencydeprecated
- type RegenerateSecretKeyParametersdeprecated
- type Resourcedeprecated
- type ResourceReferencedeprecated
- type RunWorkflowParametersdeprecated
- type Skudeprecated
- type SkuNamedeprecated
- func PossibleSkuNameValues() []SkuNamedeprecated
- type SubResourcedeprecated
- type Workflowdeprecated
- type WorkflowAccessKeydeprecated
- type WorkflowAccessKeyListResultdeprecated
- type WorkflowAccessKeyListResultIteratordeprecated
- func (iter *WorkflowAccessKeyListResultIterator) Next() errordeprecated
- func (iter WorkflowAccessKeyListResultIterator) NotDone() booldeprecated
- func (iter WorkflowAccessKeyListResultIterator) Response() WorkflowAccessKeyListResultdeprecated
- func (iter WorkflowAccessKeyListResultIterator) Value() WorkflowAccessKeydeprecated
- type WorkflowAccessKeyListResultPagedeprecated
- func (page *WorkflowAccessKeyListResultPage) Next() errordeprecated
- func (page WorkflowAccessKeyListResultPage) NotDone() booldeprecated
- func (page WorkflowAccessKeyListResultPage) Response() WorkflowAccessKeyListResultdeprecated
- func (page WorkflowAccessKeyListResultPage) Values() []WorkflowAccessKeydeprecated
- type WorkflowAccessKeyPropertiesdeprecated
- type WorkflowAccessKeysClientdeprecated
- func (client WorkflowAccessKeysClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowAccessKey, err error)deprecated
- func (client WorkflowAccessKeysClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) CreateOrUpdateResponder(resp *http.Response) (result WorkflowAccessKey, err error)deprecated
- func (client WorkflowAccessKeysClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowAccessKeysClient) Delete(ctx context.Context, resourceGroupName string, workflowName string, ...) (result autorest.Response, err error)deprecated
- func (client WorkflowAccessKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowAccessKeysClient) DeleteSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowAccessKeysClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowAccessKey, err error)deprecated
- func (client WorkflowAccessKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) GetResponder(resp *http.Response) (result WorkflowAccessKey, err error)deprecated
- func (client WorkflowAccessKeysClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowAccessKeysClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (result WorkflowAccessKeyListResultPage, err error)deprecated
- func (client WorkflowAccessKeysClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (result WorkflowAccessKeyListResultIterator, err error)deprecated
- func (client WorkflowAccessKeysClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) ListResponder(resp *http.Response) (result WorkflowAccessKeyListResult, err error)deprecated
- func (client WorkflowAccessKeysClient) ListSecretKeys(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowSecretKeys, err error)deprecated
- func (client WorkflowAccessKeysClient) ListSecretKeysPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) ListSecretKeysResponder(resp *http.Response) (result WorkflowSecretKeys, err error)deprecated
- func (client WorkflowAccessKeysClient) ListSecretKeysSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowAccessKeysClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowAccessKeysClient) RegenerateSecretKey(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowSecretKeys, err error)deprecated
- func (client WorkflowAccessKeysClient) RegenerateSecretKeyPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowAccessKeysClient) RegenerateSecretKeyResponder(resp *http.Response) (result WorkflowSecretKeys, err error)deprecated
- func (client WorkflowAccessKeysClient) RegenerateSecretKeySender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowFilterdeprecated
- type WorkflowListResultdeprecated
- type WorkflowListResultIteratordeprecated
- type WorkflowListResultPagedeprecated
- type WorkflowOutputParameterdeprecated
- type WorkflowParameterdeprecated
- type WorkflowPropertiesdeprecated
- type WorkflowProvisioningStatedeprecated
- type WorkflowRundeprecated
- type WorkflowRunActiondeprecated
- type WorkflowRunActionFilterdeprecated
- type WorkflowRunActionListResultdeprecated
- type WorkflowRunActionListResultIteratordeprecated
- func (iter *WorkflowRunActionListResultIterator) Next() errordeprecated
- func (iter WorkflowRunActionListResultIterator) NotDone() booldeprecated
- func (iter WorkflowRunActionListResultIterator) Response() WorkflowRunActionListResultdeprecated
- func (iter WorkflowRunActionListResultIterator) Value() WorkflowRunActiondeprecated
- type WorkflowRunActionListResultPagedeprecated
- func (page *WorkflowRunActionListResultPage) Next() errordeprecated
- func (page WorkflowRunActionListResultPage) NotDone() booldeprecated
- func (page WorkflowRunActionListResultPage) Response() WorkflowRunActionListResultdeprecated
- func (page WorkflowRunActionListResultPage) Values() []WorkflowRunActiondeprecated
- type WorkflowRunActionPropertiesdeprecated
- type WorkflowRunActionsClientdeprecated
- func (client WorkflowRunActionsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowRunAction, err error)deprecated
- func (client WorkflowRunActionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowRunActionsClient) GetResponder(resp *http.Response) (result WorkflowRunAction, err error)deprecated
- func (client WorkflowRunActionsClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowRunActionsClient) List(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowRunActionListResultPage, err error)deprecated
- func (client WorkflowRunActionsClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowRunActionListResultIterator, err error)deprecated
- func (client WorkflowRunActionsClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowRunActionsClient) ListResponder(resp *http.Response) (result WorkflowRunActionListResult, err error)deprecated
- func (client WorkflowRunActionsClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowRunFilterdeprecated
- type WorkflowRunListResultdeprecated
- type WorkflowRunListResultIteratordeprecated
- type WorkflowRunListResultPagedeprecated
- type WorkflowRunPropertiesdeprecated
- type WorkflowRunTriggerdeprecated
- type WorkflowRunsClientdeprecated
- func (client WorkflowRunsClient) Cancel(ctx context.Context, resourceGroupName string, workflowName string, ...) (result autorest.Response, err error)deprecated
- func (client WorkflowRunsClient) CancelPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowRunsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowRunsClient) CancelSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowRunsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowRun, err error)deprecated
- func (client WorkflowRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowRunsClient) GetResponder(resp *http.Response) (result WorkflowRun, err error)deprecated
- func (client WorkflowRunsClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowRunsClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (result WorkflowRunListResultPage, err error)deprecated
- func (client WorkflowRunsClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (result WorkflowRunListResultIterator, err error)deprecated
- func (client WorkflowRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (*http.Request, error)deprecated
- func (client WorkflowRunsClient) ListResponder(resp *http.Response) (result WorkflowRunListResult, err error)deprecated
- func (client WorkflowRunsClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowSecretKeysdeprecated
- type WorkflowStatedeprecated
- type WorkflowStatusdeprecated
- type WorkflowTriggerdeprecated
- type WorkflowTriggerFilterdeprecated
- type WorkflowTriggerHistoriesClientdeprecated
- func (client WorkflowTriggerHistoriesClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowTriggerHistory, err error)deprecated
- func (client WorkflowTriggerHistoriesClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowTriggerHistoriesClient) GetResponder(resp *http.Response) (result WorkflowTriggerHistory, err error)deprecated
- func (client WorkflowTriggerHistoriesClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowTriggerHistoriesClient) List(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowTriggerHistoryListResultPage, err error)deprecated
- func (client WorkflowTriggerHistoriesClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowTriggerHistoryListResultIterator, err error)deprecated
- func (client WorkflowTriggerHistoriesClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowTriggerHistoriesClient) ListResponder(resp *http.Response) (result WorkflowTriggerHistoryListResult, err error)deprecated
- func (client WorkflowTriggerHistoriesClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowTriggerHistorydeprecated
- type WorkflowTriggerHistoryFilterdeprecated
- type WorkflowTriggerHistoryListResultdeprecated
- type WorkflowTriggerHistoryListResultIteratordeprecated
- func (iter *WorkflowTriggerHistoryListResultIterator) Next() errordeprecated
- func (iter WorkflowTriggerHistoryListResultIterator) NotDone() booldeprecated
- func (iter WorkflowTriggerHistoryListResultIterator) Response() WorkflowTriggerHistoryListResultdeprecated
- func (iter WorkflowTriggerHistoryListResultIterator) Value() WorkflowTriggerHistorydeprecated
- type WorkflowTriggerHistoryListResultPagedeprecated
- func (page *WorkflowTriggerHistoryListResultPage) Next() errordeprecated
- func (page WorkflowTriggerHistoryListResultPage) NotDone() booldeprecated
- func (page WorkflowTriggerHistoryListResultPage) Response() WorkflowTriggerHistoryListResultdeprecated
- func (page WorkflowTriggerHistoryListResultPage) Values() []WorkflowTriggerHistorydeprecated
- type WorkflowTriggerHistoryPropertiesdeprecated
- type WorkflowTriggerListResultdeprecated
- type WorkflowTriggerListResultIteratordeprecated
- func (iter *WorkflowTriggerListResultIterator) Next() errordeprecated
- func (iter WorkflowTriggerListResultIterator) NotDone() booldeprecated
- func (iter WorkflowTriggerListResultIterator) Response() WorkflowTriggerListResultdeprecated
- func (iter WorkflowTriggerListResultIterator) Value() WorkflowTriggerdeprecated
- type WorkflowTriggerListResultPagedeprecated
- func (page *WorkflowTriggerListResultPage) Next() errordeprecated
- func (page WorkflowTriggerListResultPage) NotDone() booldeprecated
- func (page WorkflowTriggerListResultPage) Response() WorkflowTriggerListResultdeprecated
- func (page WorkflowTriggerListResultPage) Values() []WorkflowTriggerdeprecated
- type WorkflowTriggerPropertiesdeprecated
- type WorkflowTriggerProvisioningStatedeprecated
- type WorkflowTriggerRecurrencedeprecated
- type WorkflowTriggersClientdeprecated
- func (client WorkflowTriggersClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowTrigger, err error)deprecated
- func (client WorkflowTriggersClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowTriggersClient) GetResponder(resp *http.Response) (result WorkflowTrigger, err error)deprecated
- func (client WorkflowTriggersClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowTriggersClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (result WorkflowTriggerListResultPage, err error)deprecated
- func (client WorkflowTriggersClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (result WorkflowTriggerListResultIterator, err error)deprecated
- func (client WorkflowTriggersClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32, ...) (*http.Request, error)deprecated
- func (client WorkflowTriggersClient) ListResponder(resp *http.Response) (result WorkflowTriggerListResult, err error)deprecated
- func (client WorkflowTriggersClient) ListSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowTriggersClient) Run(ctx context.Context, resourceGroupName string, workflowName string, ...) (result autorest.Response, err error)deprecated
- func (client WorkflowTriggersClient) RunPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowTriggersClient) RunResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowTriggersClient) RunSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowVersiondeprecated
- type WorkflowVersionPropertiesdeprecated
- type WorkflowVersionsClientdeprecated
- func (client WorkflowVersionsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowVersion, err error)deprecated
- func (client WorkflowVersionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowVersionsClient) GetResponder(resp *http.Response) (result WorkflowVersion, err error)deprecated
- func (client WorkflowVersionsClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowsClientdeprecated
- func (client WorkflowsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workflowName string, ...) (result Workflow, err error)deprecated
- func (client WorkflowsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowsClient) CreateOrUpdateResponder(resp *http.Response) (result Workflow, err error)deprecated
- func (client WorkflowsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Delete(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) DeletePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)deprecated
- func (client WorkflowsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) DeleteSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Disable(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) DisablePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)deprecated
- func (client WorkflowsClient) DisableResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) DisableSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Enable(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) EnablePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)deprecated
- func (client WorkflowsClient) EnableResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) EnableSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Get(ctx context.Context, resourceGroupName string, workflowName string) (result Workflow, err error)deprecated
- func (client WorkflowsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)deprecated
- func (client WorkflowsClient) GetResponder(resp *http.Response) (result Workflow, err error)deprecated
- func (client WorkflowsClient) GetSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, top *int32, filter string) (result WorkflowListResultPage, err error)deprecated
- func (client WorkflowsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, top *int32, filter string) (result WorkflowListResultIterator, err error)deprecated
- func (client WorkflowsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, top *int32, filter string) (*http.Request, error)deprecated
- func (client WorkflowsClient) ListByResourceGroupResponder(resp *http.Response) (result WorkflowListResult, err error)deprecated
- func (client WorkflowsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) ListBySubscription(ctx context.Context, top *int32, filter string) (result WorkflowListResultPage, err error)deprecated
- func (client WorkflowsClient) ListBySubscriptionComplete(ctx context.Context, top *int32, filter string) (result WorkflowListResultIterator, err error)deprecated
- func (client WorkflowsClient) ListBySubscriptionPreparer(ctx context.Context, top *int32, filter string) (*http.Request, error)deprecated
- func (client WorkflowsClient) ListBySubscriptionResponder(resp *http.Response) (result WorkflowListResult, err error)deprecated
- func (client WorkflowsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Run(ctx context.Context, resourceGroupName string, workflowName string, ...) (result WorkflowsRunFuture, err error)deprecated
- func (client WorkflowsClient) RunPreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowsClient) RunResponder(resp *http.Response) (result WorkflowRun, err error)deprecated
- func (client WorkflowsClient) RunSender(req *http.Request) (future WorkflowsRunFuture, err error)deprecated
- func (client WorkflowsClient) Update(ctx context.Context, resourceGroupName string, workflowName string, ...) (result Workflow, err error)deprecated
- func (client WorkflowsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowsClient) UpdateResponder(resp *http.Response) (result Workflow, err error)deprecated
- func (client WorkflowsClient) UpdateSender(req *http.Request) (*http.Response, error)deprecated
- func (client WorkflowsClient) Validate(ctx context.Context, resourceGroupName string, workflowName string, ...) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) ValidatePreparer(ctx context.Context, resourceGroupName string, workflowName string, ...) (*http.Request, error)deprecated
- func (client WorkflowsClient) ValidateResponder(resp *http.Response) (result autorest.Response, err error)deprecated
- func (client WorkflowsClient) ValidateSender(req *http.Request) (*http.Response, error)deprecated
- type WorkflowsRunFuturedeprecated
Constants ¶
const (
// DefaultBaseURI is the default URI used for the service Logic
DefaultBaseURI = "https://management.azure.com"
)
Variables ¶
This section is empty.
Functions ¶
func UserAgent ¶
func UserAgent() string
Copyright (c) Microsoft and contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
Code generated by Microsoft (R) AutoRest Code Generator. Changes may cause incorrect behavior and will be lost if the code is regenerated. Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UserAgent returns the UserAgent string to use when sending http.Requests.
func Version
deprecated
func Version() string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Version returns the semantic version (see http://semver.org) of the client.
Types ¶
type BaseClient
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. BaseClient is the base client for Logic.
func New
deprecated
func New(subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. New creates an instance of the BaseClient client.
func NewWithBaseURI
deprecated
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWithBaseURI creates an instance of the BaseClient client.
type ContentHash
deprecated
type ContentHash struct { // Algorithm - Gets or sets the algorithm. Algorithm *string `json:"algorithm,omitempty"` // Value - Gets or sets the value. Value *string `json:"value,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ContentHash ...
type ContentLink
deprecated
type ContentLink struct { // URI - Gets or sets the content link URI. URI *string `json:"uri,omitempty"` // ContentVersion - Gets or sets the content version. ContentVersion *string `json:"contentVersion,omitempty"` // ContentSize - Gets or sets the content size. ContentSize *int64 `json:"contentSize,omitempty"` // ContentHash - Gets or sets the content hash. ContentHash *ContentHash `json:"contentHash,omitempty"` // Metadata - Gets or sets the metadata. Metadata interface{} `json:"metadata,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ContentLink ...
type KeyType
deprecated
type KeyType string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. KeyType enumerates the values for key type.
func PossibleKeyTypeValues
deprecated
func PossibleKeyTypeValues() []KeyType
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleKeyTypeValues returns an array of possible values for the KeyType const type.
type ParameterType
deprecated
type ParameterType string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ParameterType enumerates the values for parameter type.
const ( // ParameterTypeArray ... ParameterTypeArray ParameterType = "Array" // ParameterTypeBool ... ParameterTypeBool ParameterType = "Bool" // ParameterTypeFloat ... ParameterTypeFloat ParameterType = "Float" // ParameterTypeInt ... ParameterTypeInt ParameterType = "Int" // ParameterTypeNotSpecified ... ParameterTypeNotSpecified ParameterType = "NotSpecified" // ParameterTypeObject ... ParameterTypeObject ParameterType = "Object" // ParameterTypeSecureObject ... ParameterTypeSecureObject ParameterType = "SecureObject" // ParameterTypeSecureString ... ParameterTypeSecureString ParameterType = "SecureString" // ParameterTypeString ... ParameterTypeString ParameterType = "String" )
func PossibleParameterTypeValues
deprecated
func PossibleParameterTypeValues() []ParameterType
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleParameterTypeValues returns an array of possible values for the ParameterType const type.
type RecurrenceFrequency
deprecated
type RecurrenceFrequency string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RecurrenceFrequency enumerates the values for recurrence frequency.
const ( // Day ... Day RecurrenceFrequency = "Day" // Hour ... Hour RecurrenceFrequency = "Hour" // Minute ... Minute RecurrenceFrequency = "Minute" // Month ... Month RecurrenceFrequency = "Month" // Second ... Second RecurrenceFrequency = "Second" // Week ... Week RecurrenceFrequency = "Week" // Year ... Year RecurrenceFrequency = "Year" )
func PossibleRecurrenceFrequencyValues
deprecated
func PossibleRecurrenceFrequencyValues() []RecurrenceFrequency
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleRecurrenceFrequencyValues returns an array of possible values for the RecurrenceFrequency const type.
type RegenerateSecretKeyParameters
deprecated
type RegenerateSecretKeyParameters struct { // KeyType - Gets or sets the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary' KeyType KeyType `json:"keyType,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RegenerateSecretKeyParameters ...
type Resource
deprecated
type Resource struct { // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` // Name - Gets the resource name. Name *string `json:"name,omitempty"` // Type - Gets the resource type. Type *string `json:"type,omitempty"` // Location - Gets or sets the resource location. Location *string `json:"location,omitempty"` // Tags - Gets or sets the resource tags. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Resource ...
func (Resource) MarshalJSON
deprecated
type ResourceReference
deprecated
type ResourceReference struct { // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` // Name - Gets the resource name. Name *string `json:"name,omitempty"` // Type - Gets the resource type. Type *string `json:"type,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ResourceReference ...
type RunWorkflowParameters
deprecated
type RunWorkflowParameters struct { // Name - Gets or sets the name of workflow run trigger. Name *string `json:"name,omitempty"` // Outputs - Gets or sets the outputs of workflow run trigger. Outputs interface{} `json:"outputs,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunWorkflowParameters ...
type Sku
deprecated
type Sku struct { // Name - Gets or sets the name. Possible values include: 'SkuNameNotSpecified', 'SkuNameFree', 'SkuNameShared', 'SkuNameBasic', 'SkuNameStandard', 'SkuNamePremium' Name SkuName `json:"name,omitempty"` // Plan - Gets or sets the reference to plan. Plan *ResourceReference `json:"plan,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Sku ...
type SkuName
deprecated
type SkuName string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. SkuName enumerates the values for sku name.
const ( // SkuNameBasic ... SkuNameBasic SkuName = "Basic" // SkuNameFree ... SkuNameFree SkuName = "Free" // SkuNameNotSpecified ... SkuNameNotSpecified SkuName = "NotSpecified" // SkuNamePremium ... SkuNamePremium SkuName = "Premium" SkuNameShared SkuName = "Shared" // SkuNameStandard ... SkuNameStandard SkuName = "Standard" )
func PossibleSkuNameValues
deprecated
func PossibleSkuNameValues() []SkuName
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleSkuNameValues returns an array of possible values for the SkuName const type.
type SubResource
deprecated
type SubResource struct { // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. SubResource ...
type Workflow
deprecated
type Workflow struct { autorest.Response `json:"-"` // WorkflowProperties - Gets or sets the workflow properties. *WorkflowProperties `json:"properties,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` // Name - Gets the resource name. Name *string `json:"name,omitempty"` // Type - Gets the resource type. Type *string `json:"type,omitempty"` // Location - Gets or sets the resource location. Location *string `json:"location,omitempty"` // Tags - Gets or sets the resource tags. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Workflow ...
func (Workflow) MarshalJSON
deprecated
func (*Workflow) UnmarshalJSON
deprecated
type WorkflowAccessKey
deprecated
type WorkflowAccessKey struct { autorest.Response `json:"-"` // WorkflowAccessKeyProperties - Gets or sets the workflow access key properties. *WorkflowAccessKeyProperties `json:"properties,omitempty"` // Name - Gets the workflow access key name. Name *string `json:"name,omitempty"` // Type - Gets the workflow access key type. Type *string `json:"type,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKey ...
func (WorkflowAccessKey) MarshalJSON
deprecated
func (wak WorkflowAccessKey) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowAccessKey.
func (*WorkflowAccessKey) UnmarshalJSON
deprecated
func (wak *WorkflowAccessKey) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowAccessKey struct.
type WorkflowAccessKeyListResult
deprecated
type WorkflowAccessKeyListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of workflow access keys. Value *[]WorkflowAccessKey `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKeyListResult ...
func (WorkflowAccessKeyListResult) IsEmpty
deprecated
func (waklr WorkflowAccessKeyListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowAccessKeyListResultIterator
deprecated
type WorkflowAccessKeyListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKeyListResultIterator provides access to a complete listing of WorkflowAccessKey values.
func (*WorkflowAccessKeyListResultIterator) Next
deprecated
func (iter *WorkflowAccessKeyListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowAccessKeyListResultIterator) NotDone
deprecated
func (iter WorkflowAccessKeyListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowAccessKeyListResultIterator) Response
deprecated
func (iter WorkflowAccessKeyListResultIterator) Response() WorkflowAccessKeyListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowAccessKeyListResultIterator) Value
deprecated
func (iter WorkflowAccessKeyListResultIterator) Value() WorkflowAccessKey
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowAccessKeyListResultPage
deprecated
type WorkflowAccessKeyListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKeyListResultPage contains a page of WorkflowAccessKey values.
func (*WorkflowAccessKeyListResultPage) Next
deprecated
func (page *WorkflowAccessKeyListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowAccessKeyListResultPage) NotDone
deprecated
func (page WorkflowAccessKeyListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowAccessKeyListResultPage) Response
deprecated
func (page WorkflowAccessKeyListResultPage) Response() WorkflowAccessKeyListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowAccessKeyListResultPage) Values
deprecated
func (page WorkflowAccessKeyListResultPage) Values() []WorkflowAccessKey
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowAccessKeyProperties
deprecated
type WorkflowAccessKeyProperties struct { // NotBefore - Gets or sets the not-before time. NotBefore *date.Time `json:"notBefore,omitempty"` // NotAfter - Gets or sets the not-after time. NotAfter *date.Time `json:"notAfter,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKeyProperties ...
type WorkflowAccessKeysClient
deprecated
type WorkflowAccessKeysClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowAccessKeysClient is the REST API for Azure Logic Apps.
func NewWorkflowAccessKeysClient
deprecated
func NewWorkflowAccessKeysClient(subscriptionID string) WorkflowAccessKeysClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowAccessKeysClient creates an instance of the WorkflowAccessKeysClient client.
func NewWorkflowAccessKeysClientWithBaseURI
deprecated
func NewWorkflowAccessKeysClientWithBaseURI(baseURI string, subscriptionID string) WorkflowAccessKeysClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowAccessKeysClientWithBaseURI creates an instance of the WorkflowAccessKeysClient client.
func (WorkflowAccessKeysClient) CreateOrUpdate
deprecated
func (client WorkflowAccessKeysClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string, workflowAccesskey WorkflowAccessKey) (result WorkflowAccessKey, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdate creates or updates a workflow access key.
resourceGroupName is the resource group name. workflowName is the workflow name. accessKeyName is the workflow access key name. workflowAccesskey is the workflow access key.
func (WorkflowAccessKeysClient) CreateOrUpdatePreparer
deprecated
func (client WorkflowAccessKeysClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string, workflowAccesskey WorkflowAccessKey) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (WorkflowAccessKeysClient) CreateOrUpdateResponder
deprecated
func (client WorkflowAccessKeysClient) CreateOrUpdateResponder(resp *http.Response) (result WorkflowAccessKey, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) CreateOrUpdateSender
deprecated
func (client WorkflowAccessKeysClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (WorkflowAccessKeysClient) Delete
deprecated
func (client WorkflowAccessKeysClient) Delete(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Delete deletes a workflow access key.
resourceGroupName is the resource group name. workflowName is the workflow name. accessKeyName is the workflow access key name.
func (WorkflowAccessKeysClient) DeletePreparer
deprecated
func (client WorkflowAccessKeysClient) DeletePreparer(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeletePreparer prepares the Delete request.
func (WorkflowAccessKeysClient) DeleteResponder
deprecated
func (client WorkflowAccessKeysClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) DeleteSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (WorkflowAccessKeysClient) Get
deprecated
func (client WorkflowAccessKeysClient) Get(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (result WorkflowAccessKey, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow access key.
resourceGroupName is the resource group name. workflowName is the workflow name. accessKeyName is the workflow access key name.
func (WorkflowAccessKeysClient) GetPreparer
deprecated
func (client WorkflowAccessKeysClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowAccessKeysClient) GetResponder
deprecated
func (client WorkflowAccessKeysClient) GetResponder(resp *http.Response) (result WorkflowAccessKey, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowAccessKeysClient) List
deprecated
func (client WorkflowAccessKeysClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (result WorkflowAccessKeyListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. List gets a list of workflow access keys.
resourceGroupName is the resource group name. workflowName is the workflow name. top is the number of items to be included in the result.
func (WorkflowAccessKeysClient) ListComplete
deprecated
func (client WorkflowAccessKeysClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (result WorkflowAccessKeyListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowAccessKeysClient) ListPreparer
deprecated
func (client WorkflowAccessKeysClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListPreparer prepares the List request.
func (WorkflowAccessKeysClient) ListResponder
deprecated
func (client WorkflowAccessKeysClient) ListResponder(resp *http.Response) (result WorkflowAccessKeyListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) ListSecretKeys
deprecated
func (client WorkflowAccessKeysClient) ListSecretKeys(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (result WorkflowSecretKeys, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSecretKeys lists secret keys.
resourceGroupName is the resource group name. workflowName is the workflow name. accessKeyName is the workflow access key name.
func (WorkflowAccessKeysClient) ListSecretKeysPreparer
deprecated
func (client WorkflowAccessKeysClient) ListSecretKeysPreparer(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSecretKeysPreparer prepares the ListSecretKeys request.
func (WorkflowAccessKeysClient) ListSecretKeysResponder
deprecated
func (client WorkflowAccessKeysClient) ListSecretKeysResponder(resp *http.Response) (result WorkflowSecretKeys, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSecretKeysResponder handles the response to the ListSecretKeys request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) ListSecretKeysSender
deprecated
func (client WorkflowAccessKeysClient) ListSecretKeysSender(req *http.Request) (*http.Response, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSecretKeysSender sends the ListSecretKeys request. The method will close the http.Response Body if it receives an error.
func (WorkflowAccessKeysClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (WorkflowAccessKeysClient) RegenerateSecretKey
deprecated
func (client WorkflowAccessKeysClient) RegenerateSecretKey(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string, parameters RegenerateSecretKeyParameters) (result WorkflowSecretKeys, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RegenerateSecretKey regenerates secret key.
resourceGroupName is the resource group name. workflowName is the workflow name. accessKeyName is the workflow access key name. parameters is the parameters.
func (WorkflowAccessKeysClient) RegenerateSecretKeyPreparer
deprecated
func (client WorkflowAccessKeysClient) RegenerateSecretKeyPreparer(ctx context.Context, resourceGroupName string, workflowName string, accessKeyName string, parameters RegenerateSecretKeyParameters) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RegenerateSecretKeyPreparer prepares the RegenerateSecretKey request.
func (WorkflowAccessKeysClient) RegenerateSecretKeyResponder
deprecated
func (client WorkflowAccessKeysClient) RegenerateSecretKeyResponder(resp *http.Response) (result WorkflowSecretKeys, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RegenerateSecretKeyResponder handles the response to the RegenerateSecretKey request. The method always closes the http.Response Body.
func (WorkflowAccessKeysClient) RegenerateSecretKeySender
deprecated
func (client WorkflowAccessKeysClient) RegenerateSecretKeySender(req *http.Request) (*http.Response, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RegenerateSecretKeySender sends the RegenerateSecretKey request. The method will close the http.Response Body if it receives an error.
type WorkflowFilter
deprecated
type WorkflowFilter struct { // State - Gets or sets the state of workflows. Possible values include: 'WorkflowStateNotSpecified', 'WorkflowStateEnabled', 'WorkflowStateDisabled', 'WorkflowStateDeleted', 'WorkflowStateSuspended' State WorkflowState `json:"state,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowFilter ...
type WorkflowListResult
deprecated
type WorkflowListResult struct { autorest.Response `json:"-"` // Value - Gets or sets the list of workflows. Value *[]Workflow `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowListResult ...
func (WorkflowListResult) IsEmpty
deprecated
func (wlr WorkflowListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowListResultIterator
deprecated
type WorkflowListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowListResultIterator provides access to a complete listing of Workflow values.
func (*WorkflowListResultIterator) Next
deprecated
func (iter *WorkflowListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowListResultIterator) NotDone
deprecated
func (iter WorkflowListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowListResultIterator) Response
deprecated
func (iter WorkflowListResultIterator) Response() WorkflowListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowListResultIterator) Value
deprecated
func (iter WorkflowListResultIterator) Value() Workflow
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowListResultPage
deprecated
type WorkflowListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowListResultPage contains a page of Workflow values.
func (*WorkflowListResultPage) Next
deprecated
func (page *WorkflowListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowListResultPage) NotDone
deprecated
func (page WorkflowListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowListResultPage) Response
deprecated
func (page WorkflowListResultPage) Response() WorkflowListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowListResultPage) Values
deprecated
func (page WorkflowListResultPage) Values() []Workflow
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowOutputParameter
deprecated
type WorkflowOutputParameter struct { // Error - Gets the error. Error interface{} `json:"error,omitempty"` // Type - Gets or sets the type. Possible values include: 'ParameterTypeNotSpecified', 'ParameterTypeString', 'ParameterTypeSecureString', 'ParameterTypeInt', 'ParameterTypeFloat', 'ParameterTypeBool', 'ParameterTypeArray', 'ParameterTypeObject', 'ParameterTypeSecureObject' Type ParameterType `json:"type,omitempty"` // Value - Gets or sets the value. Value interface{} `json:"value,omitempty"` // Metadata - Gets or sets the metadata. Metadata interface{} `json:"metadata,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowOutputParameter ...
type WorkflowParameter
deprecated
type WorkflowParameter struct { // Type - Gets or sets the type. Possible values include: 'ParameterTypeNotSpecified', 'ParameterTypeString', 'ParameterTypeSecureString', 'ParameterTypeInt', 'ParameterTypeFloat', 'ParameterTypeBool', 'ParameterTypeArray', 'ParameterTypeObject', 'ParameterTypeSecureObject' Type ParameterType `json:"type,omitempty"` // Value - Gets or sets the value. Value interface{} `json:"value,omitempty"` // Metadata - Gets or sets the metadata. Metadata interface{} `json:"metadata,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowParameter ...
type WorkflowProperties
deprecated
type WorkflowProperties struct { // ProvisioningState - Gets the provisioning state. Possible values include: 'WorkflowProvisioningStateNotSpecified', 'WorkflowProvisioningStateMoving', 'WorkflowProvisioningStateSucceeded' ProvisioningState WorkflowProvisioningState `json:"provisioningState,omitempty"` // CreatedTime - Gets the created time. CreatedTime *date.Time `json:"createdTime,omitempty"` // ChangedTime - Gets the changed time. ChangedTime *date.Time `json:"changedTime,omitempty"` // State - Gets or sets the state. Possible values include: 'WorkflowStateNotSpecified', 'WorkflowStateEnabled', 'WorkflowStateDisabled', 'WorkflowStateDeleted', 'WorkflowStateSuspended' State WorkflowState `json:"state,omitempty"` // Version - Gets the version. Version *string `json:"version,omitempty"` // AccessEndpoint - Gets the access endpoint. AccessEndpoint *string `json:"accessEndpoint,omitempty"` // Sku - Gets or sets the sku. Sku *Sku `json:"sku,omitempty"` // DefinitionLink - Gets or sets the link to definition. DefinitionLink *ContentLink `json:"definitionLink,omitempty"` // Definition - Gets or sets the definition. Definition interface{} `json:"definition,omitempty"` // ParametersLink - Gets or sets the link to parameters. ParametersLink *ContentLink `json:"parametersLink,omitempty"` // Parameters - Gets or sets the parameters. Parameters map[string]*WorkflowParameter `json:"parameters"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowProperties ...
func (WorkflowProperties) MarshalJSON
deprecated
func (wp WorkflowProperties) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowProperties.
type WorkflowProvisioningState
deprecated
type WorkflowProvisioningState string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowProvisioningState enumerates the values for workflow provisioning state.
const ( // WorkflowProvisioningStateMoving ... WorkflowProvisioningStateMoving WorkflowProvisioningState = "Moving" // WorkflowProvisioningStateNotSpecified ... WorkflowProvisioningStateNotSpecified WorkflowProvisioningState = "NotSpecified" // WorkflowProvisioningStateSucceeded ... WorkflowProvisioningStateSucceeded WorkflowProvisioningState = "Succeeded" )
func PossibleWorkflowProvisioningStateValues
deprecated
func PossibleWorkflowProvisioningStateValues() []WorkflowProvisioningState
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleWorkflowProvisioningStateValues returns an array of possible values for the WorkflowProvisioningState const type.
type WorkflowRun
deprecated
type WorkflowRun struct { autorest.Response `json:"-"` // WorkflowRunProperties - Gets or sets the workflow run properties. *WorkflowRunProperties `json:"properties,omitempty"` // Name - Gets the workflow run name. Name *string `json:"name,omitempty"` // Type - Gets the workflow run type. Type *string `json:"type,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRun ...
func (WorkflowRun) MarshalJSON
deprecated
func (wr WorkflowRun) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowRun.
func (*WorkflowRun) UnmarshalJSON
deprecated
func (wr *WorkflowRun) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowRun struct.
type WorkflowRunAction
deprecated
type WorkflowRunAction struct { autorest.Response `json:"-"` // WorkflowRunActionProperties - Gets or sets the workflow run action properties. *WorkflowRunActionProperties `json:"properties,omitempty"` // Name - Gets the workflow run action name. Name *string `json:"name,omitempty"` // Type - Gets the workflow run action type. Type *string `json:"type,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunAction ...
func (WorkflowRunAction) MarshalJSON
deprecated
func (wra WorkflowRunAction) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowRunAction.
func (*WorkflowRunAction) UnmarshalJSON
deprecated
func (wra *WorkflowRunAction) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowRunAction struct.
type WorkflowRunActionFilter
deprecated
type WorkflowRunActionFilter struct { // Status - Gets or sets the status of workflow run action. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionFilter ...
type WorkflowRunActionListResult
deprecated
type WorkflowRunActionListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of workflow run actions. Value *[]WorkflowRunAction `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionListResult ...
func (WorkflowRunActionListResult) IsEmpty
deprecated
func (wralr WorkflowRunActionListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowRunActionListResultIterator
deprecated
type WorkflowRunActionListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionListResultIterator provides access to a complete listing of WorkflowRunAction values.
func (*WorkflowRunActionListResultIterator) Next
deprecated
func (iter *WorkflowRunActionListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowRunActionListResultIterator) NotDone
deprecated
func (iter WorkflowRunActionListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowRunActionListResultIterator) Response
deprecated
func (iter WorkflowRunActionListResultIterator) Response() WorkflowRunActionListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowRunActionListResultIterator) Value
deprecated
func (iter WorkflowRunActionListResultIterator) Value() WorkflowRunAction
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowRunActionListResultPage
deprecated
type WorkflowRunActionListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionListResultPage contains a page of WorkflowRunAction values.
func (*WorkflowRunActionListResultPage) Next
deprecated
func (page *WorkflowRunActionListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowRunActionListResultPage) NotDone
deprecated
func (page WorkflowRunActionListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowRunActionListResultPage) Response
deprecated
func (page WorkflowRunActionListResultPage) Response() WorkflowRunActionListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowRunActionListResultPage) Values
deprecated
func (page WorkflowRunActionListResultPage) Values() []WorkflowRunAction
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowRunActionProperties
deprecated
type WorkflowRunActionProperties struct { // StartTime - Gets the start time. StartTime *date.Time `json:"startTime,omitempty"` // EndTime - Gets the end time. EndTime *date.Time `json:"endTime,omitempty"` // Status - Gets the status. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` // Code - Gets the code. Code *string `json:"code,omitempty"` // Error - Gets the error. Error interface{} `json:"error,omitempty"` // TrackingID - Gets the trackingId. TrackingID *string `json:"trackingId,omitempty"` // InputsLink - Gets the link to inputs. InputsLink *ContentLink `json:"inputsLink,omitempty"` // OutputsLink - Gets the link to outputs. OutputsLink *ContentLink `json:"outputsLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionProperties ...
type WorkflowRunActionsClient
deprecated
type WorkflowRunActionsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunActionsClient is the REST API for Azure Logic Apps.
func NewWorkflowRunActionsClient
deprecated
func NewWorkflowRunActionsClient(subscriptionID string) WorkflowRunActionsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowRunActionsClient creates an instance of the WorkflowRunActionsClient client.
func NewWorkflowRunActionsClientWithBaseURI
deprecated
func NewWorkflowRunActionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunActionsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowRunActionsClientWithBaseURI creates an instance of the WorkflowRunActionsClient client.
func (WorkflowRunActionsClient) Get
deprecated
func (client WorkflowRunActionsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, runName string, actionName string) (result WorkflowRunAction, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow run action.
resourceGroupName is the resource group name. workflowName is the workflow name. runName is the workflow run name. actionName is the workflow action name.
func (WorkflowRunActionsClient) GetPreparer
deprecated
func (client WorkflowRunActionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, runName string, actionName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowRunActionsClient) GetResponder
deprecated
func (client WorkflowRunActionsClient) GetResponder(resp *http.Response) (result WorkflowRunAction, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowRunActionsClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowRunActionsClient) List
deprecated
func (client WorkflowRunActionsClient) List(ctx context.Context, resourceGroupName string, workflowName string, runName string, top *int32, filter string) (result WorkflowRunActionListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. List gets a list of workflow run actions.
resourceGroupName is the resource group name. workflowName is the workflow name. runName is the workflow run name. top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowRunActionsClient) ListComplete
deprecated
func (client WorkflowRunActionsClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, runName string, top *int32, filter string) (result WorkflowRunActionListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowRunActionsClient) ListPreparer
deprecated
func (client WorkflowRunActionsClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, runName string, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListPreparer prepares the List request.
func (WorkflowRunActionsClient) ListResponder
deprecated
func (client WorkflowRunActionsClient) ListResponder(resp *http.Response) (result WorkflowRunActionListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WorkflowRunActionsClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type WorkflowRunFilter
deprecated
type WorkflowRunFilter struct { // Status - Gets or sets the status of workflow run. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunFilter ...
type WorkflowRunListResult
deprecated
type WorkflowRunListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of workflow runs. Value *[]WorkflowRun `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunListResult ...
func (WorkflowRunListResult) IsEmpty
deprecated
func (wrlr WorkflowRunListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowRunListResultIterator
deprecated
type WorkflowRunListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunListResultIterator provides access to a complete listing of WorkflowRun values.
func (*WorkflowRunListResultIterator) Next
deprecated
func (iter *WorkflowRunListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowRunListResultIterator) NotDone
deprecated
func (iter WorkflowRunListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowRunListResultIterator) Response
deprecated
func (iter WorkflowRunListResultIterator) Response() WorkflowRunListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowRunListResultIterator) Value
deprecated
func (iter WorkflowRunListResultIterator) Value() WorkflowRun
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowRunListResultPage
deprecated
type WorkflowRunListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunListResultPage contains a page of WorkflowRun values.
func (*WorkflowRunListResultPage) Next
deprecated
func (page *WorkflowRunListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowRunListResultPage) NotDone
deprecated
func (page WorkflowRunListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowRunListResultPage) Response
deprecated
func (page WorkflowRunListResultPage) Response() WorkflowRunListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowRunListResultPage) Values
deprecated
func (page WorkflowRunListResultPage) Values() []WorkflowRun
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowRunProperties
deprecated
type WorkflowRunProperties struct { // StartTime - Gets the start time. StartTime *date.Time `json:"startTime,omitempty"` // EndTime - Gets the end time. EndTime *date.Time `json:"endTime,omitempty"` // Status - Gets the status. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` // Code - Gets the code. Code *string `json:"code,omitempty"` // Error - Gets the error. Error interface{} `json:"error,omitempty"` // CorrelationID - Gets the correlation id. CorrelationID *string `json:"correlationId,omitempty"` // Workflow - Gets the reference to workflow version. Workflow *ResourceReference `json:"workflow,omitempty"` // Trigger - Gets the fired trigger. Trigger *WorkflowRunTrigger `json:"trigger,omitempty"` // Outputs - Gets the outputs. Outputs map[string]*WorkflowOutputParameter `json:"outputs"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunProperties ...
func (WorkflowRunProperties) MarshalJSON
deprecated
func (wrp WorkflowRunProperties) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowRunProperties.
type WorkflowRunTrigger
deprecated
type WorkflowRunTrigger struct { // Name - Gets the name. Name *string `json:"name,omitempty"` // Inputs - Gets the inputs. Inputs interface{} `json:"inputs,omitempty"` // InputsLink - Gets the link to inputs. InputsLink *ContentLink `json:"inputsLink,omitempty"` // Outputs - Gets the outputs. Outputs interface{} `json:"outputs,omitempty"` // OutputsLink - Gets the link to outputs. OutputsLink *ContentLink `json:"outputsLink,omitempty"` // StartTime - Gets the start time. StartTime *date.Time `json:"startTime,omitempty"` // EndTime - Gets the end time. EndTime *date.Time `json:"endTime,omitempty"` // TrackingID - Gets the trackingId. TrackingID *string `json:"trackingId,omitempty"` // Code - Gets the code. Code *string `json:"code,omitempty"` // Status - Gets the status. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` // Error - Gets the error. Error interface{} `json:"error,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunTrigger ...
type WorkflowRunsClient
deprecated
type WorkflowRunsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowRunsClient is the REST API for Azure Logic Apps.
func NewWorkflowRunsClient
deprecated
func NewWorkflowRunsClient(subscriptionID string) WorkflowRunsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowRunsClient creates an instance of the WorkflowRunsClient client.
func NewWorkflowRunsClientWithBaseURI
deprecated
func NewWorkflowRunsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowRunsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowRunsClientWithBaseURI creates an instance of the WorkflowRunsClient client.
func (WorkflowRunsClient) Cancel
deprecated
func (client WorkflowRunsClient) Cancel(ctx context.Context, resourceGroupName string, workflowName string, runName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Cancel cancels a workflow run.
resourceGroupName is the resource group name. workflowName is the workflow name. runName is the workflow run name.
func (WorkflowRunsClient) CancelPreparer
deprecated
func (client WorkflowRunsClient) CancelPreparer(ctx context.Context, resourceGroupName string, workflowName string, runName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CancelPreparer prepares the Cancel request.
func (WorkflowRunsClient) CancelResponder
deprecated
func (client WorkflowRunsClient) CancelResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CancelResponder handles the response to the Cancel request. The method always closes the http.Response Body.
func (WorkflowRunsClient) CancelSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CancelSender sends the Cancel request. The method will close the http.Response Body if it receives an error.
func (WorkflowRunsClient) Get
deprecated
func (client WorkflowRunsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, runName string) (result WorkflowRun, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow run.
resourceGroupName is the resource group name. workflowName is the workflow name. runName is the workflow run name.
func (WorkflowRunsClient) GetPreparer
deprecated
func (client WorkflowRunsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, runName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowRunsClient) GetResponder
deprecated
func (client WorkflowRunsClient) GetResponder(resp *http.Response) (result WorkflowRun, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowRunsClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowRunsClient) List
deprecated
func (client WorkflowRunsClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (result WorkflowRunListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. List gets a list of workflow runs.
resourceGroupName is the resource group name. workflowName is the workflow name. top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowRunsClient) ListComplete
deprecated
func (client WorkflowRunsClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (result WorkflowRunListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowRunsClient) ListPreparer
deprecated
func (client WorkflowRunsClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListPreparer prepares the List request.
func (WorkflowRunsClient) ListResponder
deprecated
func (client WorkflowRunsClient) ListResponder(resp *http.Response) (result WorkflowRunListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WorkflowRunsClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type WorkflowSecretKeys
deprecated
type WorkflowSecretKeys struct { autorest.Response `json:"-"` // PrimarySecretKey - Gets the primary secret key. PrimarySecretKey *string `json:"primarySecretKey,omitempty"` // SecondarySecretKey - Gets the secondary secret key. SecondarySecretKey *string `json:"secondarySecretKey,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowSecretKeys ...
type WorkflowState
deprecated
type WorkflowState string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowState enumerates the values for workflow state.
const ( // WorkflowStateDeleted ... WorkflowStateDeleted WorkflowState = "Deleted" // WorkflowStateDisabled ... WorkflowStateDisabled WorkflowState = "Disabled" // WorkflowStateEnabled ... WorkflowStateEnabled WorkflowState = "Enabled" // WorkflowStateNotSpecified ... WorkflowStateNotSpecified WorkflowState = "NotSpecified" // WorkflowStateSuspended ... WorkflowStateSuspended WorkflowState = "Suspended" )
func PossibleWorkflowStateValues
deprecated
func PossibleWorkflowStateValues() []WorkflowState
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleWorkflowStateValues returns an array of possible values for the WorkflowState const type.
type WorkflowStatus
deprecated
type WorkflowStatus string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowStatus enumerates the values for workflow status.
const ( // WorkflowStatusAborted ... WorkflowStatusAborted WorkflowStatus = "Aborted" // WorkflowStatusCancelled ... WorkflowStatusCancelled WorkflowStatus = "Cancelled" // WorkflowStatusFailed ... WorkflowStatusFailed WorkflowStatus = "Failed" // WorkflowStatusFaulted ... WorkflowStatusFaulted WorkflowStatus = "Faulted" // WorkflowStatusNotSpecified ... WorkflowStatusNotSpecified WorkflowStatus = "NotSpecified" // WorkflowStatusPaused ... WorkflowStatusPaused WorkflowStatus = "Paused" // WorkflowStatusRunning ... WorkflowStatusRunning WorkflowStatus = "Running" // WorkflowStatusSkipped ... WorkflowStatusSkipped WorkflowStatus = "Skipped" // WorkflowStatusSucceeded ... WorkflowStatusSucceeded WorkflowStatus = "Succeeded" // WorkflowStatusSuspended ... WorkflowStatusSuspended WorkflowStatus = "Suspended" // WorkflowStatusTimedOut ... WorkflowStatusTimedOut WorkflowStatus = "TimedOut" // WorkflowStatusWaiting ... WorkflowStatusWaiting WorkflowStatus = "Waiting" )
func PossibleWorkflowStatusValues
deprecated
func PossibleWorkflowStatusValues() []WorkflowStatus
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleWorkflowStatusValues returns an array of possible values for the WorkflowStatus const type.
type WorkflowTrigger
deprecated
type WorkflowTrigger struct { autorest.Response `json:"-"` // WorkflowTriggerProperties - Gets or sets the workflow trigger properties. *WorkflowTriggerProperties `json:"properties,omitempty"` // Name - Gets the workflow trigger name. Name *string `json:"name,omitempty"` // Type - Gets the workflow trigger type. Type *string `json:"type,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTrigger ...
func (WorkflowTrigger) MarshalJSON
deprecated
func (wt WorkflowTrigger) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowTrigger.
func (*WorkflowTrigger) UnmarshalJSON
deprecated
func (wt *WorkflowTrigger) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowTrigger struct.
type WorkflowTriggerFilter
deprecated
type WorkflowTriggerFilter struct { // State - Gets or sets the state of workflow trigger. Possible values include: 'WorkflowStateNotSpecified', 'WorkflowStateEnabled', 'WorkflowStateDisabled', 'WorkflowStateDeleted', 'WorkflowStateSuspended' State WorkflowState `json:"state,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerFilter ...
type WorkflowTriggerHistoriesClient
deprecated
type WorkflowTriggerHistoriesClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoriesClient is the REST API for Azure Logic Apps.
func NewWorkflowTriggerHistoriesClient
deprecated
func NewWorkflowTriggerHistoriesClient(subscriptionID string) WorkflowTriggerHistoriesClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowTriggerHistoriesClient creates an instance of the WorkflowTriggerHistoriesClient client.
func NewWorkflowTriggerHistoriesClientWithBaseURI
deprecated
func NewWorkflowTriggerHistoriesClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggerHistoriesClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowTriggerHistoriesClientWithBaseURI creates an instance of the WorkflowTriggerHistoriesClient client.
func (WorkflowTriggerHistoriesClient) Get
deprecated
func (client WorkflowTriggerHistoriesClient) Get(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, historyName string) (result WorkflowTriggerHistory, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow trigger history.
resourceGroupName is the resource group name. workflowName is the workflow name. triggerName is the workflow trigger name. historyName is the workflow trigger history name.
func (WorkflowTriggerHistoriesClient) GetPreparer
deprecated
func (client WorkflowTriggerHistoriesClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, historyName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowTriggerHistoriesClient) GetResponder
deprecated
func (client WorkflowTriggerHistoriesClient) GetResponder(resp *http.Response) (result WorkflowTriggerHistory, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowTriggerHistoriesClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowTriggerHistoriesClient) List
deprecated
func (client WorkflowTriggerHistoriesClient) List(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, top *int32, filter string) (result WorkflowTriggerHistoryListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. List gets a list of workflow trigger histories.
resourceGroupName is the resource group name. workflowName is the workflow name. triggerName is the workflow trigger name. top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowTriggerHistoriesClient) ListComplete
deprecated
func (client WorkflowTriggerHistoriesClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, top *int32, filter string) (result WorkflowTriggerHistoryListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowTriggerHistoriesClient) ListPreparer
deprecated
func (client WorkflowTriggerHistoriesClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, triggerName string, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListPreparer prepares the List request.
func (WorkflowTriggerHistoriesClient) ListResponder
deprecated
func (client WorkflowTriggerHistoriesClient) ListResponder(resp *http.Response) (result WorkflowTriggerHistoryListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WorkflowTriggerHistoriesClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
type WorkflowTriggerHistory
deprecated
type WorkflowTriggerHistory struct { autorest.Response `json:"-"` // WorkflowTriggerHistoryProperties - Gets the workflow trigger history properties. *WorkflowTriggerHistoryProperties `json:"properties,omitempty"` // Name - Gets the workflow trigger history name. Name *string `json:"name,omitempty"` // Type - Gets the workflow trigger history type. Type *string `json:"type,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistory ...
func (WorkflowTriggerHistory) MarshalJSON
deprecated
func (wth WorkflowTriggerHistory) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowTriggerHistory.
func (*WorkflowTriggerHistory) UnmarshalJSON
deprecated
func (wth *WorkflowTriggerHistory) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowTriggerHistory struct.
type WorkflowTriggerHistoryFilter
deprecated
type WorkflowTriggerHistoryFilter struct { // Status - Gets or sets the status of workflow trigger history. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoryFilter ...
type WorkflowTriggerHistoryListResult
deprecated
type WorkflowTriggerHistoryListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of workflow trigger histories. Value *[]WorkflowTriggerHistory `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoryListResult ...
func (WorkflowTriggerHistoryListResult) IsEmpty
deprecated
func (wthlr WorkflowTriggerHistoryListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowTriggerHistoryListResultIterator
deprecated
type WorkflowTriggerHistoryListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoryListResultIterator provides access to a complete listing of WorkflowTriggerHistory values.
func (*WorkflowTriggerHistoryListResultIterator) Next
deprecated
func (iter *WorkflowTriggerHistoryListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowTriggerHistoryListResultIterator) NotDone
deprecated
func (iter WorkflowTriggerHistoryListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowTriggerHistoryListResultIterator) Response
deprecated
func (iter WorkflowTriggerHistoryListResultIterator) Response() WorkflowTriggerHistoryListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowTriggerHistoryListResultIterator) Value
deprecated
func (iter WorkflowTriggerHistoryListResultIterator) Value() WorkflowTriggerHistory
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowTriggerHistoryListResultPage
deprecated
type WorkflowTriggerHistoryListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoryListResultPage contains a page of WorkflowTriggerHistory values.
func (*WorkflowTriggerHistoryListResultPage) Next
deprecated
func (page *WorkflowTriggerHistoryListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowTriggerHistoryListResultPage) NotDone
deprecated
func (page WorkflowTriggerHistoryListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowTriggerHistoryListResultPage) Response
deprecated
func (page WorkflowTriggerHistoryListResultPage) Response() WorkflowTriggerHistoryListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowTriggerHistoryListResultPage) Values
deprecated
func (page WorkflowTriggerHistoryListResultPage) Values() []WorkflowTriggerHistory
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowTriggerHistoryProperties
deprecated
type WorkflowTriggerHistoryProperties struct { // StartTime - Gets the start time. StartTime *date.Time `json:"startTime,omitempty"` // EndTime - Gets the end time. EndTime *date.Time `json:"endTime,omitempty"` // Status - Gets the status. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` // Code - Gets the code. Code *string `json:"code,omitempty"` // Error - Gets the error. Error interface{} `json:"error,omitempty"` // TrackingID - Gets the tracking id. TrackingID *string `json:"trackingId,omitempty"` // InputsLink - Gets the link to input parameters. InputsLink *ContentLink `json:"inputsLink,omitempty"` // OutputsLink - Gets the link to output parameters. OutputsLink *ContentLink `json:"outputsLink,omitempty"` // Fired - Gets a value indicating whether trigger was fired. Fired *bool `json:"fired,omitempty"` // Run - Gets the reference to workflow run. Run *ResourceReference `json:"run,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerHistoryProperties ...
type WorkflowTriggerListResult
deprecated
type WorkflowTriggerListResult struct { autorest.Response `json:"-"` // Value - Gets or sets a list of workflow triggers. Value *[]WorkflowTrigger `json:"value,omitempty"` // NextLink - Gets or sets the URL to get the next set of results. NextLink *string `json:"nextLink,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerListResult ...
func (WorkflowTriggerListResult) IsEmpty
deprecated
func (wtlr WorkflowTriggerListResult) IsEmpty() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. IsEmpty returns true if the ListResult contains no values.
type WorkflowTriggerListResultIterator
deprecated
type WorkflowTriggerListResultIterator struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerListResultIterator provides access to a complete listing of WorkflowTrigger values.
func (*WorkflowTriggerListResultIterator) Next
deprecated
func (iter *WorkflowTriggerListResultIterator) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next value. If there was an error making the request the iterator does not advance and the error is returned.
func (WorkflowTriggerListResultIterator) NotDone
deprecated
func (iter WorkflowTriggerListResultIterator) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the enumeration should be started or is not yet complete.
func (WorkflowTriggerListResultIterator) Response
deprecated
func (iter WorkflowTriggerListResultIterator) Response() WorkflowTriggerListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowTriggerListResultIterator) Value
deprecated
func (iter WorkflowTriggerListResultIterator) Value() WorkflowTrigger
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Value returns the current value or a zero-initialized value if the iterator has advanced beyond the end of the collection.
type WorkflowTriggerListResultPage
deprecated
type WorkflowTriggerListResultPage struct {
// contains filtered or unexported fields
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerListResultPage contains a page of WorkflowTrigger values.
func (*WorkflowTriggerListResultPage) Next
deprecated
func (page *WorkflowTriggerListResultPage) Next() error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Next advances to the next page of values. If there was an error making the request the page does not advance and the error is returned.
func (WorkflowTriggerListResultPage) NotDone
deprecated
func (page WorkflowTriggerListResultPage) NotDone() bool
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NotDone returns true if the page enumeration should be started or is not yet complete.
func (WorkflowTriggerListResultPage) Response
deprecated
func (page WorkflowTriggerListResultPage) Response() WorkflowTriggerListResult
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Response returns the raw server response from the last page request.
func (WorkflowTriggerListResultPage) Values
deprecated
func (page WorkflowTriggerListResultPage) Values() []WorkflowTrigger
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Values returns the slice of values for the current page or nil if there are no values.
type WorkflowTriggerProperties
deprecated
type WorkflowTriggerProperties struct { // ProvisioningState - Gets the provisioning state. Possible values include: 'WorkflowTriggerProvisioningStateNotSpecified', 'WorkflowTriggerProvisioningStateCreating', 'WorkflowTriggerProvisioningStateSucceeded', 'WorkflowTriggerProvisioningStateUpdating' ProvisioningState WorkflowTriggerProvisioningState `json:"provisioningState,omitempty"` // CreatedTime - Gets the created time. CreatedTime *date.Time `json:"createdTime,omitempty"` // ChangedTime - Gets the changed time. ChangedTime *date.Time `json:"changedTime,omitempty"` // State - Gets the state. Possible values include: 'WorkflowStateNotSpecified', 'WorkflowStateEnabled', 'WorkflowStateDisabled', 'WorkflowStateDeleted', 'WorkflowStateSuspended' State WorkflowState `json:"state,omitempty"` // Status - Gets the status. Possible values include: 'WorkflowStatusNotSpecified', 'WorkflowStatusPaused', 'WorkflowStatusRunning', 'WorkflowStatusWaiting', 'WorkflowStatusSucceeded', 'WorkflowStatusSkipped', 'WorkflowStatusSuspended', 'WorkflowStatusCancelled', 'WorkflowStatusFailed', 'WorkflowStatusFaulted', 'WorkflowStatusTimedOut', 'WorkflowStatusAborted' Status WorkflowStatus `json:"status,omitempty"` // LastExecutionTime - Gets the last execution time. LastExecutionTime *date.Time `json:"lastExecutionTime,omitempty"` // NextExecutionTime - Gets the next execution time. NextExecutionTime *date.Time `json:"nextExecutionTime,omitempty"` // Recurrence - Gets the workflow trigger recurrence. Recurrence *WorkflowTriggerRecurrence `json:"recurrence,omitempty"` // Workflow - Gets the reference to workflow. Workflow *ResourceReference `json:"workflow,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerProperties ...
type WorkflowTriggerProvisioningState
deprecated
type WorkflowTriggerProvisioningState string
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerProvisioningState enumerates the values for workflow trigger provisioning state.
const ( // WorkflowTriggerProvisioningStateCreating ... WorkflowTriggerProvisioningStateCreating WorkflowTriggerProvisioningState = "Creating" // WorkflowTriggerProvisioningStateNotSpecified ... WorkflowTriggerProvisioningStateNotSpecified WorkflowTriggerProvisioningState = "NotSpecified" // WorkflowTriggerProvisioningStateSucceeded ... WorkflowTriggerProvisioningStateSucceeded WorkflowTriggerProvisioningState = "Succeeded" // WorkflowTriggerProvisioningStateUpdating ... WorkflowTriggerProvisioningStateUpdating WorkflowTriggerProvisioningState = "Updating" )
func PossibleWorkflowTriggerProvisioningStateValues
deprecated
func PossibleWorkflowTriggerProvisioningStateValues() []WorkflowTriggerProvisioningState
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. PossibleWorkflowTriggerProvisioningStateValues returns an array of possible values for the WorkflowTriggerProvisioningState const type.
type WorkflowTriggerRecurrence
deprecated
type WorkflowTriggerRecurrence struct { // Frequency - Gets or sets the frequency. Possible values include: 'Second', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year' Frequency RecurrenceFrequency `json:"frequency,omitempty"` // Interval - Gets or sets the interval. Interval *int32 `json:"interval,omitempty"` // StartTime - Gets or sets the start time. StartTime *date.Time `json:"startTime,omitempty"` // TimeZone - Gets or sets the time zone. TimeZone *string `json:"timeZone,omitempty"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggerRecurrence ...
type WorkflowTriggersClient
deprecated
type WorkflowTriggersClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowTriggersClient is the REST API for Azure Logic Apps.
func NewWorkflowTriggersClient
deprecated
func NewWorkflowTriggersClient(subscriptionID string) WorkflowTriggersClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowTriggersClient creates an instance of the WorkflowTriggersClient client.
func NewWorkflowTriggersClientWithBaseURI
deprecated
func NewWorkflowTriggersClientWithBaseURI(baseURI string, subscriptionID string) WorkflowTriggersClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowTriggersClientWithBaseURI creates an instance of the WorkflowTriggersClient client.
func (WorkflowTriggersClient) Get
deprecated
func (client WorkflowTriggersClient) Get(ctx context.Context, resourceGroupName string, workflowName string, triggerName string) (result WorkflowTrigger, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow trigger.
resourceGroupName is the resource group name. workflowName is the workflow name. triggerName is the workflow trigger name.
func (WorkflowTriggersClient) GetPreparer
deprecated
func (client WorkflowTriggersClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, triggerName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowTriggersClient) GetResponder
deprecated
func (client WorkflowTriggersClient) GetResponder(resp *http.Response) (result WorkflowTrigger, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowTriggersClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowTriggersClient) List
deprecated
func (client WorkflowTriggersClient) List(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (result WorkflowTriggerListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. List gets a list of workflow triggers.
resourceGroupName is the resource group name. workflowName is the workflow name. top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowTriggersClient) ListComplete
deprecated
func (client WorkflowTriggersClient) ListComplete(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (result WorkflowTriggerListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowTriggersClient) ListPreparer
deprecated
func (client WorkflowTriggersClient) ListPreparer(ctx context.Context, resourceGroupName string, workflowName string, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListPreparer prepares the List request.
func (WorkflowTriggersClient) ListResponder
deprecated
func (client WorkflowTriggersClient) ListResponder(resp *http.Response) (result WorkflowTriggerListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListResponder handles the response to the List request. The method always closes the http.Response Body.
func (WorkflowTriggersClient) ListSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListSender sends the List request. The method will close the http.Response Body if it receives an error.
func (WorkflowTriggersClient) Run
deprecated
func (client WorkflowTriggersClient) Run(ctx context.Context, resourceGroupName string, workflowName string, triggerName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Run runs a workflow trigger.
resourceGroupName is the resource group name. workflowName is the workflow name. triggerName is the workflow trigger name.
func (WorkflowTriggersClient) RunPreparer
deprecated
func (client WorkflowTriggersClient) RunPreparer(ctx context.Context, resourceGroupName string, workflowName string, triggerName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunPreparer prepares the Run request.
func (WorkflowTriggersClient) RunResponder
deprecated
func (client WorkflowTriggersClient) RunResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunResponder handles the response to the Run request. The method always closes the http.Response Body.
func (WorkflowTriggersClient) RunSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunSender sends the Run request. The method will close the http.Response Body if it receives an error.
type WorkflowVersion
deprecated
type WorkflowVersion struct { autorest.Response `json:"-"` // WorkflowVersionProperties - Gets or sets the workflow version properties. *WorkflowVersionProperties `json:"properties,omitempty"` // ID - Gets or sets the resource id. ID *string `json:"id,omitempty"` // Name - Gets the resource name. Name *string `json:"name,omitempty"` // Type - Gets the resource type. Type *string `json:"type,omitempty"` // Location - Gets or sets the resource location. Location *string `json:"location,omitempty"` // Tags - Gets or sets the resource tags. Tags map[string]*string `json:"tags"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowVersion ...
func (WorkflowVersion) MarshalJSON
deprecated
func (wv WorkflowVersion) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowVersion.
func (*WorkflowVersion) UnmarshalJSON
deprecated
func (wv *WorkflowVersion) UnmarshalJSON(body []byte) error
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UnmarshalJSON is the custom unmarshaler for WorkflowVersion struct.
type WorkflowVersionProperties
deprecated
type WorkflowVersionProperties struct { // CreatedTime - Gets the created time. CreatedTime *date.Time `json:"createdTime,omitempty"` // ChangedTime - Gets the changed time. ChangedTime *date.Time `json:"changedTime,omitempty"` // State - Gets or sets the state. Possible values include: 'WorkflowStateNotSpecified', 'WorkflowStateEnabled', 'WorkflowStateDisabled', 'WorkflowStateDeleted', 'WorkflowStateSuspended' State WorkflowState `json:"state,omitempty"` // Version - Gets the version. Version *string `json:"version,omitempty"` // AccessEndpoint - Gets the access endpoint. AccessEndpoint *string `json:"accessEndpoint,omitempty"` // Sku - Gets or sets the sku. Sku *Sku `json:"sku,omitempty"` // DefinitionLink - Gets or sets the link to definition. DefinitionLink *ContentLink `json:"definitionLink,omitempty"` // Definition - Gets or sets the definition. Definition interface{} `json:"definition,omitempty"` // ParametersLink - Gets or sets the link to parameters. ParametersLink *ContentLink `json:"parametersLink,omitempty"` // Parameters - Gets or sets the parameters. Parameters map[string]*WorkflowParameter `json:"parameters"` }
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowVersionProperties ...
func (WorkflowVersionProperties) MarshalJSON
deprecated
func (wvp WorkflowVersionProperties) MarshalJSON() ([]byte, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. MarshalJSON is the custom marshaler for WorkflowVersionProperties.
type WorkflowVersionsClient
deprecated
type WorkflowVersionsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowVersionsClient is the REST API for Azure Logic Apps.
func NewWorkflowVersionsClient
deprecated
func NewWorkflowVersionsClient(subscriptionID string) WorkflowVersionsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowVersionsClient creates an instance of the WorkflowVersionsClient client.
func NewWorkflowVersionsClientWithBaseURI
deprecated
func NewWorkflowVersionsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowVersionsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowVersionsClientWithBaseURI creates an instance of the WorkflowVersionsClient client.
func (WorkflowVersionsClient) Get
deprecated
func (client WorkflowVersionsClient) Get(ctx context.Context, resourceGroupName string, workflowName string, versionID string) (result WorkflowVersion, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow version.
resourceGroupName is the resource group name. workflowName is the workflow name. versionID is the workflow versionId.
func (WorkflowVersionsClient) GetPreparer
deprecated
func (client WorkflowVersionsClient) GetPreparer(ctx context.Context, resourceGroupName string, workflowName string, versionID string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetPreparer prepares the Get request.
func (WorkflowVersionsClient) GetResponder
deprecated
func (client WorkflowVersionsClient) GetResponder(resp *http.Response) (result WorkflowVersion, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowVersionsClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
type WorkflowsClient
deprecated
type WorkflowsClient struct {
BaseClient
}
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowsClient is the REST API for Azure Logic Apps.
func NewWorkflowsClient
deprecated
func NewWorkflowsClient(subscriptionID string) WorkflowsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowsClient creates an instance of the WorkflowsClient client.
func NewWorkflowsClientWithBaseURI
deprecated
func NewWorkflowsClientWithBaseURI(baseURI string, subscriptionID string) WorkflowsClient
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. NewWorkflowsClientWithBaseURI creates an instance of the WorkflowsClient client.
func (WorkflowsClient) CreateOrUpdate
deprecated
func (client WorkflowsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdate creates or updates a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name. workflow is the workflow.
func (WorkflowsClient) CreateOrUpdatePreparer
deprecated
func (client WorkflowsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdatePreparer prepares the CreateOrUpdate request.
func (WorkflowsClient) CreateOrUpdateResponder
deprecated
func (client WorkflowsClient) CreateOrUpdateResponder(resp *http.Response) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdateResponder handles the response to the CreateOrUpdate request. The method always closes the http.Response Body.
func (WorkflowsClient) CreateOrUpdateSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. CreateOrUpdateSender sends the CreateOrUpdate request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Delete
deprecated
func (client WorkflowsClient) Delete(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Delete deletes a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name.
func (WorkflowsClient) DeletePreparer
deprecated
func (client WorkflowsClient) DeletePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeletePreparer prepares the Delete request.
func (WorkflowsClient) DeleteResponder
deprecated
func (client WorkflowsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeleteResponder handles the response to the Delete request. The method always closes the http.Response Body.
func (WorkflowsClient) DeleteSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DeleteSender sends the Delete request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Disable
deprecated
func (client WorkflowsClient) Disable(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Disable disables a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name.
func (WorkflowsClient) DisablePreparer
deprecated
func (client WorkflowsClient) DisablePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DisablePreparer prepares the Disable request.
func (WorkflowsClient) DisableResponder
deprecated
func (client WorkflowsClient) DisableResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DisableResponder handles the response to the Disable request. The method always closes the http.Response Body.
func (WorkflowsClient) DisableSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. DisableSender sends the Disable request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Enable
deprecated
func (client WorkflowsClient) Enable(ctx context.Context, resourceGroupName string, workflowName string) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Enable enables a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name.
func (WorkflowsClient) EnablePreparer
deprecated
func (client WorkflowsClient) EnablePreparer(ctx context.Context, resourceGroupName string, workflowName string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. EnablePreparer prepares the Enable request.
func (WorkflowsClient) EnableResponder
deprecated
func (client WorkflowsClient) EnableResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. EnableResponder handles the response to the Enable request. The method always closes the http.Response Body.
func (WorkflowsClient) EnableSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. EnableSender sends the Enable request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Get
deprecated
func (client WorkflowsClient) Get(ctx context.Context, resourceGroupName string, workflowName string) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Get gets a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name.
func (WorkflowsClient) GetPreparer
deprecated
func (WorkflowsClient) GetResponder
deprecated
func (client WorkflowsClient) GetResponder(resp *http.Response) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetResponder handles the response to the Get request. The method always closes the http.Response Body.
func (WorkflowsClient) GetSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. GetSender sends the Get request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) ListByResourceGroup
deprecated
func (client WorkflowsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, top *int32, filter string) (result WorkflowListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListByResourceGroup gets a list of workflows by resource group.
resourceGroupName is the resource group name. top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowsClient) ListByResourceGroupComplete
deprecated
func (client WorkflowsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, top *int32, filter string) (result WorkflowListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListByResourceGroupComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowsClient) ListByResourceGroupPreparer
deprecated
func (client WorkflowsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListByResourceGroupPreparer prepares the ListByResourceGroup request.
func (WorkflowsClient) ListByResourceGroupResponder
deprecated
func (client WorkflowsClient) ListByResourceGroupResponder(resp *http.Response) (result WorkflowListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListByResourceGroupResponder handles the response to the ListByResourceGroup request. The method always closes the http.Response Body.
func (WorkflowsClient) ListByResourceGroupSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListByResourceGroupSender sends the ListByResourceGroup request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) ListBySubscription
deprecated
func (client WorkflowsClient) ListBySubscription(ctx context.Context, top *int32, filter string) (result WorkflowListResultPage, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListBySubscription gets a list of workflows by subscription.
top is the number of items to be included in the result. filter is the filter to apply on the operation.
func (WorkflowsClient) ListBySubscriptionComplete
deprecated
func (client WorkflowsClient) ListBySubscriptionComplete(ctx context.Context, top *int32, filter string) (result WorkflowListResultIterator, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListBySubscriptionComplete enumerates all values, automatically crossing page boundaries as required.
func (WorkflowsClient) ListBySubscriptionPreparer
deprecated
func (client WorkflowsClient) ListBySubscriptionPreparer(ctx context.Context, top *int32, filter string) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListBySubscriptionPreparer prepares the ListBySubscription request.
func (WorkflowsClient) ListBySubscriptionResponder
deprecated
func (client WorkflowsClient) ListBySubscriptionResponder(resp *http.Response) (result WorkflowListResult, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListBySubscriptionResponder handles the response to the ListBySubscription request. The method always closes the http.Response Body.
func (WorkflowsClient) ListBySubscriptionSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ListBySubscriptionSender sends the ListBySubscription request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Run
deprecated
func (client WorkflowsClient) Run(ctx context.Context, resourceGroupName string, workflowName string, parameters RunWorkflowParameters) (result WorkflowsRunFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Run runs a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name. parameters is the parameters.
func (WorkflowsClient) RunPreparer
deprecated
func (client WorkflowsClient) RunPreparer(ctx context.Context, resourceGroupName string, workflowName string, parameters RunWorkflowParameters) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunPreparer prepares the Run request.
func (WorkflowsClient) RunResponder
deprecated
func (client WorkflowsClient) RunResponder(resp *http.Response) (result WorkflowRun, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunResponder handles the response to the Run request. The method always closes the http.Response Body.
func (WorkflowsClient) RunSender
deprecated
func (client WorkflowsClient) RunSender(req *http.Request) (future WorkflowsRunFuture, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. RunSender sends the Run request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Update
deprecated
func (client WorkflowsClient) Update(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Update updates a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name. workflow is the workflow.
func (WorkflowsClient) UpdatePreparer
deprecated
func (client WorkflowsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UpdatePreparer prepares the Update request.
func (WorkflowsClient) UpdateResponder
deprecated
func (client WorkflowsClient) UpdateResponder(resp *http.Response) (result Workflow, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UpdateResponder handles the response to the Update request. The method always closes the http.Response Body.
func (WorkflowsClient) UpdateSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. UpdateSender sends the Update request. The method will close the http.Response Body if it receives an error.
func (WorkflowsClient) Validate
deprecated
func (client WorkflowsClient) Validate(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Validate validates a workflow.
resourceGroupName is the resource group name. workflowName is the workflow name. workflow is the workflow.
func (WorkflowsClient) ValidatePreparer
deprecated
func (client WorkflowsClient) ValidatePreparer(ctx context.Context, resourceGroupName string, workflowName string, workflow Workflow) (*http.Request, error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ValidatePreparer prepares the Validate request.
func (WorkflowsClient) ValidateResponder
deprecated
func (client WorkflowsClient) ValidateResponder(resp *http.Response) (result autorest.Response, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ValidateResponder handles the response to the Validate request. The method always closes the http.Response Body.
func (WorkflowsClient) ValidateSender
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. ValidateSender sends the Validate request. The method will close the http.Response Body if it receives an error.
type WorkflowsRunFuture
deprecated
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. WorkflowsRunFuture an abstraction for monitoring and retrieving the results of a long-running operation.
func (WorkflowsRunFuture) Result
deprecated
func (future WorkflowsRunFuture) Result(client WorkflowsClient) (wr WorkflowRun, err error)
Deprecated: Please use package github.com/Azure/azure-sdk-for-go/services/preview/logic/mgmt/2015-02-01-preview/logic instead. Result returns the result of the asynchronous operation. If the operation has not completed it will return an error.