Categorygithub.com/Azure/azure-sdk-for-go/sdk/resourcemanager/logic/armlogic
modulepackage
1.2.0
Repository: https://github.com/azure/azure-sdk-for-go.git
Documentation: pkg.go.dev

# README

Azure Logic Apps Module for Go

PkgGoDev

The armlogic module provides operations for working with Azure Logic Apps.

Source code

Getting started

Prerequisites

  • an Azure subscription
  • Go 1.18 or above (You could download and install the latest version of Go from here. It will replace the existing Go on your machine. If you want to install multiple Go versions on the same machine, you could refer this doc.)

Install the package

This project uses Go modules for versioning and dependency management.

Install the Azure Logic Apps module:

go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/logic/armlogic

Authorization

When creating a client, you will need to provide a credential for authenticating with Azure Logic Apps. The azidentity module provides facilities for various ways of authenticating with Azure including client/secret, certificate, managed identity, and more.

cred, err := azidentity.NewDefaultAzureCredential(nil)

For more information on authentication, please see the documentation for azidentity at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity.

Client Factory

Azure Logic Apps module consists of one or more clients. We provide a client factory which could be used to create any client in this module.

clientFactory, err := armlogic.NewClientFactory(<subscription ID>, cred, nil)

You can use ClientOptions in package github.com/Azure/azure-sdk-for-go/sdk/azcore/arm to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for azcore at pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore.

options := arm.ClientOptions {
    ClientOptions: azcore.ClientOptions {
        Cloud: cloud.AzureChina,
    },
}
clientFactory, err := armlogic.NewClientFactory(<subscription ID>, cred, &options)

Clients

A client groups a set of related APIs, providing access to its functionality. Create one or more clients to access the APIs you require using client factory.

client := clientFactory.NewWorkflowsClient()

Fakes

The fake package contains types used for constructing in-memory fake servers used in unit tests. This allows writing tests to cover various success/error conditions without the need for connecting to a live service.

Please see https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/samples/fakes for details and examples on how to use fakes.

Provide Feedback

If you encounter bugs or have suggestions, please open an issue and assign the Logic Apps label.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

# Packages

No description provided by the author

# Functions

