Documentation ¶
Index ¶
- func PossibleValuesForKeyType() []string
- func PossibleValuesForOpenAuthenticationProviderType() []string
- func PossibleValuesForParameterType() []string
- func PossibleValuesForSkuName() []string
- func PossibleValuesForWorkflowProvisioningState() []string
- func PossibleValuesForWorkflowState() []string
- func ValidateLocationWorkflowID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkflowID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type DisableOperationResponse
- type EnableOperationResponse
- type FlowAccessControlConfiguration
- type FlowAccessControlConfigurationPolicy
- type FlowEndpoints
- type FlowEndpointsConfiguration
- type GenerateUpgradedDefinitionOperationResponse
- type GenerateUpgradedDefinitionParameters
- type GetCallbackURLParameters
- type GetOperationResponse
- type IPAddress
- type IPAddressRange
- type KeyType
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationOptions
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationOptions
- type ListBySubscriptionOperationResponse
- type ListCallbackURLOperationResponse
- type ListSwaggerOperationResponse
- type LocationWorkflowId
- type MoveOperationResponse
- type OpenAuthenticationAccessPolicies
- type OpenAuthenticationAccessPolicy
- type OpenAuthenticationPolicyClaim
- type OpenAuthenticationProviderType
- type ParameterType
- type RegenerateAccessKeyOperationResponse
- type RegenerateActionParameter
- type ResourceReference
- type Sku
- type SkuName
- type UpdateOperationResponse
- type ValidateByLocationOperationResponse
- type ValidateByResourceGroupOperationResponse
- type Workflow
- type WorkflowId
- type WorkflowOperationPredicate
- type WorkflowParameter
- type WorkflowProperties
- type WorkflowProvisioningState
- type WorkflowReference
- type WorkflowState
- type WorkflowTriggerCallbackURL
- type WorkflowTriggerListCallbackURLQueries
- type WorkflowsClient
- func (c WorkflowsClient) CreateOrUpdate(ctx context.Context, id WorkflowId, input Workflow) (result CreateOrUpdateOperationResponse, err error)
- func (c WorkflowsClient) Delete(ctx context.Context, id WorkflowId) (result DeleteOperationResponse, err error)
- func (c WorkflowsClient) Disable(ctx context.Context, id WorkflowId) (result DisableOperationResponse, err error)
- func (c WorkflowsClient) Enable(ctx context.Context, id WorkflowId) (result EnableOperationResponse, err error)
- func (c WorkflowsClient) GenerateUpgradedDefinition(ctx context.Context, id WorkflowId, input GenerateUpgradedDefinitionParameters) (result GenerateUpgradedDefinitionOperationResponse, err error)
- func (c WorkflowsClient) Get(ctx context.Context, id WorkflowId) (result GetOperationResponse, err error)
- func (c WorkflowsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupOperationResponse, err error)
- func (c WorkflowsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, ...) (ListByResourceGroupCompleteResult, error)
- func (c WorkflowsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c WorkflowsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionOperationResponse, err error)
- func (c WorkflowsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId, ...) (ListBySubscriptionCompleteResult, error)
- func (c WorkflowsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c WorkflowsClient) ListCallbackURL(ctx context.Context, id WorkflowId, input GetCallbackURLParameters) (result ListCallbackURLOperationResponse, err error)
- func (c WorkflowsClient) ListSwagger(ctx context.Context, id WorkflowId) (result ListSwaggerOperationResponse, err error)
- func (c WorkflowsClient) Move(ctx context.Context, id WorkflowId, input WorkflowReference) (result MoveOperationResponse, err error)
- func (c WorkflowsClient) MoveThenPoll(ctx context.Context, id WorkflowId, input WorkflowReference) error
- func (c WorkflowsClient) RegenerateAccessKey(ctx context.Context, id WorkflowId, input RegenerateActionParameter) (result RegenerateAccessKeyOperationResponse, err error)
- func (c WorkflowsClient) Update(ctx context.Context, id WorkflowId) (result UpdateOperationResponse, err error)
- func (c WorkflowsClient) ValidateByLocation(ctx context.Context, id LocationWorkflowId, input Workflow) (result ValidateByLocationOperationResponse, err error)
- func (c WorkflowsClient) ValidateByResourceGroup(ctx context.Context, id WorkflowId, input Workflow) (result ValidateByResourceGroupOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForKeyType ¶
func PossibleValuesForKeyType() []string
func PossibleValuesForOpenAuthenticationProviderType ¶
func PossibleValuesForOpenAuthenticationProviderType() []string
func PossibleValuesForParameterType ¶
func PossibleValuesForParameterType() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func PossibleValuesForWorkflowProvisioningState ¶
func PossibleValuesForWorkflowProvisioningState() []string
func PossibleValuesForWorkflowState ¶
func PossibleValuesForWorkflowState() []string
func ValidateLocationWorkflowID ¶
ValidateLocationWorkflowID checks that 'input' can be parsed as a Location Workflow ID
func ValidateWorkflowID ¶
ValidateWorkflowID checks that 'input' can be parsed as a Workflow ID
Types ¶
type DeleteOperationResponse ¶
type EnableOperationResponse ¶
type FlowAccessControlConfiguration ¶
type FlowAccessControlConfiguration struct { Actions *FlowAccessControlConfigurationPolicy `json:"actions,omitempty"` Contents *FlowAccessControlConfigurationPolicy `json:"contents,omitempty"` Triggers *FlowAccessControlConfigurationPolicy `json:"triggers,omitempty"` WorkflowManagement *FlowAccessControlConfigurationPolicy `json:"workflowManagement,omitempty"` }
type FlowAccessControlConfigurationPolicy ¶
type FlowAccessControlConfigurationPolicy struct { AllowedCallerIPAddresses *[]IPAddressRange `json:"allowedCallerIpAddresses,omitempty"` OpenAuthenticationPolicies *OpenAuthenticationAccessPolicies `json:"openAuthenticationPolicies,omitempty"` }
type FlowEndpoints ¶
type FlowEndpointsConfiguration ¶
type FlowEndpointsConfiguration struct { Connector *FlowEndpoints `json:"connector,omitempty"` Workflow *FlowEndpoints `json:"workflow,omitempty"` }
type GenerateUpgradedDefinitionParameters ¶
type GenerateUpgradedDefinitionParameters struct {
TargetSchemaVersion *string `json:"targetSchemaVersion,omitempty"`
}
type GetCallbackURLParameters ¶ added in v0.20241009.1142232
type GetCallbackURLParameters struct { KeyType *KeyType `json:"keyType,omitempty"` NotAfter *string `json:"notAfter,omitempty"` }
func (*GetCallbackURLParameters) GetNotAfterAsTime ¶ added in v0.20241009.1142232
func (o *GetCallbackURLParameters) GetNotAfterAsTime() (*time.Time, error)
func (*GetCallbackURLParameters) SetNotAfterAsTime ¶ added in v0.20241009.1142232
func (o *GetCallbackURLParameters) SetNotAfterAsTime(input time.Time)
type GetOperationResponse ¶
type IPAddressRange ¶
type IPAddressRange struct {
AddressRange *string `json:"addressRange,omitempty"`
}
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationOptions ¶
func DefaultListByResourceGroupOperationOptions ¶
func DefaultListByResourceGroupOperationOptions() ListByResourceGroupOperationOptions
func (ListByResourceGroupOperationOptions) ToHeaders ¶
func (o ListByResourceGroupOperationOptions) ToHeaders() *client.Headers
func (ListByResourceGroupOperationOptions) ToOData ¶
func (o ListByResourceGroupOperationOptions) ToOData() *odata.Query
func (ListByResourceGroupOperationOptions) ToQuery ¶
func (o ListByResourceGroupOperationOptions) ToQuery() *client.QueryParams
type ListBySubscriptionCustomPager ¶ added in v0.20240628.1153531
func (*ListBySubscriptionCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationOptions ¶
func DefaultListBySubscriptionOperationOptions ¶
func DefaultListBySubscriptionOperationOptions() ListBySubscriptionOperationOptions
func (ListBySubscriptionOperationOptions) ToHeaders ¶
func (o ListBySubscriptionOperationOptions) ToHeaders() *client.Headers
func (ListBySubscriptionOperationOptions) ToOData ¶
func (o ListBySubscriptionOperationOptions) ToOData() *odata.Query
func (ListBySubscriptionOperationOptions) ToQuery ¶
func (o ListBySubscriptionOperationOptions) ToQuery() *client.QueryParams
type ListCallbackURLOperationResponse ¶ added in v0.20241009.1142232
type ListCallbackURLOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *WorkflowTriggerCallbackURL }
type LocationWorkflowId ¶
type LocationWorkflowId struct { SubscriptionId string ResourceGroupName string LocationName string WorkflowName string }
LocationWorkflowId is a struct representing the Resource ID for a Location Workflow
func NewLocationWorkflowID ¶
func NewLocationWorkflowID(subscriptionId string, resourceGroupName string, locationName string, workflowName string) LocationWorkflowId
NewLocationWorkflowID returns a new LocationWorkflowId struct
func ParseLocationWorkflowID ¶
func ParseLocationWorkflowID(input string) (*LocationWorkflowId, error)
ParseLocationWorkflowID parses 'input' into a LocationWorkflowId
func ParseLocationWorkflowIDInsensitively ¶
func ParseLocationWorkflowIDInsensitively(input string) (*LocationWorkflowId, error)
ParseLocationWorkflowIDInsensitively parses 'input' case-insensitively into a LocationWorkflowId note: this method should only be used for API response data and not user input
func (*LocationWorkflowId) FromParseResult ¶
func (id *LocationWorkflowId) FromParseResult(input resourceids.ParseResult) error
func (LocationWorkflowId) ID ¶
func (id LocationWorkflowId) ID() string
ID returns the formatted Location Workflow ID
func (LocationWorkflowId) Segments ¶
func (id LocationWorkflowId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Location Workflow ID
func (LocationWorkflowId) String ¶
func (id LocationWorkflowId) String() string
String returns a human-readable description of this Location Workflow ID
type MoveOperationResponse ¶
type OpenAuthenticationAccessPolicies ¶
type OpenAuthenticationAccessPolicies struct {
Policies *map[string]OpenAuthenticationAccessPolicy `json:"policies,omitempty"`
}
type OpenAuthenticationAccessPolicy ¶
type OpenAuthenticationAccessPolicy struct { Claims *[]OpenAuthenticationPolicyClaim `json:"claims,omitempty"` Type *OpenAuthenticationProviderType `json:"type,omitempty"` }
type OpenAuthenticationProviderType ¶
type OpenAuthenticationProviderType string
const (
OpenAuthenticationProviderTypeAAD OpenAuthenticationProviderType = "AAD"
)
func (*OpenAuthenticationProviderType) UnmarshalJSON ¶
func (s *OpenAuthenticationProviderType) UnmarshalJSON(bytes []byte) error
type ParameterType ¶
type ParameterType string
const ( ParameterTypeArray ParameterType = "Array" ParameterTypeBool ParameterType = "Bool" ParameterTypeFloat ParameterType = "Float" ParameterTypeInt ParameterType = "Int" ParameterTypeNotSpecified ParameterType = "NotSpecified" ParameterTypeObject ParameterType = "Object" ParameterTypeSecureObject ParameterType = "SecureObject" ParameterTypeSecureString ParameterType = "SecureString" ParameterTypeString ParameterType = "String" )
func (*ParameterType) UnmarshalJSON ¶
func (s *ParameterType) UnmarshalJSON(bytes []byte) error
type RegenerateActionParameter ¶
type RegenerateActionParameter struct {
KeyType *KeyType `json:"keyType,omitempty"`
}
type ResourceReference ¶
type Sku ¶
type Sku struct { Name SkuName `json:"name"` Plan *ResourceReference `json:"plan,omitempty"` }
type UpdateOperationResponse ¶
type Workflow ¶
type Workflow struct { Id *string `json:"id,omitempty"` Identity *identity.SystemOrUserAssignedMap `json:"identity,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *WorkflowProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type WorkflowId ¶
WorkflowId is a struct representing the Resource ID for a Workflow
func NewWorkflowID ¶
func NewWorkflowID(subscriptionId string, resourceGroupName string, workflowName string) WorkflowId
NewWorkflowID returns a new WorkflowId struct
func ParseWorkflowID ¶
func ParseWorkflowID(input string) (*WorkflowId, error)
ParseWorkflowID parses 'input' into a WorkflowId
func ParseWorkflowIDInsensitively ¶
func ParseWorkflowIDInsensitively(input string) (*WorkflowId, error)
ParseWorkflowIDInsensitively parses 'input' case-insensitively into a WorkflowId note: this method should only be used for API response data and not user input
func (*WorkflowId) FromParseResult ¶
func (id *WorkflowId) FromParseResult(input resourceids.ParseResult) error
func (WorkflowId) Segments ¶
func (id WorkflowId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workflow ID
func (WorkflowId) String ¶
func (id WorkflowId) String() string
String returns a human-readable description of this Workflow ID
type WorkflowOperationPredicate ¶
func (WorkflowOperationPredicate) Matches ¶
func (p WorkflowOperationPredicate) Matches(input Workflow) bool
type WorkflowParameter ¶
type WorkflowParameter struct { Description *string `json:"description,omitempty"` Metadata *interface{} `json:"metadata,omitempty"` Type *ParameterType `json:"type,omitempty"` Value *interface{} `json:"value,omitempty"` }
type WorkflowProperties ¶
type WorkflowProperties struct { AccessControl *FlowAccessControlConfiguration `json:"accessControl,omitempty"` AccessEndpoint *string `json:"accessEndpoint,omitempty"` ChangedTime *string `json:"changedTime,omitempty"` CreatedTime *string `json:"createdTime,omitempty"` Definition *interface{} `json:"definition,omitempty"` EndpointsConfiguration *FlowEndpointsConfiguration `json:"endpointsConfiguration,omitempty"` IntegrationAccount *ResourceReference `json:"integrationAccount,omitempty"` IntegrationServiceEnvironment *ResourceReference `json:"integrationServiceEnvironment,omitempty"` Parameters *map[string]WorkflowParameter `json:"parameters,omitempty"` ProvisioningState *WorkflowProvisioningState `json:"provisioningState,omitempty"` Sku *Sku `json:"sku,omitempty"` State *WorkflowState `json:"state,omitempty"` Version *string `json:"version,omitempty"` }
func (*WorkflowProperties) GetChangedTimeAsTime ¶
func (o *WorkflowProperties) GetChangedTimeAsTime() (*time.Time, error)
func (*WorkflowProperties) GetCreatedTimeAsTime ¶
func (o *WorkflowProperties) GetCreatedTimeAsTime() (*time.Time, error)
func (*WorkflowProperties) SetChangedTimeAsTime ¶
func (o *WorkflowProperties) SetChangedTimeAsTime(input time.Time)
func (*WorkflowProperties) SetCreatedTimeAsTime ¶
func (o *WorkflowProperties) SetCreatedTimeAsTime(input time.Time)
type WorkflowProvisioningState ¶
type WorkflowProvisioningState string
const ( WorkflowProvisioningStateAccepted WorkflowProvisioningState = "Accepted" WorkflowProvisioningStateCanceled WorkflowProvisioningState = "Canceled" WorkflowProvisioningStateCompleted WorkflowProvisioningState = "Completed" WorkflowProvisioningStateCreated WorkflowProvisioningState = "Created" WorkflowProvisioningStateCreating WorkflowProvisioningState = "Creating" WorkflowProvisioningStateDeleted WorkflowProvisioningState = "Deleted" WorkflowProvisioningStateDeleting WorkflowProvisioningState = "Deleting" WorkflowProvisioningStateFailed WorkflowProvisioningState = "Failed" WorkflowProvisioningStateInProgress WorkflowProvisioningState = "InProgress" WorkflowProvisioningStateMoving WorkflowProvisioningState = "Moving" WorkflowProvisioningStateNotSpecified WorkflowProvisioningState = "NotSpecified" WorkflowProvisioningStatePending WorkflowProvisioningState = "Pending" WorkflowProvisioningStateReady WorkflowProvisioningState = "Ready" WorkflowProvisioningStateRegistered WorkflowProvisioningState = "Registered" WorkflowProvisioningStateRegistering WorkflowProvisioningState = "Registering" WorkflowProvisioningStateRenewing WorkflowProvisioningState = "Renewing" WorkflowProvisioningStateRunning WorkflowProvisioningState = "Running" WorkflowProvisioningStateSucceeded WorkflowProvisioningState = "Succeeded" WorkflowProvisioningStateUnregistered WorkflowProvisioningState = "Unregistered" WorkflowProvisioningStateUnregistering WorkflowProvisioningState = "Unregistering" WorkflowProvisioningStateUpdating WorkflowProvisioningState = "Updating" WorkflowProvisioningStateWaiting WorkflowProvisioningState = "Waiting" )
func (*WorkflowProvisioningState) UnmarshalJSON ¶
func (s *WorkflowProvisioningState) UnmarshalJSON(bytes []byte) error
type WorkflowReference ¶
type WorkflowState ¶
type WorkflowState string
const ( WorkflowStateCompleted WorkflowState = "Completed" WorkflowStateDeleted WorkflowState = "Deleted" WorkflowStateDisabled WorkflowState = "Disabled" WorkflowStateEnabled WorkflowState = "Enabled" WorkflowStateNotSpecified WorkflowState = "NotSpecified" WorkflowStateSuspended WorkflowState = "Suspended" )
func (*WorkflowState) UnmarshalJSON ¶
func (s *WorkflowState) UnmarshalJSON(bytes []byte) error
type WorkflowTriggerCallbackURL ¶ added in v0.20241009.1142232
type WorkflowTriggerCallbackURL struct { BasePath *string `json:"basePath,omitempty"` Method *string `json:"method,omitempty"` Queries *WorkflowTriggerListCallbackURLQueries `json:"queries,omitempty"` RelativePath *string `json:"relativePath,omitempty"` RelativePathParameters *[]string `json:"relativePathParameters,omitempty"` Value *string `json:"value,omitempty"` }
type WorkflowTriggerListCallbackURLQueries ¶ added in v0.20241009.1142232
type WorkflowsClient ¶
type WorkflowsClient struct {
Client *resourcemanager.Client
}
func NewWorkflowsClientWithBaseURI ¶
func NewWorkflowsClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkflowsClient, error)
func (WorkflowsClient) CreateOrUpdate ¶
func (c WorkflowsClient) CreateOrUpdate(ctx context.Context, id WorkflowId, input Workflow) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (WorkflowsClient) Delete ¶
func (c WorkflowsClient) Delete(ctx context.Context, id WorkflowId) (result DeleteOperationResponse, err error)
Delete ...
func (WorkflowsClient) Disable ¶
func (c WorkflowsClient) Disable(ctx context.Context, id WorkflowId) (result DisableOperationResponse, err error)
Disable ...
func (WorkflowsClient) Enable ¶
func (c WorkflowsClient) Enable(ctx context.Context, id WorkflowId) (result EnableOperationResponse, err error)
Enable ...
func (WorkflowsClient) GenerateUpgradedDefinition ¶
func (c WorkflowsClient) GenerateUpgradedDefinition(ctx context.Context, id WorkflowId, input GenerateUpgradedDefinitionParameters) (result GenerateUpgradedDefinitionOperationResponse, err error)
GenerateUpgradedDefinition ...
func (WorkflowsClient) Get ¶
func (c WorkflowsClient) Get(ctx context.Context, id WorkflowId) (result GetOperationResponse, err error)
Get ...
func (WorkflowsClient) ListByResourceGroup ¶
func (c WorkflowsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (WorkflowsClient) ListByResourceGroupComplete ¶
func (c WorkflowsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (WorkflowsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c WorkflowsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, options ListByResourceGroupOperationOptions, predicate WorkflowOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WorkflowsClient) ListBySubscription ¶
func (c WorkflowsClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (WorkflowsClient) ListBySubscriptionComplete ¶
func (c WorkflowsClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (WorkflowsClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c WorkflowsClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListBySubscriptionOperationOptions, predicate WorkflowOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (WorkflowsClient) ListCallbackURL ¶ added in v0.20241009.1142232
func (c WorkflowsClient) ListCallbackURL(ctx context.Context, id WorkflowId, input GetCallbackURLParameters) (result ListCallbackURLOperationResponse, err error)
ListCallbackURL ...
func (WorkflowsClient) ListSwagger ¶
func (c WorkflowsClient) ListSwagger(ctx context.Context, id WorkflowId) (result ListSwaggerOperationResponse, err error)
ListSwagger ...
func (WorkflowsClient) Move ¶
func (c WorkflowsClient) Move(ctx context.Context, id WorkflowId, input WorkflowReference) (result MoveOperationResponse, err error)
Move ...
func (WorkflowsClient) MoveThenPoll ¶
func (c WorkflowsClient) MoveThenPoll(ctx context.Context, id WorkflowId, input WorkflowReference) error
MoveThenPoll performs Move then polls until it's completed
func (WorkflowsClient) RegenerateAccessKey ¶
func (c WorkflowsClient) RegenerateAccessKey(ctx context.Context, id WorkflowId, input RegenerateActionParameter) (result RegenerateAccessKeyOperationResponse, err error)
RegenerateAccessKey ...
func (WorkflowsClient) Update ¶
func (c WorkflowsClient) Update(ctx context.Context, id WorkflowId) (result UpdateOperationResponse, err error)
Update ...
func (WorkflowsClient) ValidateByLocation ¶
func (c WorkflowsClient) ValidateByLocation(ctx context.Context, id LocationWorkflowId, input Workflow) (result ValidateByLocationOperationResponse, err error)
ValidateByLocation ...
func (WorkflowsClient) ValidateByResourceGroup ¶
func (c WorkflowsClient) ValidateByResourceGroup(ctx context.Context, id WorkflowId, input Workflow) (result ValidateByResourceGroupOperationResponse, err error)
ValidateByResourceGroup ...
Source Files ¶
- client.go
- constants.go
- id_locationworkflow.go
- id_workflow.go
- method_createorupdate.go
- method_delete.go
- method_disable.go
- method_enable.go
- method_generateupgradeddefinition.go
- method_get.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_listcallbackurl.go
- method_listswagger.go
- method_move.go
- method_regenerateaccesskey.go
- method_update.go
- method_validatebylocation.go
- method_validatebyresourcegroup.go
- model_flowaccesscontrolconfiguration.go
- model_flowaccesscontrolconfigurationpolicy.go
- model_flowendpoints.go
- model_flowendpointsconfiguration.go
- model_generateupgradeddefinitionparameters.go
- model_getcallbackurlparameters.go
- model_ipaddress.go
- model_ipaddressrange.go
- model_openauthenticationaccesspolicies.go
- model_openauthenticationaccesspolicy.go
- model_openauthenticationpolicyclaim.go
- model_regenerateactionparameter.go
- model_resourcereference.go
- model_sku.go
- model_workflow.go
- model_workflowparameter.go
- model_workflowproperties.go
- model_workflowreference.go
- model_workflowtriggercallbackurl.go
- model_workflowtriggerlistcallbackurlqueries.go
- predicates.go
- version.go