NewClientFactory creates a new instance of ClientFactory with the specified values.
NewIntegrationAccountAgreementsClient creates a new instance of IntegrationAccountAgreementsClient with the specified values.
NewIntegrationAccountAssembliesClient creates a new instance of IntegrationAccountAssembliesClient with the specified values.
NewIntegrationAccountBatchConfigurationsClient creates a new instance of IntegrationAccountBatchConfigurationsClient with the specified values.
NewIntegrationAccountCertificatesClient creates a new instance of IntegrationAccountCertificatesClient with the specified values.
NewIntegrationAccountMapsClient creates a new instance of IntegrationAccountMapsClient with the specified values.
NewIntegrationAccountPartnersClient creates a new instance of IntegrationAccountPartnersClient with the specified values.
NewIntegrationAccountSchemasClient creates a new instance of IntegrationAccountSchemasClient with the specified values.
NewIntegrationAccountsClient creates a new instance of IntegrationAccountsClient with the specified values.
NewIntegrationAccountSessionsClient creates a new instance of IntegrationAccountSessionsClient with the specified values.
NewIntegrationServiceEnvironmentManagedAPIOperationsClient creates a new instance of IntegrationServiceEnvironmentManagedAPIOperationsClient with the specified values.
NewIntegrationServiceEnvironmentManagedApisClient creates a new instance of IntegrationServiceEnvironmentManagedApisClient with the specified values.
NewIntegrationServiceEnvironmentNetworkHealthClient creates a new instance of IntegrationServiceEnvironmentNetworkHealthClient with the specified values.
NewIntegrationServiceEnvironmentsClient creates a new instance of IntegrationServiceEnvironmentsClient with the specified values.
NewIntegrationServiceEnvironmentSKUsClient creates a new instance of IntegrationServiceEnvironmentSKUsClient with the specified values.
NewOperationsClient creates a new instance of OperationsClient with the specified values.
NewWorkflowRunActionRepetitionsClient creates a new instance of WorkflowRunActionRepetitionsClient with the specified values.
NewWorkflowRunActionRepetitionsRequestHistoriesClient creates a new instance of WorkflowRunActionRepetitionsRequestHistoriesClient with the specified values.
NewWorkflowRunActionRequestHistoriesClient creates a new instance of WorkflowRunActionRequestHistoriesClient with the specified values.
NewWorkflowRunActionsClient creates a new instance of WorkflowRunActionsClient with the specified values.
NewWorkflowRunActionScopeRepetitionsClient creates a new instance of WorkflowRunActionScopeRepetitionsClient with the specified values.
NewWorkflowRunOperationsClient creates a new instance of WorkflowRunOperationsClient with the specified values.
NewWorkflowRunsClient creates a new instance of WorkflowRunsClient with the specified values.
NewWorkflowsClient creates a new instance of WorkflowsClient with the specified values.
NewWorkflowTriggerHistoriesClient creates a new instance of WorkflowTriggerHistoriesClient with the specified values.
NewWorkflowTriggersClient creates a new instance of WorkflowTriggersClient with the specified values.
NewWorkflowVersionsClient creates a new instance of WorkflowVersionsClient with the specified values.
NewWorkflowVersionTriggersClient creates a new instance of WorkflowVersionTriggersClient with the specified values.
PossibleAgreementTypeValues returns the possible values for the AgreementType const type.
PossibleAPIDeploymentParameterVisibilityValues returns the possible values for the APIDeploymentParameterVisibility const type.
PossibleAPITierValues returns the possible values for the APITier const type.
PossibleAPITypeValues returns the possible values for the APIType const type.
PossibleAzureAsyncOperationStateValues returns the possible values for the AzureAsyncOperationState const type.
PossibleDayOfWeekValues returns the possible values for the DayOfWeek const type.
PossibleDaysOfWeekValues returns the possible values for the DaysOfWeek const type.
PossibleEdifactCharacterSetValues returns the possible values for the EdifactCharacterSet const type.
PossibleEdifactDecimalIndicatorValues returns the possible values for the EdifactDecimalIndicator const type.
PossibleEncryptionAlgorithmValues returns the possible values for the EncryptionAlgorithm const type.
PossibleErrorResponseCodeValues returns the possible values for the ErrorResponseCode const type.
PossibleEventLevelValues returns the possible values for the EventLevel const type.
PossibleHashingAlgorithmValues returns the possible values for the HashingAlgorithm const type.
PossibleIntegrationAccountSKUNameValues returns the possible values for the IntegrationAccountSKUName const type.
PossibleIntegrationServiceEnvironmentAccessEndpointTypeValues returns the possible values for the IntegrationServiceEnvironmentAccessEndpointType const type.
PossibleIntegrationServiceEnvironmentNetworkDependencyCategoryTypeValues returns the possible values for the IntegrationServiceEnvironmentNetworkDependencyCategoryType const type.
PossibleIntegrationServiceEnvironmentNetworkDependencyHealthStateValues returns the possible values for the IntegrationServiceEnvironmentNetworkDependencyHealthState const type.
PossibleIntegrationServiceEnvironmentNetworkEndPointAccessibilityStateValues returns the possible values for the IntegrationServiceEnvironmentNetworkEndPointAccessibilityState const type.
PossibleIntegrationServiceEnvironmentSKUNameValues returns the possible values for the IntegrationServiceEnvironmentSKUName const type.
PossibleIntegrationServiceEnvironmentSKUScaleTypeValues returns the possible values for the IntegrationServiceEnvironmentSKUScaleType const type.
PossibleKeyTypeValues returns the possible values for the KeyType const type.
PossibleManagedServiceIdentityTypeValues returns the possible values for the ManagedServiceIdentityType const type.
PossibleMapTypeValues returns the possible values for the MapType const type.
PossibleMessageFilterTypeValues returns the possible values for the MessageFilterType const type.
PossibleOpenAuthenticationProviderTypeValues returns the possible values for the OpenAuthenticationProviderType const type.
PossibleParameterTypeValues returns the possible values for the ParameterType const type.
PossiblePartnerTypeValues returns the possible values for the PartnerType const type.
PossibleRecurrenceFrequencyValues returns the possible values for the RecurrenceFrequency const type.
PossibleSchemaTypeValues returns the possible values for the SchemaType const type.
PossibleSegmentTerminatorSuffixValues returns the possible values for the SegmentTerminatorSuffix const type.
PossibleSigningAlgorithmValues returns the possible values for the SigningAlgorithm const type.
PossibleSKUNameValues returns the possible values for the SKUName const type.
PossibleStatusAnnotationValues returns the possible values for the StatusAnnotation const type.
PossibleSwaggerSchemaTypeValues returns the possible values for the SwaggerSchemaType const type.
PossibleTrackEventsOperationOptionsValues returns the possible values for the TrackEventsOperationOptions const type.
PossibleTrackingRecordTypeValues returns the possible values for the TrackingRecordType const type.
PossibleTrailingSeparatorPolicyValues returns the possible values for the TrailingSeparatorPolicy const type.
PossibleUsageIndicatorValues returns the possible values for the UsageIndicator const type.
PossibleWorkflowProvisioningStateValues returns the possible values for the WorkflowProvisioningState const type.
PossibleWorkflowStateValues returns the possible values for the WorkflowState const type.
PossibleWorkflowStatusValues returns the possible values for the WorkflowStatus const type.
PossibleWorkflowTriggerProvisioningStateValues returns the possible values for the WorkflowTriggerProvisioningState const type.
PossibleWsdlImportMethodValues returns the possible values for the WsdlImportMethod const type.
PossibleX12CharacterSetValues returns the possible values for the X12CharacterSet const type.
PossibleX12DateFormatValues returns the possible values for the X12DateFormat const type.
PossibleX12TimeFormatValues returns the possible values for the X12TimeFormat const type.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AgreementContent - The integration account agreement content.
APIDeploymentParameterMetadata - The API deployment parameter metadata.
APIDeploymentParameterMetadataSet - The API deployment parameters metadata.
APIOperation - The api operation.
APIOperationAnnotation - The Api Operation Annotation.
APIOperationListResult - The list of managed API operations.
APIOperationPropertiesDefinition - The api operations properties.
APIReference - The Api reference.
APIResourceBackendService - The API backend service.
APIResourceDefinitions - The Api resource definition.
APIResourceGeneralInformation - The API general information.
APIResourceMetadata - The api resource metadata.
APIResourcePolicies - The API resource policies.
APIResourceProperties - The API resource properties.
ArtifactContentPropertiesDefinition - The artifact content properties definition.
ArtifactProperties - The artifact properties definition.
AS2AcknowledgementConnectionSettings - The AS2 agreement acknowledgement connection settings.
AS2AgreementContent - The integration account AS2 agreement content.
AS2EnvelopeSettings - The AS2 agreement envelope settings.
AS2ErrorSettings - The AS2 agreement error settings.
AS2MdnSettings - The AS2 agreement mdn settings.
AS2MessageConnectionSettings - The AS2 agreement message connection settings.
AS2OneWayAgreement - The integration account AS2 one-way agreement.
AS2ProtocolSettings - The AS2 agreement protocol settings.
AS2SecuritySettings - The AS2 agreement security settings.
AS2ValidationSettings - The AS2 agreement validation settings.
AssemblyCollection - A collection of assembly definitions.
AssemblyDefinition - The assembly definition.
AssemblyProperties - The assembly properties definition.
AzureResourceErrorInfo - The azure resource error info.
B2BPartnerContent - The B2B partner content.
BatchConfiguration - The batch configuration resource definition.
BatchConfigurationCollection - A collection of batch configurations.
BatchConfigurationProperties - The batch configuration properties definition.
BatchReleaseCriteria - The batch release criteria.
BusinessIdentity - The integration account partner's business identity.
CallbackURL - The callback url.
ClientFactory is a client factory used to create any client in this module.
ContentHash - The content hash.
ContentLink - The content link.
Correlation - The correlation property.
EdifactAcknowledgementSettings - The Edifact agreement acknowledgement settings.
EdifactAgreementContent - The Edifact agreement content.
EdifactDelimiterOverride - The Edifact delimiter override settings.
EdifactEnvelopeOverride - The Edifact envelope override settings.
EdifactEnvelopeSettings - The Edifact agreement envelope settings.
EdifactFramingSettings - The Edifact agreement framing settings.
EdifactMessageFilter - The Edifact message filter for odata query.
EdifactMessageIdentifier - The Edifact message identifier.
EdifactOneWayAgreement - The Edifact one way agreement.
EdifactProcessingSettings - The Edifact agreement protocol settings.
EdifactProtocolSettings - The Edifact agreement protocol settings.
EdifactSchemaReference - The Edifact schema reference.
EdifactValidationOverride - The Edifact validation override settings.
EdifactValidationSettings - The Edifact agreement validation settings.
ErrorInfo - The error info.
ErrorProperties - Error properties indicate why the Logic service was not able to process the incoming request.
ErrorResponse - Error response indicates Logic service is not able to process the incoming request.
Expression - The expression.
ExpressionRoot - The expression root.
ExpressionTraces - The expression traces.
ExtendedErrorInfo - The extended error info.
FlowAccessControlConfiguration - The access control configuration.
FlowAccessControlConfigurationPolicy - The access control configuration policy.
FlowEndpoints - The flow endpoints configuration.
FlowEndpointsConfiguration - The endpoints configuration.
GenerateUpgradedDefinitionParameters - The parameters to generate upgraded definition.
GetCallbackURLParameters - The callback url parameters.
IntegrationAccount - The integration account.
IntegrationAccountAgreement - The integration account agreement.
IntegrationAccountAgreementFilter - The integration account agreement filter for odata query.
IntegrationAccountAgreementListResult - The list of integration account agreements.
IntegrationAccountAgreementProperties - The integration account agreement properties.
IntegrationAccountAgreementsClient contains the methods for the IntegrationAccountAgreements group.
IntegrationAccountAgreementsClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountAgreementsClient.CreateOrUpdate method.
IntegrationAccountAgreementsClientCreateOrUpdateResponse contains the response from method IntegrationAccountAgreementsClient.CreateOrUpdate.
IntegrationAccountAgreementsClientDeleteOptions contains the optional parameters for the IntegrationAccountAgreementsClient.Delete method.
IntegrationAccountAgreementsClientDeleteResponse contains the response from method IntegrationAccountAgreementsClient.Delete.
IntegrationAccountAgreementsClientGetOptions contains the optional parameters for the IntegrationAccountAgreementsClient.Get method.
IntegrationAccountAgreementsClientGetResponse contains the response from method IntegrationAccountAgreementsClient.Get.
IntegrationAccountAgreementsClientListContentCallbackURLOptions contains the optional parameters for the IntegrationAccountAgreementsClient.ListContentCallbackURL method.
IntegrationAccountAgreementsClientListContentCallbackURLResponse contains the response from method IntegrationAccountAgreementsClient.ListContentCallbackURL.
IntegrationAccountAgreementsClientListOptions contains the optional parameters for the IntegrationAccountAgreementsClient.NewListPager method.
IntegrationAccountAgreementsClientListResponse contains the response from method IntegrationAccountAgreementsClient.NewListPager.
IntegrationAccountAssembliesClient contains the methods for the IntegrationAccountAssemblies group.
IntegrationAccountAssembliesClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountAssembliesClient.CreateOrUpdate method.
IntegrationAccountAssembliesClientCreateOrUpdateResponse contains the response from method IntegrationAccountAssembliesClient.CreateOrUpdate.
IntegrationAccountAssembliesClientDeleteOptions contains the optional parameters for the IntegrationAccountAssembliesClient.Delete method.
IntegrationAccountAssembliesClientDeleteResponse contains the response from method IntegrationAccountAssembliesClient.Delete.
IntegrationAccountAssembliesClientGetOptions contains the optional parameters for the IntegrationAccountAssembliesClient.Get method.
IntegrationAccountAssembliesClientGetResponse contains the response from method IntegrationAccountAssembliesClient.Get.
IntegrationAccountAssembliesClientListContentCallbackURLOptions contains the optional parameters for the IntegrationAccountAssembliesClient.ListContentCallbackURL method.
IntegrationAccountAssembliesClientListContentCallbackURLResponse contains the response from method IntegrationAccountAssembliesClient.ListContentCallbackURL.
IntegrationAccountAssembliesClientListOptions contains the optional parameters for the IntegrationAccountAssembliesClient.NewListPager method.
IntegrationAccountAssembliesClientListResponse contains the response from method IntegrationAccountAssembliesClient.NewListPager.
IntegrationAccountBatchConfigurationsClient contains the methods for the IntegrationAccountBatchConfigurations group.
IntegrationAccountBatchConfigurationsClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountBatchConfigurationsClient.CreateOrUpdate method.
IntegrationAccountBatchConfigurationsClientCreateOrUpdateResponse contains the response from method IntegrationAccountBatchConfigurationsClient.CreateOrUpdate.
IntegrationAccountBatchConfigurationsClientDeleteOptions contains the optional parameters for the IntegrationAccountBatchConfigurationsClient.Delete method.
IntegrationAccountBatchConfigurationsClientDeleteResponse contains the response from method IntegrationAccountBatchConfigurationsClient.Delete.
IntegrationAccountBatchConfigurationsClientGetOptions contains the optional parameters for the IntegrationAccountBatchConfigurationsClient.Get method.
IntegrationAccountBatchConfigurationsClientGetResponse contains the response from method IntegrationAccountBatchConfigurationsClient.Get.
IntegrationAccountBatchConfigurationsClientListOptions contains the optional parameters for the IntegrationAccountBatchConfigurationsClient.NewListPager method.
IntegrationAccountBatchConfigurationsClientListResponse contains the response from method IntegrationAccountBatchConfigurationsClient.NewListPager.
IntegrationAccountCertificate - The integration account certificate.
IntegrationAccountCertificateListResult - The list of integration account certificates.
IntegrationAccountCertificateProperties - The integration account certificate properties.
IntegrationAccountCertificatesClient contains the methods for the IntegrationAccountCertificates group.
IntegrationAccountCertificatesClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountCertificatesClient.CreateOrUpdate method.
IntegrationAccountCertificatesClientCreateOrUpdateResponse contains the response from method IntegrationAccountCertificatesClient.CreateOrUpdate.
IntegrationAccountCertificatesClientDeleteOptions contains the optional parameters for the IntegrationAccountCertificatesClient.Delete method.
IntegrationAccountCertificatesClientDeleteResponse contains the response from method IntegrationAccountCertificatesClient.Delete.
IntegrationAccountCertificatesClientGetOptions contains the optional parameters for the IntegrationAccountCertificatesClient.Get method.
IntegrationAccountCertificatesClientGetResponse contains the response from method IntegrationAccountCertificatesClient.Get.
IntegrationAccountCertificatesClientListOptions contains the optional parameters for the IntegrationAccountCertificatesClient.NewListPager method.
IntegrationAccountCertificatesClientListResponse contains the response from method IntegrationAccountCertificatesClient.NewListPager.
IntegrationAccountListResult - The list of integration accounts.
IntegrationAccountMap - The integration account map.
IntegrationAccountMapFilter - The integration account map filter for odata query.
IntegrationAccountMapListResult - The list of integration account maps.
IntegrationAccountMapProperties - The integration account map.
IntegrationAccountMapPropertiesParametersSchema - The parameters schema of integration account map.
IntegrationAccountMapsClient contains the methods for the IntegrationAccountMaps group.
IntegrationAccountMapsClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountMapsClient.CreateOrUpdate method.
IntegrationAccountMapsClientCreateOrUpdateResponse contains the response from method IntegrationAccountMapsClient.CreateOrUpdate.
IntegrationAccountMapsClientDeleteOptions contains the optional parameters for the IntegrationAccountMapsClient.Delete method.
IntegrationAccountMapsClientDeleteResponse contains the response from method IntegrationAccountMapsClient.Delete.
IntegrationAccountMapsClientGetOptions contains the optional parameters for the IntegrationAccountMapsClient.Get method.
IntegrationAccountMapsClientGetResponse contains the response from method IntegrationAccountMapsClient.Get.
IntegrationAccountMapsClientListContentCallbackURLOptions contains the optional parameters for the IntegrationAccountMapsClient.ListContentCallbackURL method.
IntegrationAccountMapsClientListContentCallbackURLResponse contains the response from method IntegrationAccountMapsClient.ListContentCallbackURL.
IntegrationAccountMapsClientListOptions contains the optional parameters for the IntegrationAccountMapsClient.NewListPager method.
IntegrationAccountMapsClientListResponse contains the response from method IntegrationAccountMapsClient.NewListPager.
IntegrationAccountPartner - The integration account partner.
IntegrationAccountPartnerFilter - The integration account partner filter for odata query.
IntegrationAccountPartnerListResult - The list of integration account partners.
IntegrationAccountPartnerProperties - The integration account partner properties.
IntegrationAccountPartnersClient contains the methods for the IntegrationAccountPartners group.
IntegrationAccountPartnersClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountPartnersClient.CreateOrUpdate method.
IntegrationAccountPartnersClientCreateOrUpdateResponse contains the response from method IntegrationAccountPartnersClient.CreateOrUpdate.
IntegrationAccountPartnersClientDeleteOptions contains the optional parameters for the IntegrationAccountPartnersClient.Delete method.
IntegrationAccountPartnersClientDeleteResponse contains the response from method IntegrationAccountPartnersClient.Delete.
IntegrationAccountPartnersClientGetOptions contains the optional parameters for the IntegrationAccountPartnersClient.Get method.
IntegrationAccountPartnersClientGetResponse contains the response from method IntegrationAccountPartnersClient.Get.
IntegrationAccountPartnersClientListContentCallbackURLOptions contains the optional parameters for the IntegrationAccountPartnersClient.ListContentCallbackURL method.
IntegrationAccountPartnersClientListContentCallbackURLResponse contains the response from method IntegrationAccountPartnersClient.ListContentCallbackURL.
IntegrationAccountPartnersClientListOptions contains the optional parameters for the IntegrationAccountPartnersClient.NewListPager method.
IntegrationAccountPartnersClientListResponse contains the response from method IntegrationAccountPartnersClient.NewListPager.
IntegrationAccountProperties - The integration account properties.
IntegrationAccountSchema - The integration account schema.
IntegrationAccountSchemaFilter - The integration account schema filter for odata query.
IntegrationAccountSchemaListResult - The list of integration account schemas.
IntegrationAccountSchemaProperties - The integration account schema properties.
IntegrationAccountSchemasClient contains the methods for the IntegrationAccountSchemas group.
IntegrationAccountSchemasClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountSchemasClient.CreateOrUpdate method.
IntegrationAccountSchemasClientCreateOrUpdateResponse contains the response from method IntegrationAccountSchemasClient.CreateOrUpdate.
IntegrationAccountSchemasClientDeleteOptions contains the optional parameters for the IntegrationAccountSchemasClient.Delete method.
IntegrationAccountSchemasClientDeleteResponse contains the response from method IntegrationAccountSchemasClient.Delete.
IntegrationAccountSchemasClientGetOptions contains the optional parameters for the IntegrationAccountSchemasClient.Get method.
IntegrationAccountSchemasClientGetResponse contains the response from method IntegrationAccountSchemasClient.Get.
IntegrationAccountSchemasClientListContentCallbackURLOptions contains the optional parameters for the IntegrationAccountSchemasClient.ListContentCallbackURL method.
IntegrationAccountSchemasClientListContentCallbackURLResponse contains the response from method IntegrationAccountSchemasClient.ListContentCallbackURL.
IntegrationAccountSchemasClientListOptions contains the optional parameters for the IntegrationAccountSchemasClient.NewListPager method.
IntegrationAccountSchemasClientListResponse contains the response from method IntegrationAccountSchemasClient.NewListPager.
IntegrationAccountsClient contains the methods for the IntegrationAccounts group.
IntegrationAccountsClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountsClient.CreateOrUpdate method.
IntegrationAccountsClientCreateOrUpdateResponse contains the response from method IntegrationAccountsClient.CreateOrUpdate.
IntegrationAccountsClientDeleteOptions contains the optional parameters for the IntegrationAccountsClient.Delete method.
IntegrationAccountsClientDeleteResponse contains the response from method IntegrationAccountsClient.Delete.
IntegrationAccountsClientGetOptions contains the optional parameters for the IntegrationAccountsClient.Get method.
IntegrationAccountsClientGetResponse contains the response from method IntegrationAccountsClient.Get.
IntegrationAccountsClientListByResourceGroupOptions contains the optional parameters for the IntegrationAccountsClient.NewListByResourceGroupPager method.
IntegrationAccountsClientListByResourceGroupResponse contains the response from method IntegrationAccountsClient.NewListByResourceGroupPager.
IntegrationAccountsClientListBySubscriptionOptions contains the optional parameters for the IntegrationAccountsClient.NewListBySubscriptionPager method.
IntegrationAccountsClientListBySubscriptionResponse contains the response from method IntegrationAccountsClient.NewListBySubscriptionPager.
IntegrationAccountsClientListCallbackURLOptions contains the optional parameters for the IntegrationAccountsClient.ListCallbackURL method.
IntegrationAccountsClientListCallbackURLResponse contains the response from method IntegrationAccountsClient.ListCallbackURL.
IntegrationAccountsClientListKeyVaultKeysOptions contains the optional parameters for the IntegrationAccountsClient.NewListKeyVaultKeysPager method.
IntegrationAccountsClientListKeyVaultKeysResponse contains the response from method IntegrationAccountsClient.NewListKeyVaultKeysPager.
IntegrationAccountsClientLogTrackingEventsOptions contains the optional parameters for the IntegrationAccountsClient.LogTrackingEvents method.
IntegrationAccountsClientLogTrackingEventsResponse contains the response from method IntegrationAccountsClient.LogTrackingEvents.
IntegrationAccountsClientRegenerateAccessKeyOptions contains the optional parameters for the IntegrationAccountsClient.RegenerateAccessKey method.
IntegrationAccountsClientRegenerateAccessKeyResponse contains the response from method IntegrationAccountsClient.RegenerateAccessKey.
IntegrationAccountsClientUpdateOptions contains the optional parameters for the IntegrationAccountsClient.Update method.
IntegrationAccountsClientUpdateResponse contains the response from method IntegrationAccountsClient.Update.
IntegrationAccountSession - The integration account session.
IntegrationAccountSessionFilter - The integration account session filter.
IntegrationAccountSessionListResult - The list of integration account sessions.
IntegrationAccountSessionProperties - The integration account session properties.
IntegrationAccountSessionsClient contains the methods for the IntegrationAccountSessions group.
IntegrationAccountSessionsClientCreateOrUpdateOptions contains the optional parameters for the IntegrationAccountSessionsClient.CreateOrUpdate method.
IntegrationAccountSessionsClientCreateOrUpdateResponse contains the response from method IntegrationAccountSessionsClient.CreateOrUpdate.
IntegrationAccountSessionsClientDeleteOptions contains the optional parameters for the IntegrationAccountSessionsClient.Delete method.
IntegrationAccountSessionsClientDeleteResponse contains the response from method IntegrationAccountSessionsClient.Delete.
IntegrationAccountSessionsClientGetOptions contains the optional parameters for the IntegrationAccountSessionsClient.Get method.
IntegrationAccountSessionsClientGetResponse contains the response from method IntegrationAccountSessionsClient.Get.
IntegrationAccountSessionsClientListOptions contains the optional parameters for the IntegrationAccountSessionsClient.NewListPager method.
IntegrationAccountSessionsClientListResponse contains the response from method IntegrationAccountSessionsClient.NewListPager.
IntegrationAccountSKU - The integration account sku.
IntegrationServiceEnvironmenEncryptionConfiguration - The encryption configuration for the integration service environment.
IntegrationServiceEnvironmenEncryptionKeyReference - The encryption key details for the integration service environment.
IntegrationServiceEnvironment - The integration service environment.
IntegrationServiceEnvironmentAccessEndpoint - The integration service environment access endpoint.
IntegrationServiceEnvironmentListResult - The list of integration service environments.
IntegrationServiceEnvironmentManagedAPI - The integration service environment managed api.
IntegrationServiceEnvironmentManagedAPIDeploymentParameters - The integration service environment managed api deployment parameters.
IntegrationServiceEnvironmentManagedAPIListResult - The list of integration service environment managed APIs.
IntegrationServiceEnvironmentManagedAPIOperationsClient contains the methods for the IntegrationServiceEnvironmentManagedAPIOperations group.
IntegrationServiceEnvironmentManagedAPIOperationsClientListOptions contains the optional parameters for the IntegrationServiceEnvironmentManagedAPIOperationsClient.NewListPager method.
IntegrationServiceEnvironmentManagedAPIOperationsClientListResponse contains the response from method IntegrationServiceEnvironmentManagedAPIOperationsClient.NewListPager.
IntegrationServiceEnvironmentManagedAPIProperties - The integration service environment managed api properties.
IntegrationServiceEnvironmentManagedApisClient contains the methods for the IntegrationServiceEnvironmentManagedApis group.
IntegrationServiceEnvironmentManagedApisClientBeginDeleteOptions contains the optional parameters for the IntegrationServiceEnvironmentManagedApisClient.BeginDelete method.
IntegrationServiceEnvironmentManagedApisClientBeginPutOptions contains the optional parameters for the IntegrationServiceEnvironmentManagedApisClient.BeginPut method.
IntegrationServiceEnvironmentManagedApisClientDeleteResponse contains the response from method IntegrationServiceEnvironmentManagedApisClient.BeginDelete.
IntegrationServiceEnvironmentManagedApisClientGetOptions contains the optional parameters for the IntegrationServiceEnvironmentManagedApisClient.Get method.
IntegrationServiceEnvironmentManagedApisClientGetResponse contains the response from method IntegrationServiceEnvironmentManagedApisClient.Get.
IntegrationServiceEnvironmentManagedApisClientListOptions contains the optional parameters for the IntegrationServiceEnvironmentManagedApisClient.NewListPager method.
IntegrationServiceEnvironmentManagedApisClientListResponse contains the response from method IntegrationServiceEnvironmentManagedApisClient.NewListPager.
IntegrationServiceEnvironmentManagedApisClientPutResponse contains the response from method IntegrationServiceEnvironmentManagedApisClient.BeginPut.
IntegrationServiceEnvironmentNetworkDependency - The azure async operation resource.
IntegrationServiceEnvironmentNetworkDependencyHealth - The integration service environment subnet network health.
IntegrationServiceEnvironmentNetworkEndpoint - The network endpoint.
IntegrationServiceEnvironmentNetworkHealthClient contains the methods for the IntegrationServiceEnvironmentNetworkHealth group.
IntegrationServiceEnvironmentNetworkHealthClientGetOptions contains the optional parameters for the IntegrationServiceEnvironmentNetworkHealthClient.Get method.
IntegrationServiceEnvironmentNetworkHealthClientGetResponse contains the response from method IntegrationServiceEnvironmentNetworkHealthClient.Get.
IntegrationServiceEnvironmentProperties - The integration service environment properties.
IntegrationServiceEnvironmentsClient contains the methods for the IntegrationServiceEnvironments group.
IntegrationServiceEnvironmentsClientBeginCreateOrUpdateOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.BeginCreateOrUpdate method.
IntegrationServiceEnvironmentsClientBeginUpdateOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.BeginUpdate method.
IntegrationServiceEnvironmentsClientCreateOrUpdateResponse contains the response from method IntegrationServiceEnvironmentsClient.BeginCreateOrUpdate.
IntegrationServiceEnvironmentsClientDeleteOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.Delete method.
IntegrationServiceEnvironmentsClientDeleteResponse contains the response from method IntegrationServiceEnvironmentsClient.Delete.
IntegrationServiceEnvironmentsClientGetOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.Get method.
IntegrationServiceEnvironmentsClientGetResponse contains the response from method IntegrationServiceEnvironmentsClient.Get.
IntegrationServiceEnvironmentsClientListByResourceGroupOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.NewListByResourceGroupPager method.
IntegrationServiceEnvironmentsClientListByResourceGroupResponse contains the response from method IntegrationServiceEnvironmentsClient.NewListByResourceGroupPager.
IntegrationServiceEnvironmentsClientListBySubscriptionOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.NewListBySubscriptionPager method.
IntegrationServiceEnvironmentsClientListBySubscriptionResponse contains the response from method IntegrationServiceEnvironmentsClient.NewListBySubscriptionPager.
IntegrationServiceEnvironmentsClientRestartOptions contains the optional parameters for the IntegrationServiceEnvironmentsClient.Restart method.
IntegrationServiceEnvironmentsClientRestartResponse contains the response from method IntegrationServiceEnvironmentsClient.Restart.
IntegrationServiceEnvironmentsClientUpdateResponse contains the response from method IntegrationServiceEnvironmentsClient.BeginUpdate.
IntegrationServiceEnvironmentSKU - The integration service environment sku.
IntegrationServiceEnvironmentSKUCapacity - The integration service environment sku capacity.
IntegrationServiceEnvironmentSKUDefinition - The integration service environment sku definition.
IntegrationServiceEnvironmentSKUDefinitionSKU - The sku.
IntegrationServiceEnvironmentSKUList - The list of integration service environment skus.
IntegrationServiceEnvironmentSKUsClient contains the methods for the IntegrationServiceEnvironmentSKUs group.
IntegrationServiceEnvironmentSKUsClientListOptions contains the optional parameters for the IntegrationServiceEnvironmentSKUsClient.NewListPager method.
IntegrationServiceEnvironmentSKUsClientListResponse contains the response from method IntegrationServiceEnvironmentSKUsClient.NewListPager.
IntegrationServiceEnvironmentSubnetNetworkHealth - The integration service environment subnet network health.
IPAddress - The ip address.
IPAddressRange - The ip address range.
JSONSchema - The JSON schema.
KeyVaultKey - The key vault key.
KeyVaultKeyAttributes - The key attributes.
KeyVaultKeyCollection - Collection of key vault keys.
KeyVaultKeyReference - The reference to the key vault key.
KeyVaultKeyReferenceKeyVault - The key vault reference.
KeyVaultReference - The key vault reference.
ListKeyVaultKeysDefinition - The list key vault keys definition.
ManagedAPI - The managed api definition.
ManagedAPIListResult - The list of managed APIs.
ManagedServiceIdentity - Managed service identity properties.
NetworkConfiguration - The network configuration.
OpenAuthenticationAccessPolicies - AuthenticationPolicy of type Open.
OpenAuthenticationAccessPolicy - Open authentication access policy defined by user.
OpenAuthenticationPolicyClaim - Open authentication policy claim.
Operation - Logic REST API operation.
OperationDisplay - The object that represents the operation.
OperationListResult - Result of the request to list Logic operations.
OperationResult - The operation result definition.
OperationResultProperties - The run operation result properties.
OperationsClient contains the methods for the Operations group.
OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
OperationsClientListResponse contains the response from method OperationsClient.NewListPager.
PartnerContent - The integration account partner content.
RecurrenceSchedule - The recurrence schedule.
RecurrenceScheduleOccurrence - The recurrence schedule occurrence.
RegenerateActionParameter - The access key regenerate action content.
RepetitionIndex - The workflow run action repetition index.
Request - A request.
RequestHistory - The request history.
RequestHistoryListResult - The list of workflow request histories.
RequestHistoryProperties - The request history.
Resource - The base resource type.
ResourceReference - The resource reference.
Response - A response.
RetryHistory - The retry history.
RunActionCorrelation - The workflow run action correlation properties.
RunCorrelation - The correlation properties.
SetTriggerStateActionDefinition - The set trigger state action definition.
SKU - The sku type.
SubResource - The sub resource type.
SwaggerCustomDynamicList - The swagger custom dynamic list.
SwaggerCustomDynamicProperties - The swagger custom dynamic properties.
SwaggerCustomDynamicSchema - The swagger custom dynamic schema.
SwaggerCustomDynamicTree - The swagger custom dynamic tree.
SwaggerCustomDynamicTreeCommand - The swagger tree command.
SwaggerCustomDynamicTreeParameter - The swagger custom dynamic tree parameter.
SwaggerCustomDynamicTreeSettings - The swagger custom dynamic tree settings.
SwaggerExternalDocumentation - The swagger external documentation.
SwaggerSchema - The swagger schema.
SwaggerXML - The Swagger XML.
TrackingEvent - The tracking event.
TrackingEventErrorInfo - The tracking event error info.
TrackingEventsDefinition - The tracking events definition.
UserAssignedIdentity - User Assigned identity properties.
Workflow - The workflow type.
WorkflowFilter - The workflow filter.
WorkflowListResult - The list of workflows.
WorkflowOutputParameter - The workflow output parameter.
WorkflowParameter - The workflow parameters.
WorkflowProperties - The workflow properties.
WorkflowReference - The workflow reference.
WorkflowRun - The workflow run.
WorkflowRunAction - The workflow run action.
WorkflowRunActionFilter - The workflow run action filter.
WorkflowRunActionListResult - The list of workflow run actions.
WorkflowRunActionProperties - The workflow run action properties.
WorkflowRunActionRepetitionDefinition - The workflow run action repetition definition.
WorkflowRunActionRepetitionDefinitionCollection - A collection of workflow run action repetitions.
WorkflowRunActionRepetitionProperties - The workflow run action repetition properties definition.
WorkflowRunActionRepetitionsClient contains the methods for the WorkflowRunActionRepetitions group.
WorkflowRunActionRepetitionsClientGetOptions contains the optional parameters for the WorkflowRunActionRepetitionsClient.Get method.
WorkflowRunActionRepetitionsClientGetResponse contains the response from method WorkflowRunActionRepetitionsClient.Get.
WorkflowRunActionRepetitionsClientListExpressionTracesOptions contains the optional parameters for the WorkflowRunActionRepetitionsClient.NewListExpressionTracesPager method.
WorkflowRunActionRepetitionsClientListExpressionTracesResponse contains the response from method WorkflowRunActionRepetitionsClient.NewListExpressionTracesPager.
WorkflowRunActionRepetitionsClientListOptions contains the optional parameters for the WorkflowRunActionRepetitionsClient.NewListPager method.
WorkflowRunActionRepetitionsClientListResponse contains the response from method WorkflowRunActionRepetitionsClient.NewListPager.
WorkflowRunActionRepetitionsRequestHistoriesClient contains the methods for the WorkflowRunActionRepetitionsRequestHistories group.
WorkflowRunActionRepetitionsRequestHistoriesClientGetOptions contains the optional parameters for the WorkflowRunActionRepetitionsRequestHistoriesClient.Get method.
WorkflowRunActionRepetitionsRequestHistoriesClientGetResponse contains the response from method WorkflowRunActionRepetitionsRequestHistoriesClient.Get.
WorkflowRunActionRepetitionsRequestHistoriesClientListOptions contains the optional parameters for the WorkflowRunActionRepetitionsRequestHistoriesClient.NewListPager method.
WorkflowRunActionRepetitionsRequestHistoriesClientListResponse contains the response from method WorkflowRunActionRepetitionsRequestHistoriesClient.NewListPager.
WorkflowRunActionRequestHistoriesClient contains the methods for the WorkflowRunActionRequestHistories group.
WorkflowRunActionRequestHistoriesClientGetOptions contains the optional parameters for the WorkflowRunActionRequestHistoriesClient.Get method.
WorkflowRunActionRequestHistoriesClientGetResponse contains the response from method WorkflowRunActionRequestHistoriesClient.Get.
WorkflowRunActionRequestHistoriesClientListOptions contains the optional parameters for the WorkflowRunActionRequestHistoriesClient.NewListPager method.
WorkflowRunActionRequestHistoriesClientListResponse contains the response from method WorkflowRunActionRequestHistoriesClient.NewListPager.
WorkflowRunActionsClient contains the methods for the WorkflowRunActions group.
WorkflowRunActionsClientGetOptions contains the optional parameters for the WorkflowRunActionsClient.Get method.
WorkflowRunActionsClientGetResponse contains the response from method WorkflowRunActionsClient.Get.
WorkflowRunActionsClientListExpressionTracesOptions contains the optional parameters for the WorkflowRunActionsClient.NewListExpressionTracesPager method.
WorkflowRunActionsClientListExpressionTracesResponse contains the response from method WorkflowRunActionsClient.NewListExpressionTracesPager.
WorkflowRunActionsClientListOptions contains the optional parameters for the WorkflowRunActionsClient.NewListPager method.
WorkflowRunActionsClientListResponse contains the response from method WorkflowRunActionsClient.NewListPager.
WorkflowRunActionScopeRepetitionsClient contains the methods for the WorkflowRunActionScopeRepetitions group.
WorkflowRunActionScopeRepetitionsClientGetOptions contains the optional parameters for the WorkflowRunActionScopeRepetitionsClient.Get method.
WorkflowRunActionScopeRepetitionsClientGetResponse contains the response from method WorkflowRunActionScopeRepetitionsClient.Get.
WorkflowRunActionScopeRepetitionsClientListOptions contains the optional parameters for the WorkflowRunActionScopeRepetitionsClient.NewListPager method.
WorkflowRunActionScopeRepetitionsClientListResponse contains the response from method WorkflowRunActionScopeRepetitionsClient.NewListPager.
WorkflowRunFilter - The workflow run filter.
WorkflowRunListResult - The list of workflow runs.
WorkflowRunOperationsClient contains the methods for the WorkflowRunOperations group.
WorkflowRunOperationsClientGetOptions contains the optional parameters for the WorkflowRunOperationsClient.Get method.
WorkflowRunOperationsClientGetResponse contains the response from method WorkflowRunOperationsClient.Get.
WorkflowRunProperties - The workflow run properties.
WorkflowRunsClient contains the methods for the WorkflowRuns group.
WorkflowRunsClientCancelOptions contains the optional parameters for the WorkflowRunsClient.Cancel method.
WorkflowRunsClientCancelResponse contains the response from method WorkflowRunsClient.Cancel.
WorkflowRunsClientGetOptions contains the optional parameters for the WorkflowRunsClient.Get method.
WorkflowRunsClientGetResponse contains the response from method WorkflowRunsClient.Get.
WorkflowRunsClientListOptions contains the optional parameters for the WorkflowRunsClient.NewListPager method.
WorkflowRunsClientListResponse contains the response from method WorkflowRunsClient.NewListPager.
WorkflowRunTrigger - The workflow run trigger.
WorkflowsClient contains the methods for the Workflows group.
WorkflowsClientBeginMoveOptions contains the optional parameters for the WorkflowsClient.BeginMove method.
WorkflowsClientCreateOrUpdateOptions contains the optional parameters for the WorkflowsClient.CreateOrUpdate method.
WorkflowsClientCreateOrUpdateResponse contains the response from method WorkflowsClient.CreateOrUpdate.
WorkflowsClientDeleteOptions contains the optional parameters for the WorkflowsClient.Delete method.
WorkflowsClientDeleteResponse contains the response from method WorkflowsClient.Delete.
WorkflowsClientDisableOptions contains the optional parameters for the WorkflowsClient.Disable method.
WorkflowsClientDisableResponse contains the response from method WorkflowsClient.Disable.
WorkflowsClientEnableOptions contains the optional parameters for the WorkflowsClient.Enable method.
WorkflowsClientEnableResponse contains the response from method WorkflowsClient.Enable.
WorkflowsClientGenerateUpgradedDefinitionOptions contains the optional parameters for the WorkflowsClient.GenerateUpgradedDefinition method.
WorkflowsClientGenerateUpgradedDefinitionResponse contains the response from method WorkflowsClient.GenerateUpgradedDefinition.
WorkflowsClientGetOptions contains the optional parameters for the WorkflowsClient.Get method.
WorkflowsClientGetResponse contains the response from method WorkflowsClient.Get.
WorkflowsClientListByResourceGroupOptions contains the optional parameters for the WorkflowsClient.NewListByResourceGroupPager method.
WorkflowsClientListByResourceGroupResponse contains the response from method WorkflowsClient.NewListByResourceGroupPager.
WorkflowsClientListBySubscriptionOptions contains the optional parameters for the WorkflowsClient.NewListBySubscriptionPager method.
WorkflowsClientListBySubscriptionResponse contains the response from method WorkflowsClient.NewListBySubscriptionPager.
WorkflowsClientListCallbackURLOptions contains the optional parameters for the WorkflowsClient.ListCallbackURL method.
WorkflowsClientListCallbackURLResponse contains the response from method WorkflowsClient.ListCallbackURL.
WorkflowsClientListSwaggerOptions contains the optional parameters for the WorkflowsClient.ListSwagger method.
WorkflowsClientListSwaggerResponse contains the response from method WorkflowsClient.ListSwagger.
WorkflowsClientMoveResponse contains the response from method WorkflowsClient.BeginMove.
WorkflowsClientRegenerateAccessKeyOptions contains the optional parameters for the WorkflowsClient.RegenerateAccessKey method.
WorkflowsClientRegenerateAccessKeyResponse contains the response from method WorkflowsClient.RegenerateAccessKey.
WorkflowsClientUpdateOptions contains the optional parameters for the WorkflowsClient.Update method.
WorkflowsClientUpdateResponse contains the response from method WorkflowsClient.Update.
WorkflowsClientValidateByLocationOptions contains the optional parameters for the WorkflowsClient.ValidateByLocation method.
WorkflowsClientValidateByLocationResponse contains the response from method WorkflowsClient.ValidateByLocation.
WorkflowsClientValidateByResourceGroupOptions contains the optional parameters for the WorkflowsClient.ValidateByResourceGroup method.
WorkflowsClientValidateByResourceGroupResponse contains the response from method WorkflowsClient.ValidateByResourceGroup.
WorkflowTrigger - The workflow trigger.
WorkflowTriggerCallbackURL - The workflow trigger callback URL.
WorkflowTriggerFilter - The workflow trigger filter.
WorkflowTriggerHistoriesClient contains the methods for the WorkflowTriggerHistories group.
WorkflowTriggerHistoriesClientGetOptions contains the optional parameters for the WorkflowTriggerHistoriesClient.Get method.
WorkflowTriggerHistoriesClientGetResponse contains the response from method WorkflowTriggerHistoriesClient.Get.
WorkflowTriggerHistoriesClientListOptions contains the optional parameters for the WorkflowTriggerHistoriesClient.NewListPager method.
WorkflowTriggerHistoriesClientListResponse contains the response from method WorkflowTriggerHistoriesClient.NewListPager.
WorkflowTriggerHistoriesClientResubmitOptions contains the optional parameters for the WorkflowTriggerHistoriesClient.Resubmit method.
WorkflowTriggerHistoriesClientResubmitResponse contains the response from method WorkflowTriggerHistoriesClient.Resubmit.
WorkflowTriggerHistory - The workflow trigger history.
WorkflowTriggerHistoryFilter - The workflow trigger history filter.
WorkflowTriggerHistoryListResult - The list of workflow trigger histories.
WorkflowTriggerHistoryProperties - The workflow trigger history properties.
WorkflowTriggerListCallbackURLQueries - Gets the workflow trigger callback URL query parameters.
WorkflowTriggerListResult - The list of workflow triggers.
WorkflowTriggerProperties - The workflow trigger properties.
WorkflowTriggerRecurrence - The workflow trigger recurrence.
WorkflowTriggerReference - The workflow trigger reference.
WorkflowTriggersClient contains the methods for the WorkflowTriggers group.
WorkflowTriggersClientGetOptions contains the optional parameters for the WorkflowTriggersClient.Get method.
WorkflowTriggersClientGetResponse contains the response from method WorkflowTriggersClient.Get.
WorkflowTriggersClientGetSchemaJSONOptions contains the optional parameters for the WorkflowTriggersClient.GetSchemaJSON method.
WorkflowTriggersClientGetSchemaJSONResponse contains the response from method WorkflowTriggersClient.GetSchemaJSON.
WorkflowTriggersClientListCallbackURLOptions contains the optional parameters for the WorkflowTriggersClient.ListCallbackURL method.
WorkflowTriggersClientListCallbackURLResponse contains the response from method WorkflowTriggersClient.ListCallbackURL.
WorkflowTriggersClientListOptions contains the optional parameters for the WorkflowTriggersClient.NewListPager method.
WorkflowTriggersClientListResponse contains the response from method WorkflowTriggersClient.NewListPager.
WorkflowTriggersClientResetOptions contains the optional parameters for the WorkflowTriggersClient.Reset method.
WorkflowTriggersClientResetResponse contains the response from method WorkflowTriggersClient.Reset.
WorkflowTriggersClientRunOptions contains the optional parameters for the WorkflowTriggersClient.Run method.
WorkflowTriggersClientRunResponse contains the response from method WorkflowTriggersClient.Run.
WorkflowTriggersClientSetStateOptions contains the optional parameters for the WorkflowTriggersClient.SetState method.
WorkflowTriggersClientSetStateResponse contains the response from method WorkflowTriggersClient.SetState.
WorkflowVersion - The workflow version.
WorkflowVersionListResult - The list of workflow versions.
WorkflowVersionProperties - The workflow version properties.
WorkflowVersionsClient contains the methods for the WorkflowVersions group.
WorkflowVersionsClientGetOptions contains the optional parameters for the WorkflowVersionsClient.Get method.
WorkflowVersionsClientGetResponse contains the response from method WorkflowVersionsClient.Get.
WorkflowVersionsClientListOptions contains the optional parameters for the WorkflowVersionsClient.NewListPager method.
WorkflowVersionsClientListResponse contains the response from method WorkflowVersionsClient.NewListPager.
WorkflowVersionTriggersClient contains the methods for the WorkflowVersionTriggers group.
WorkflowVersionTriggersClientListCallbackURLOptions contains the optional parameters for the WorkflowVersionTriggersClient.ListCallbackURL method.
WorkflowVersionTriggersClientListCallbackURLResponse contains the response from method WorkflowVersionTriggersClient.ListCallbackURL.
WsdlService - The WSDL service.
X12AcknowledgementSettings - The X12 agreement acknowledgement settings.
X12AgreementContent - The X12 agreement content.
X12DelimiterOverrides - The X12 delimiter override settings.
X12EnvelopeOverride - The X12 envelope override settings.
X12EnvelopeSettings - The X12 agreement envelope settings.
X12FramingSettings - The X12 agreement framing settings.
X12MessageFilter - The X12 message filter for odata query.
X12MessageIdentifier - The X12 message identifier.
X12OneWayAgreement - The X12 one-way agreement.
X12ProcessingSettings - The X12 processing settings.
X12ProtocolSettings - The X12 agreement protocol settings.
X12SchemaReference - The X12 schema reference.
X12SecuritySettings - The X12 agreement security settings.
X12ValidationOverride - The X12 validation override settings.
X12ValidationSettings - The X12 agreement validation settings.

# Type aliases

AgreementType - The agreement type.
APIDeploymentParameterVisibility - The Api deployment parameter visibility.
APITier - The Api tier.
No description provided by the author
AzureAsyncOperationState - The Azure async operation state.
DayOfWeek - The day of the week.
No description provided by the author
EdifactCharacterSet - The edifact character set.
EdifactDecimalIndicator - The edifact decimal indicator.
EncryptionAlgorithm - The encryption algorithm.
ErrorResponseCode - The error response code.
EventLevel - The event level.
HashingAlgorithm - The signing or hashing algorithm.
IntegrationAccountSKUName - The integration account sku name.
IntegrationServiceEnvironmentAccessEndpointType - The integration service environment access endpoint type.
IntegrationServiceEnvironmentNetworkDependencyCategoryType - The integration service environment network dependency category type.
IntegrationServiceEnvironmentNetworkDependencyHealthState - The integration service environment network dependency health state.
IntegrationServiceEnvironmentNetworkEndPointAccessibilityState - The integration service environment network endpoint accessibility state.
IntegrationServiceEnvironmentSKUName - The integration service environment sku name.
IntegrationServiceEnvironmentSKUScaleType - The integration service environment sku scale type.
KeyType - The key type.
ManagedServiceIdentityType - Type of managed service identity.
MapType - The map type.
MessageFilterType - The message filter type.
OpenAuthenticationProviderType - Open authentication policy provider type.
ParameterType - The parameter type.
PartnerType - The partner type.
RecurrenceFrequency - The recurrence frequency.
SchemaType - The schema type.
SegmentTerminatorSuffix - The segment terminator suffix.
SigningAlgorithm - The signing or hashing algorithm.
SKUName - The sku name.
StatusAnnotation - The status annotation.
SwaggerSchemaType - The swagger schema type.
TrackEventsOperationOptions - The track events operation options.
TrackingRecordType - The tracking record type.
TrailingSeparatorPolicy - The trailing separator policy.
UsageIndicator - The usage indicator.
WorkflowProvisioningState - The workflow provisioning state.
WorkflowState - The workflow state.
WorkflowStatus - The workflow status.
WorkflowTriggerProvisioningState - The workflow trigger provisioning state.
WsdlImportMethod - The WSDL import method.
X12CharacterSet - The X12 character set.
X12DateFormat - The x12 date format.
X12TimeFormat - The x12 time format.