Microsoft.Azure.Management.Logic.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Logic</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations">
            <summary>
            IntegrationAccountAgreementsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='agreement'>
            The integration account agreement.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations">
            <summary>
            IntegrationAccountCertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='certificate'>
            The integration account certificate.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations">
            <summary>
            IntegrationAccountMapsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='map'>
            The integration account map.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations">
            <summary>
            IntegrationAccountPartnersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='partner'>
            The integration account partner.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations">
            <summary>
            IntegrationAccountSchemasOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='schema'>
            The integration account schema.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations">
            <summary>
            IntegrationAccountsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.ListBySubscriptionWithHttpMessagesAsync(System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.ListCallbackUrlWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.DateTime},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the integration account callback URL.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='notAfter'>
            Gets or sets the expiry time.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.ILogicManagementClient">
            <summary>
            Composite Swagger for Logic Management Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.SubscriptionId">
            <summary>
            The subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is
            generated and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.Workflows">
            <summary>
            Gets the IWorkflowsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowVersions">
            <summary>
            Gets the IWorkflowVersionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowAccessKeys">
            <summary>
            Gets the IWorkflowAccessKeysOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowTriggers">
            <summary>
            Gets the IWorkflowTriggersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowTriggerHistories">
            <summary>
            Gets the IWorkflowTriggerHistoriesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowRuns">
            <summary>
            Gets the IWorkflowRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.WorkflowRunActions">
            <summary>
            Gets the IWorkflowRunActionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccounts">
            <summary>
            Gets the IIntegrationAccountsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccountSchemas">
            <summary>
            Gets the IIntegrationAccountSchemasOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccountMaps">
            <summary>
            Gets the IIntegrationAccountMapsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccountPartners">
            <summary>
            Gets the IIntegrationAccountPartnersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccountAgreements">
            <summary>
            Gets the IIntegrationAccountAgreementsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.ILogicManagementClient.IntegrationAccountCertificates">
            <summary>
            Gets the IIntegrationAccountCertificatesOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations">
            <summary>
            IntegrationAccountAgreementsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountAgreementsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='agreement'>
            The integration account agreement.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account agreement.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountAgreementsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.List(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter})">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement)">
            <summary>
            Creates or updates an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='agreement'>
            The integration account agreement.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='agreement'>
            The integration account agreement.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account agreement.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='agreementName'>
            The integration account agreement name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountAgreementsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountAgreementsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account agreements.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations">
            <summary>
            IntegrationAccountCertificatesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountCertificatesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='certificate'>
            The integration account certificate.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account certificate.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountCertificatesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.List(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate)">
            <summary>
            Creates or updates an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='certificate'>
            The integration account certificate.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='certificate'>
            The integration account certificate.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account certificate.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='certificateName'>
            The integration account certificate name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountCertificatesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountCertificatesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account certificates.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations">
            <summary>
            IntegrationAccountMapsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountMapsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='map'>
            The integration account map.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account map.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountMapsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.List(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter})">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap)">
            <summary>
            Creates or updates an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='map'>
            The integration account map.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='map'>
            The integration account map.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account map.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='mapName'>
            The integration account map name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountMapsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountMapsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account maps.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations">
            <summary>
            IntegrationAccountPartnersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountPartnersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='partner'>
            The integration account partner.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account partner.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountPartnersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.List(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter})">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner)">
            <summary>
            Creates or updates an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='partner'>
            The integration account partner.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='partner'>
            The integration account partner.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account partner.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='partnerName'>
            The integration account partner name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountPartnersOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account partners.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations">
            <summary>
            IntegrationAccountSchemasOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountSchemasOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='schema'>
            The integration account schema.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account schema.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountSchemasOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.List(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter})">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema)">
            <summary>
            Creates or updates an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='schema'>
            The integration account schema.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='schema'>
            The integration account schema.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account schema.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='schemaName'>
            The integration account schema name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountSchemasOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountSchemasOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration account schemas.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations">
            <summary>
            IntegrationAccountsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationAccountsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.ListBySubscriptionWithHttpMessagesAsync(System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.ListCallbackUrlWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.DateTime},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the integration account callback URL.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='notAfter'>
            Gets or sets the expiry time.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions">
            <summary>
            Extension methods for IntegrationAccountsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.Nullable{System.Int32})">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.Nullable{System.Int32})">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String)">
            <summary>
            Gets an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount)">
            <summary>
            Creates or updates an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.Update(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount)">
            <summary>
            Updates an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccount,System.Threading.CancellationToken)">
            <summary>
            Updates an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='integrationAccount'>
            The integration account.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String)">
            <summary>
            Deletes an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration account.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListCallbackUrl(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,System.Nullable{System.DateTime})">
            <summary>
            Lists the integration account callback URL.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='notAfter'>
            Gets or sets the expiry time.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListCallbackUrlAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.String,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
            <summary>
            Lists the integration account callback URL.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='integrationAccountName'>
            The integration account name.
            </param>
            <param name='notAfter'>
            Gets or sets the expiry time.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IntegrationAccountsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Logic.IIntegrationAccountsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of integration accounts by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations">
            <summary>
            WorkflowAccessKeysOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='workflowAccesskey'>
            The workflow access key.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.ListSecretKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists secret keys.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.RegenerateSecretKeyWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.KeyType},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates secret key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='keyType'>
            Gets or sets the key type. Possible values include:
            'NotSpecified', 'Primary', 'Secondary'
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations">
            <summary>
            WorkflowRunActionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run action.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='actionName'>
            The workflow action name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowRunsOperations">
            <summary>
            WorkflowRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunsOperations.CancelWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Cancels a workflow run.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowRunsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowsOperations">
            <summary>
            WorkflowsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.RunWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.BeginRunWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.DisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.EnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.ValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations">
            <summary>
            WorkflowTriggerHistoriesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger history.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='historyName'>
            The workflow trigger history name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations">
            <summary>
            WorkflowTriggersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations.RunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations">
            <summary>
            WorkflowVersionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow version.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='versionId'>
            The workflow versionId.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.LogicManagementClient">
            <summary>
            Composite Swagger for Logic Management Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.Credentials">
            <summary>
            Gets Azure subscription credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.SubscriptionId">
            <summary>
            The subscription id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.Workflows">
            <summary>
            Gets the IWorkflowsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowVersions">
            <summary>
            Gets the IWorkflowVersionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowAccessKeys">
            <summary>
            Gets the IWorkflowAccessKeysOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowTriggers">
            <summary>
            Gets the IWorkflowTriggersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowTriggerHistories">
            <summary>
            Gets the IWorkflowTriggerHistoriesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowRuns">
            <summary>
            Gets the IWorkflowRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.WorkflowRunActions">
            <summary>
            Gets the IWorkflowRunActionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccounts">
            <summary>
            Gets the IIntegrationAccountsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccountSchemas">
            <summary>
            Gets the IIntegrationAccountSchemasOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccountMaps">
            <summary>
            Gets the IIntegrationAccountMapsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccountPartners">
            <summary>
            Gets the IIntegrationAccountPartnersOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccountAgreements">
            <summary>
            Gets the IIntegrationAccountAgreementsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.LogicManagementClient.IntegrationAccountCertificates">
            <summary>
            Gets the IIntegrationAccountCertificatesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the LogicManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Gets Azure subscription credentials.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.LogicManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.LogicManagementClientExtensions">
            <summary>
            Extension methods for LogicManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AgreementContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AgreementContent.#ctor">
            <summary>
            Initializes a new instance of the AgreementContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AgreementContent.#ctor(Microsoft.Azure.Management.Logic.Models.AS2AgreementContent,Microsoft.Azure.Management.Logic.Models.X12AgreementContent,Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent)">
            <summary>
            Initializes a new instance of the AgreementContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AgreementContent.AS2">
            <summary>
            Gets or sets the AS2 agreement content.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AgreementContent.X12">
            <summary>
            Gets or sets the X12 agreement content.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AgreementContent.Edifact">
            <summary>
            Gets or sets the EDIFACT agreement content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AgreementType">
            <summary>
            Defines values for AgreementType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.#ctor">
            <summary>
            Initializes a new instance of the
            AS2AcknowledgementConnectionSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the
            AS2AcknowledgementConnectionSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.IgnoreCertificateNameMismatch">
            <summary>
            Gets or sets a value indicating whether to ignore mismatch in
            certificate name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.SupportHttpStatusCodeContinue">
            <summary>
            Gets or sets a value indicating whether to support HTTP status
            code 'CONTINUE'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.KeepHttpConnectionAlive">
            <summary>
            Gets or sets a value indicating whether to keep the connection
            alive.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings.UnfoldHttpHeaders">
            <summary>
            Gets or sets a value indicating whether to unfold the HTTP headers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2AgreementContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2AgreementContent.#ctor">
            <summary>
            Initializes a new instance of the AS2AgreementContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2AgreementContent.#ctor(Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement,Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement)">
            <summary>
            Initializes a new instance of the AS2AgreementContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AgreementContent.ReceiveAgreement">
            <summary>
            Gets or sets the AS2 one-way receive agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2AgreementContent.SendAgreement">
            <summary>
            Gets or sets the AS2 one-way send agreement.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2EnvelopeSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.#ctor(System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the AS2EnvelopeSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.MessageContentType">
            <summary>
            Gets or sets the message content type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.TransmitFileNameInMimeHeader">
            <summary>
            Gets or sets a value indicating whether to transmit file name in
            mime header.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.FileNameTemplate">
            <summary>
            Gets or sets the template for file name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.SuspendMessageOnFileNameGenerationError">
            <summary>
            Gets or sets a value indicating whether to suspend message on file
            name generation error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings.AutogenerateFileName">
            <summary>
            Gets or sets a value indicating whether to auto generate file name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2ErrorSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the AS2ErrorSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings.SuspendDuplicateMessage">
            <summary>
            Gets or sets a value indicating whether to suspend duplicate
            message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings.ResendIfMdnNotReceived">
            <summary>
            Gets or sets a value indicating whether to resend message If MDN
            is not received.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2MdnSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.HashingAlgorithm})">
            <summary>
            Initializes a new instance of the AS2MdnSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.NeedMdn">
            <summary>
            Gets or sets a value indicating whether to send or request a MDN.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.SignMdn">
            <summary>
            Gets or sets a value indicating whether the MDN needs to be signed
            or not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.SendMdnAsynchronously">
            <summary>
            Gets or sets a value indicating whether to send the asynchronous
            MDN.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.ReceiptDeliveryUrl">
            <summary>
            Gets or sets the receipt delivery URL.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.DispositionNotificationTo">
            <summary>
            Gets or sets the disposition notification to header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.SignOutboundMdnIfOptional">
            <summary>
            Gets or sets a value indicating whether to sign the outbound MDN
            if optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.MdnText">
            <summary>
            Gets or sets the MDN text.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.SendInboundMdnToMessageBox">
            <summary>
            Gets or sets a value indicating whether to send inbound MDN to
            message box.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MdnSettings.MicHashingAlgorithm">
            <summary>
            Gets or sets the signing or hashing algorithm. Possible values
            include: 'NotSpecified', 'None', 'SHA2256', 'SHA2384', 'SHA2512'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2MessageConnectionSettings
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the AS2MessageConnectionSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.IgnoreCertificateNameMismatch">
            <summary>
            Gets or sets a value indicating whether to ignore mismatch in
            certificate name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.SupportHttpStatusCodeContinue">
            <summary>
            Gets or sets a value indicating whether to support HTTP status
            code 'CONTINUE'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.KeepHttpConnectionAlive">
            <summary>
            Gets or sets a value indicating whether to keep the connection
            alive.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings.UnfoldHttpHeaders">
            <summary>
            Gets or sets a value indicating whether to unfold the HTTP headers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement.#ctor">
            <summary>
            Initializes a new instance of the AS2OneWayAgreement class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement.#ctor(Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings)">
            <summary>
            Initializes a new instance of the AS2OneWayAgreement class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement.SenderBusinessIdentity">
            <summary>
            Gets or sets the sender business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement.ReceiverBusinessIdentity">
            <summary>
            Gets or sets the receiver business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2OneWayAgreement.ProtocolSettings">
            <summary>
            Gets or sets the AS2 protocol settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2ProtocolSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.#ctor(Microsoft.Azure.Management.Logic.Models.AS2MessageConnectionSettings,Microsoft.Azure.Management.Logic.Models.AS2AcknowledgementConnectionSettings,Microsoft.Azure.Management.Logic.Models.AS2MdnSettings,Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings,Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings,Microsoft.Azure.Management.Logic.Models.AS2EnvelopeSettings,Microsoft.Azure.Management.Logic.Models.AS2ErrorSettings)">
            <summary>
            Initializes a new instance of the AS2ProtocolSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.MessageConnectionSettings">
            <summary>
            Gets or sets the message connection settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.AcknowledgementConnectionSettings">
            <summary>
            Gets or sets the acknowledgement connection settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.MdnSettings">
            <summary>
            Gets or sets the MDN settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.SecuritySettings">
            <summary>
            Gets or sets the security settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.ValidationSettings">
            <summary>
            Gets or sets the validation settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.EnvelopeSettings">
            <summary>
            Gets or sets the envelope settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ProtocolSettings.ErrorSettings">
            <summary>
            Gets or sets the error settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.#ctor">
            <summary>
            Initializes a new instance of the AS2SecuritySettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.#ctor(System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the AS2SecuritySettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.OverrideGroupSigningCertificate">
            <summary>
            Gets or sets a value indicating whether to send or request a MDN.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.SigningCertificateName">
            <summary>
            Gets or sets the name of the signing certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EncryptionCertificateName">
            <summary>
            Gets or sets the name of the encryption certificate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForInboundEncodedMessages">
            <summary>
            Gets or sets a value indicating whether to enable NRR for inbound
            encoded messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForInboundDecodedMessages">
            <summary>
            Gets or sets a value indicating whether to enable NRR for inbound
            decoded messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForOutboundMdn">
            <summary>
            Gets or sets a value indicating whether to enable NRR for outbound
            MDN.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForOutboundEncodedMessages">
            <summary>
            Gets or sets a value indicating whether to enable NRR for outbound
            encoded messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForOutboundDecodedMessages">
            <summary>
            Gets or sets a value indicating whether to enable NRR for outbound
            decoded messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings.EnableNrrForInboundMdn">
            <summary>
            Gets or sets a value indicating whether to enable NRR for inbound
            MDN.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.#ctor">
            <summary>
            Initializes a new instance of the AS2ValidationSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.EncryptionAlgorithm})">
            <summary>
            Initializes a new instance of the AS2ValidationSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.OverrideMessageProperties">
            <summary>
            Gets or sets a value indicating whether to override incoming
            message properties with those in agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.EncryptMessage">
            <summary>
            Gets or sets a value indicating whether the message has to be
            encrypted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.SignMessage">
            <summary>
            Gets or sets a value indicating whether the message has to be
            signed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.CompressMessage">
            <summary>
            Gets or sets a value indicating whether the message has to be
            compressed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.CheckDuplicateMessage">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.InterchangeDuplicatesValidityDays">
            <summary>
            Gets or sets the number of days to look back for duplicate
            interchange.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.CheckCertificateRevocationListOnSend">
            <summary>
            Gets or sets a value indicating whether to check for certificate
            revocation list on send.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.CheckCertificateRevocationListOnReceive">
            <summary>
            Gets or sets a value indicating whether to check for certificate
            revocation list on receive.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.AS2ValidationSettings.EncryptionAlgorithm">
            <summary>
            Gets or sets the encryption algorithm. Possible values include:
            'NotSpecified', 'None', 'DES3', 'RC2', 'AES128', 'AES192',
            'AES256'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.B2BPartnerContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.B2BPartnerContent.#ctor">
            <summary>
            Initializes a new instance of the B2BPartnerContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.B2BPartnerContent.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.BusinessIdentity})">
            <summary>
            Initializes a new instance of the B2BPartnerContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.B2BPartnerContent.BusinessIdentities">
            <summary>
            Gets or sets the list of partner business identities.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.BusinessIdentity">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.BusinessIdentity.#ctor">
            <summary>
            Initializes a new instance of the BusinessIdentity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.BusinessIdentity.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the BusinessIdentity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.BusinessIdentity.Qualifier">
            <summary>
            Gets or sets the business identity qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.BusinessIdentity.Value">
            <summary>
            Gets or sets the business identity value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.CallbackUrl">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.CallbackUrl.#ctor">
            <summary>
            Initializes a new instance of the CallbackUrl class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.CallbackUrl.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CallbackUrl class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.CallbackUrl.Value">
            <summary>
            Gets or sets the URL value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.ContentHash">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ContentHash.#ctor">
            <summary>
            Initializes a new instance of the ContentHash class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ContentHash.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ContentHash class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentHash.Algorithm">
            <summary>
            Gets or sets the algorithm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentHash.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.ContentLink">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ContentLink.#ctor">
            <summary>
            Initializes a new instance of the ContentLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ContentLink.#ctor(System.String,System.String,System.Nullable{System.Int64},Microsoft.Azure.Management.Logic.Models.ContentHash,System.Object)">
            <summary>
            Initializes a new instance of the ContentLink class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentLink.Uri">
            <summary>
            Gets or sets the content link URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentLink.ContentVersion">
            <summary>
            Gets or sets the content version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentLink.ContentSize">
            <summary>
            Gets or sets the content size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentLink.ContentHash">
            <summary>
            Gets or sets the content hash.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ContentLink.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactAcknowledgementSettings
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the EdifactAcknowledgementSettings
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.NeedTechnicalAcknowledgement">
            <summary>
            Gets or sets a value indicating whether technical acknowledgement
            is needed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.BatchTechnicalAcknowledgements">
            <summary>
            Gets or sets a value indicating whether to batch the technical
            acknowledgements.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.NeedFunctionalAcknowledgement">
            <summary>
            Gets or sets a value indicating whether functional acknowledgement
            is needed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.BatchFunctionalAcknowledgements">
            <summary>
            Gets or sets a value indicating whether to batch functional
            acknowledgements.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.NeedLoopForValidMessages">
            <summary>
            Gets or sets a value indicating whether a loop is needed for valid
            messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.SendSynchronousAcknowledgement">
            <summary>
            Gets or sets a value indicating whether to send synchronous
            acknowledgement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.AcknowledgementControlNumberPrefix">
            <summary>
            Gets or sets the acknowledgement control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.AcknowledgementControlNumberSuffix">
            <summary>
            Gets or sets the acknowledgement control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.AcknowledgementControlNumberLowerBound">
            <summary>
            Gets or sets the acknowledgement control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.AcknowledgementControlNumberUpperBound">
            <summary>
            Gets or sets the acknowledgement control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings.RolloverAcknowledgementControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover
            acknowledgement control number.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent.#ctor">
            <summary>
            Initializes a new instance of the EdifactAgreementContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent.#ctor(Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement,Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement)">
            <summary>
            Initializes a new instance of the EdifactAgreementContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent.ReceiveAgreement">
            <summary>
            Gets or sets EDIFACT one-way receive agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactAgreementContent.SendAgreement">
            <summary>
            Gets or sets EDIFACT one-way send agreement.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactCharacterSet">
            <summary>
            Defines values for EdifactCharacterSet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactDecimalIndicator">
            <summary>
            Defines values for EdifactDecimalIndicator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.#ctor">
            <summary>
            Initializes a new instance of the EdifactDelimiterOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix},System.Nullable{Microsoft.Azure.Management.Logic.Models.EdifactDecimalIndicator},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Initializes a new instance of the EdifactDelimiterOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.MessageVersion">
            <summary>
            Gets or sets the message version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.MessageRelease">
            <summary>
            Gets or sets the message releaseversion.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.DataElementSeparator">
            <summary>
            Gets or sets the data element separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.ComponentSeparator">
            <summary>
            Gets or sets the component separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.SegmentTerminator">
            <summary>
            Gets or sets the segment terminator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.RepetitionSeparator">
            <summary>
            Gets or sets the repetition separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.SegmentTerminatorSuffix">
            <summary>
            Gets or sets the segment terminator suffix. Possible values
            include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.DecimalPointIndicator">
            <summary>
            Gets or sets the decimal point indicator. Possible values include:
            'NotSpecified', 'Comma', 'Decimal'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.ReleaseIndicator">
            <summary>
            Gets or sets the release indicator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.MessageAssociationAssignedCode">
            <summary>
            Gets or sets the message association assigned code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride.TargetNamespace">
            <summary>
            Gets or sets the target namespace on which this delimiter settings
            has to be applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.#ctor">
            <summary>
            Initializes a new instance of the EdifactEnvelopeOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EdifactEnvelopeOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.MessageId">
            <summary>
            Gets or sets the message id on which this envelope settings has to
            be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.MessageVersion">
            <summary>
            Gets or sets the message version on which this envelope settings
            has to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.MessageRelease">
            <summary>
            Gets or sets the message release version on which this envelope
            settings has to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.MessageAssociationAssignedCode">
            <summary>
            Gets or sets the message association assigned code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.TargetNamespace">
            <summary>
            Gets or sets the target namespace on which this envelope settings
            has to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.FunctionalGroupId">
            <summary>
            Gets or sets the functional group id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.SenderApplicationQualifier">
            <summary>
            Gets or sets the sender application qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.SenderApplicationId">
            <summary>
            Gets or sets the sender application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.ReceiverApplicationQualifier">
            <summary>
            Gets or sets the receiver application qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.ReceiverApplicationId">
            <summary>
            Gets or sets the receiver application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.ControllingAgencyCode">
            <summary>
            Gets or sets the controlling agency code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.GroupHeaderMessageVersion">
            <summary>
            Gets or sets the group header message version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.GroupHeaderMessageRelease">
            <summary>
            Gets or sets the group header message release.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.AssociationAssignedCode">
            <summary>
            Gets or sets the association assigned code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride.ApplicationPassword">
            <summary>
            Gets or sets the application password.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactEnvelopeSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.#ctor(System.String,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EdifactEnvelopeSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupAssociationAssignedCode">
            <summary>
            Gets or sets the group association assigned code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.CommunicationAgreementId">
            <summary>
            Gets or sets the communication agreement id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ApplyDelimiterStringAdvice">
            <summary>
            Gets or sets a value indicating whether to apply delimiter string
            advice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.CreateGroupingSegments">
            <summary>
            Gets or sets a value indicating whether to create grouping
            segments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.EnableDefaultGroupHeaders">
            <summary>
            Gets or sets a value indicating whether to enable default group
            headers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.RecipientReferencePasswordValue">
            <summary>
            Gets or sets the recipient reference password value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.RecipientReferencePasswordQualifier">
            <summary>
            Gets or sets the recipient reference password qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ApplicationReferenceId">
            <summary>
            Gets or sets the application reference id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ProcessingPriorityCode">
            <summary>
            Gets or sets the processing priority code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.InterchangeControlNumberLowerBound">
            <summary>
            Gets or sets the interchange control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.InterchangeControlNumberUpperBound">
            <summary>
            Gets or sets the interchange control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.RolloverInterchangeControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover interchange
            control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.InterchangeControlNumberPrefix">
            <summary>
            Gets or sets the interchange control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.InterchangeControlNumberSuffix">
            <summary>
            Gets or sets the interchange control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.SenderReverseRoutingAddress">
            <summary>
            Gets or sets the sender reverse routing address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ReceiverReverseRoutingAddress">
            <summary>
            Gets or sets the receiver reverse routing address.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.FunctionalGroupId">
            <summary>
            Gets or sets the functional group id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupControllingAgencyCode">
            <summary>
            Gets or sets the group controlling agency code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupMessageVersion">
            <summary>
            Gets or sets the group message version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupMessageRelease">
            <summary>
            Gets or sets the group message release.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupControlNumberLowerBound">
            <summary>
            Gets or sets the group control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupControlNumberUpperBound">
            <summary>
            Gets or sets the group control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.RolloverGroupControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover group control
            number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupControlNumberPrefix">
            <summary>
            Gets or sets the group control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupControlNumberSuffix">
            <summary>
            Gets or sets the group control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupApplicationReceiverQualifier">
            <summary>
            Gets or sets the group application receiver qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupApplicationReceiverId">
            <summary>
            Gets or sets the group application receiver id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupApplicationSenderQualifier">
            <summary>
            Gets or sets the group application sender qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupApplicationSenderId">
            <summary>
            Gets or sets the group application sender id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.GroupApplicationPassword">
            <summary>
            Gets or sets the group application password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.OverwriteExistingTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to overwrite existing
            transaction set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.TransactionSetControlNumberPrefix">
            <summary>
            Gets or sets the transaction set control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.TransactionSetControlNumberSuffix">
            <summary>
            Gets or sets the transaction set control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.TransactionSetControlNumberLowerBound">
            <summary>
            Gets or sets the transaction set control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.TransactionSetControlNumberUpperBound">
            <summary>
            Gets or sets the transaction set control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.RolloverTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover transaction
            set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.IsTestInterchange">
            <summary>
            Gets or sets a value indicating whether the message is a test
            interchange.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.SenderInternalIdentification">
            <summary>
            Gets or sets the sender internal identification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.SenderInternalSubIdentification">
            <summary>
            Gets or sets the sender internal sub identification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ReceiverInternalIdentification">
            <summary>
            Gets or sets the receiver internal identification.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings.ReceiverInternalSubIdentification">
            <summary>
            Gets or sets the receiver internal sub identification.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactFramingSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.#ctor(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.Logic.Models.EdifactCharacterSet},System.Nullable{Microsoft.Azure.Management.Logic.Models.EdifactDecimalIndicator},System.Nullable{Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix})">
            <summary>
            Initializes a new instance of the EdifactFramingSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.ServiceCodeListDirectoryVersion">
            <summary>
            Gets or sets the service code list directory version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.CharacterEncoding">
            <summary>
            Gets or sets the character encoding.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.ProtocolVersion">
            <summary>
            Gets or sets the protocol version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.DataElementSeparator">
            <summary>
            Gets or sets the data element separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.ComponentSeparator">
            <summary>
            Gets or sets the component separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.SegmentTerminator">
            <summary>
            Gets or sets the segment terminator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.ReleaseIndicator">
            <summary>
            Gets or sets the release indicator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.RepetitionSeparator">
            <summary>
            Gets or sets the repetition separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.CharacterSet">
            <summary>
            Gets or sets EDIFACT one-way receive agreement. Possible values
            include: 'NotSpecified', 'UNOB', 'UNOA', 'UNOC', 'UNOD', 'UNOE',
            'UNOF', 'UNOG', 'UNOH', 'UNOI', 'UNOJ', 'UNOK', 'UNOX', 'UNOY',
            'KECA'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.DecimalPointIndicator">
            <summary>
            Gets or sets EDIFACT one-way receive agreement. Possible values
            include: 'NotSpecified', 'Comma', 'Decimal'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings.SegmentTerminatorSuffix">
            <summary>
            Gets or sets EDIFACT one-way receive agreement. Possible values
            include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactMessageFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactMessageFilter.#ctor">
            <summary>
            Initializes a new instance of the EdifactMessageFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactMessageFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.MessageFilterType})">
            <summary>
            Initializes a new instance of the EdifactMessageFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactMessageFilter.MessageFilterType">
            <summary>
            Gets or sets the message filter type. Possible values include:
            'NotSpecified', 'Include', 'Exclude'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactMessageIdentifier">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactMessageIdentifier.#ctor">
            <summary>
            Initializes a new instance of the EdifactMessageIdentifier class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactMessageIdentifier.#ctor(System.String)">
            <summary>
            Initializes a new instance of the EdifactMessageIdentifier class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactMessageIdentifier.MessageId">
            <summary>
            Gets or sets the message id on which this envelope settings has to
            be applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement.#ctor">
            <summary>
            Initializes a new instance of the EdifactOneWayAgreement class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement.#ctor(Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings)">
            <summary>
            Initializes a new instance of the EdifactOneWayAgreement class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement.SenderBusinessIdentity">
            <summary>
            Gets or sets the sender business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement.ReceiverBusinessIdentity">
            <summary>
            Gets or sets the receiver business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactOneWayAgreement.ProtocolSettings">
            <summary>
            Gets or sets the EDIFACT protocol settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactProcessingSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the EdifactProcessingSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.MaskSecurityInfo">
            <summary>
            Gets or sets a value indicating whether to mask security
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.PreserveInterchange">
            <summary>
            Gets or sets a value indicating whether to preserve interchange.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.SuspendInterchangeOnError">
            <summary>
            Gets or sets a value indicating whether to suspend interchange on
            error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.CreateEmptyXmlTagsForTrailingSeparators">
            <summary>
            Gets or sets a value indicating whether to create empty xml tags
            for trailing separators.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings.UseDotAsDecimalSeparator">
            <summary>
            Gets or sets a value indicating whether to use dot as decimal
            separator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactProtocolSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.#ctor(Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings,Microsoft.Azure.Management.Logic.Models.EdifactFramingSettings,Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeSettings,Microsoft.Azure.Management.Logic.Models.EdifactAcknowledgementSettings,Microsoft.Azure.Management.Logic.Models.EdifactMessageFilter,Microsoft.Azure.Management.Logic.Models.EdifactProcessingSettings,System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.EdifactEnvelopeOverride},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.EdifactMessageIdentifier},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.EdifactDelimiterOverride})">
            <summary>
            Initializes a new instance of the EdifactProtocolSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.ValidationSettings">
            <summary>
            Gets or sets the EDIFACT validation settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.FramingSettings">
            <summary>
            Gets or sets the EDIFACT framing settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.EnvelopeSettings">
            <summary>
            Gets or sets the EDIFACT envelope settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.AcknowledgementSettings">
            <summary>
            Gets or sets the EDIFACT acknowledgement settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.MessageFilter">
            <summary>
            Gets or sets the EDIFACT message filter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.ProcessingSettings">
            <summary>
            Gets or sets the EDIFACT processing Settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.EnvelopeOverrides">
            <summary>
            Gets or sets the EDIFACT envelope override settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.MessageFilterList">
            <summary>
            Gets or sets the EDIFACT message filter list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.SchemaReferences">
            <summary>
            Gets or sets the EDIFACT schema references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.ValidationOverrides">
            <summary>
            Gets or sets the EDIFACT validation override settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactProtocolSettings.EdifactDelimiterOverrides">
            <summary>
            Gets or sets the EDIFACT delimiter override settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.#ctor">
            <summary>
            Initializes a new instance of the EdifactSchemaReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EdifactSchemaReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.MessageVersion">
            <summary>
            Gets or sets the message version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.MessageRelease">
            <summary>
            Gets or sets the message release version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.SenderApplicationId">
            <summary>
            Gets or sets the sender application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.SenderApplicationQualifier">
            <summary>
            Gets or sets the sender application qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.AssociationAssignedCode">
            <summary>
            Gets or sets the association assigned code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactSchemaReference.SchemaName">
            <summary>
            Gets or sets the schema name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.#ctor">
            <summary>
            Initializes a new instance of the EdifactValidationOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.TrailingSeparatorPolicy},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the EdifactValidationOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.MessageId">
            <summary>
            Gets or sets the message id on which the validation settings has
            to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.EnforceCharacterSet">
            <summary>
            Gets or sets a value indicating whether to validate character Set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.ValidateEDITypes">
            <summary>
            Gets or sets a value indicating whether to validate EDI types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.ValidateXSDTypes">
            <summary>
            Gets or sets a value indicating whether to validate XSD types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.AllowLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to allow leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.TrailingSeparatorPolicy">
            <summary>
            Gets or sets the trailing separator policy. Possible values
            include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationOverride.TrimLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to trim leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.#ctor">
            <summary>
            Initializes a new instance of the EdifactValidationSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.TrailingSeparatorPolicy})">
            <summary>
            Initializes a new instance of the EdifactValidationSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.ValidateCharacterSet">
            <summary>
            Gets or sets a value indicating whether to validate character set
            in the message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.CheckDuplicateInterchangeControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            interchange control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.InterchangeControlNumberValidityDays">
            <summary>
            Gets or sets the validity period of interchange control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.CheckDuplicateGroupControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            group control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.CheckDuplicateTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            transaction set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.ValidateEDITypes">
            <summary>
            Gets or sets a value indicating whether to Whether to validate EDI
            types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.ValidateXSDTypes">
            <summary>
            Gets or sets a value indicating whether to Whether to validate XSD
            types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.AllowLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to allow leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.TrimLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to trim leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.EdifactValidationSettings.TrailingSeparatorPolicy">
            <summary>
            Gets or sets the trailing separator policy. Possible values
            include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.EncryptionAlgorithm">
            <summary>
            Defines values for EncryptionAlgorithm.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.HashingAlgorithm">
            <summary>
            Defines values for HashingAlgorithm.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccount">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccount.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccount.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Object,Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku)">
            <summary>
            Initializes a new instance of the IntegrationAccount class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccount.Properties">
            <summary>
            Gets or sets the integration account properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccount.Sku">
            <summary>
            Gets or sets the sku.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountAgreement
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Object,System.Nullable{Microsoft.Azure.Management.Logic.Models.AgreementType},System.String,System.String,Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.AgreementContent)">
            <summary>
            Initializes a new instance of the IntegrationAccountAgreement
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.AgreementType">
            <summary>
            Gets or sets the agreement type. Possible values include:
            'NotSpecified', 'AS2', 'X12', 'Edifact'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.HostPartner">
            <summary>
            Gets or sets the host partner.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.GuestPartner">
            <summary>
            Gets or sets the guest partner.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.HostIdentity">
            <summary>
            Gets or sets the host identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.GuestIdentity">
            <summary>
            Gets or sets the guest identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreement.Content">
            <summary>
            Gets or sets the agreement content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationAccountAgreementFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.AgreementType})">
            <summary>
            Initializes a new instance of the
            IntegrationAccountAgreementFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountAgreementFilter.AgreementType">
            <summary>
            Gets or sets the agreement type of integration account agreement.
            Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountCertificate
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Object,Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference,System.String)">
            <summary>
            Initializes a new instance of the IntegrationAccountCertificate
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.Key">
            <summary>
            Gets or sets the key details in the key vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountCertificate.PublicCertificate">
            <summary>
            Gets or sets the public certificate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountContentHash
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the IntegrationAccountContentHash
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash.Algorithm">
            <summary>
            Gets or sets the algorithm.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountContentLink
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.#ctor(System.String,System.String,System.Nullable{System.Int64},Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentHash,System.Object)">
            <summary>
            Initializes a new instance of the IntegrationAccountContentLink
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.Uri">
            <summary>
            Gets or sets the content link URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.ContentVersion">
            <summary>
            Gets or sets the content version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.ContentSize">
            <summary>
            Gets or sets the content size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.ContentHash">
            <summary>
            Gets or sets the content hash.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountMap class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.Logic.Models.MapType},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Object,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink,System.Object)">
            <summary>
            Initializes a new instance of the IntegrationAccountMap class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.MapType">
            <summary>
            Gets or sets the map type. Possible values include:
            'NotSpecified', 'Xslt'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.Content">
            <summary>
            Gets or sets the content.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.ContentType">
            <summary>
            Gets or sets the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.ContentLink">
            <summary>
            Gets the content link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountMapFilter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.MapType})">
            <summary>
            Initializes a new instance of the IntegrationAccountMapFilter
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapFilter.SchemaType">
            <summary>
            Gets or sets the map type of integration account map. Possible
            values include: 'NotSpecified', 'Xslt'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountPartner class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.Logic.Models.PartnerType},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Object,Microsoft.Azure.Management.Logic.Models.PartnerContent)">
            <summary>
            Initializes a new instance of the IntegrationAccountPartner class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.PartnerType">
            <summary>
            Gets or sets the partner type. Possible values include:
            'NotSpecified', 'B2B'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner.Content">
            <summary>
            Gets or sets the partner content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountPartnerFilter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.PartnerType})">
            <summary>
            Initializes a new instance of the IntegrationAccountPartnerFilter
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartnerFilter.PartnerType">
            <summary>
            Gets or sets the partner type of integration account partner.
            Possible values include: 'NotSpecified', 'B2B'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the IntegrationAccountResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.Id">
            <summary>
            Gets or sets the resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.Name">
            <summary>
            Gets or sets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.Type">
            <summary>
            Gets or sets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.Location">
            <summary>
            Gets or sets the resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountResource.Tags">
            <summary>
            Gets or sets the resource tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountSchema class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.Logic.Models.SchemaType},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Object,System.String,Microsoft.Azure.Management.Logic.Models.IntegrationAccountContentLink,System.Object)">
            <summary>
            Initializes a new instance of the IntegrationAccountSchema class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.SchemaType">
            <summary>
            Gets or sets the schema type. Possible values include:
            'NotSpecified', 'Xml'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.TargetNamespace">
            <summary>
            Gets or sets the target namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.Content">
            <summary>
            Gets or sets the content.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.ContentType">
            <summary>
            Gets or sets the content type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.ContentLink">
            <summary>
            Gets the content link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchema.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountSchemaFilter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.SchemaType})">
            <summary>
            Initializes a new instance of the IntegrationAccountSchemaFilter
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSchemaFilter.SchemaType">
            <summary>
            Gets or sets the schema type of integration account schema.
            Possible values include: 'NotSpecified', 'Xml'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku.#ctor">
            <summary>
            Initializes a new instance of the IntegrationAccountSku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.SkuName})">
            <summary>
            Initializes a new instance of the IntegrationAccountSku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku.Name">
            <summary>
            Gets or sets the sku name. Possible values include:
            'NotSpecified', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.KeyType">
            <summary>
            Defines values for KeyType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference.#ctor">
            <summary>
            Initializes a new instance of the KeyVaultKeyReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference.#ctor(Microsoft.Azure.Management.Logic.Models.ResourceReference,System.String,System.String)">
            <summary>
            Initializes a new instance of the KeyVaultKeyReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference.KeyVault">
            <summary>
            Gets or sets the key vault reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference.KeyName">
            <summary>
            Gets or sets the private key name in key vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.KeyVaultKeyReference.KeyVersion">
            <summary>
            Gets or sets the private key version in key vault.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.ListCallbackUrlParameters">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ListCallbackUrlParameters.#ctor">
            <summary>
            Initializes a new instance of the ListCallbackUrlParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ListCallbackUrlParameters.#ctor(System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the ListCallbackUrlParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ListCallbackUrlParameters.NotAfter">
            <summary>
            Gets or sets the expiry time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.MapType">
            <summary>
            Defines values for MapType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.MessageFilterType">
            <summary>
            Defines values for MessageFilterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.ParameterType">
            <summary>
            Defines values for ParameterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.PartnerContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.PartnerContent.#ctor">
            <summary>
            Initializes a new instance of the PartnerContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.PartnerContent.#ctor(Microsoft.Azure.Management.Logic.Models.B2BPartnerContent)">
            <summary>
            Initializes a new instance of the PartnerContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.PartnerContent.B2b">
            <summary>
            Gets or sets the B2B partner content.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.PartnerType">
            <summary>
            Defines values for PartnerType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.RecurrenceFrequency">
            <summary>
            Defines values for RecurrenceFrequency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.RegenerateSecretKeyParameters">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.RegenerateSecretKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the RegenerateSecretKeyParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.RegenerateSecretKeyParameters.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.KeyType})">
            <summary>
            Initializes a new instance of the RegenerateSecretKeyParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.RegenerateSecretKeyParameters.KeyType">
            <summary>
            Gets or sets the key type. Possible values include:
            'NotSpecified', 'Primary', 'Secondary'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.Resource">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Resource.Id">
            <summary>
            Gets or sets the resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Resource.Name">
            <summary>
            Gets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Resource.Type">
            <summary>
            Gets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Resource.Location">
            <summary>
            Gets or sets the resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Resource.Tags">
            <summary>
            Gets or sets the resource tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.ResourceReference">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ResourceReference.#ctor">
            <summary>
            Initializes a new instance of the ResourceReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.ResourceReference.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ResourceReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ResourceReference.Id">
            <summary>
            Gets or sets the resource id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ResourceReference.Name">
            <summary>
            Gets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.ResourceReference.Type">
            <summary>
            Gets the resource type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters.#ctor">
            <summary>
            Initializes a new instance of the RunWorkflowParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the RunWorkflowParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters.Name">
            <summary>
            Gets or sets the name of workflow run trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters.Outputs">
            <summary>
            Gets or sets the outputs of workflow run trigger.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.SchemaType">
            <summary>
            Defines values for SchemaType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix">
            <summary>
            Defines values for SegmentTerminatorSuffix.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.Sku">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Sku.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.SkuName},Microsoft.Azure.Management.Logic.Models.ResourceReference)">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Sku.Name">
            <summary>
            Gets or sets the name. Possible values include: 'NotSpecified',
            'Free', 'Shared', 'Basic', 'Standard', 'Premium'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Sku.Plan">
            <summary>
            Gets or sets the reference to plan.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.SkuName">
            <summary>
            Defines values for SkuName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.SubResource">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.SubResource.#ctor">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.SubResource.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.SubResource.Id">
            <summary>
            Gets or sets the resource id.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.TrailingSeparatorPolicy">
            <summary>
            Defines values for TrailingSeparatorPolicy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.UsageIndicator">
            <summary>
            Defines values for UsageIndicator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.Workflow">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Workflow.#ctor">
            <summary>
            Initializes a new instance of the Workflow class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.Workflow.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowProvisioningState},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowState},System.String,System.String,Microsoft.Azure.Management.Logic.Models.Sku,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Object,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.Logic.Models.WorkflowParameter})">
            <summary>
            Initializes a new instance of the Workflow class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.ProvisioningState">
            <summary>
            Gets the provisioning state. Possible values include:
            'NotSpecified', 'Moving', 'Succeeded'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.State">
            <summary>
            Gets or sets the state. Possible values include: 'NotSpecified',
            'Enabled', 'Disabled', 'Deleted', 'Suspended'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.Version">
            <summary>
            Gets the version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.AccessEndpoint">
            <summary>
            Gets the access endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.Sku">
            <summary>
            Gets or sets the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.DefinitionLink">
            <summary>
            Gets or sets the link to definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.Definition">
            <summary>
            Gets or sets the definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.ParametersLink">
            <summary>
            Gets or sets the link to parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.Workflow.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.#ctor">
            <summary>
            Initializes a new instance of the WorkflowAccessKey class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the WorkflowAccessKey class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.Name">
            <summary>
            Gets the workflow access key name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.Type">
            <summary>
            Gets the workflow access key type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.NotBefore">
            <summary>
            Gets or sets the not-before time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey.NotAfter">
            <summary>
            Gets or sets the not-after time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowFilter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowState})">
            <summary>
            Initializes a new instance of the WorkflowFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowFilter.State">
            <summary>
            Gets or sets the state of workflows. Possible values include:
            'NotSpecified', 'Enabled', 'Disabled', 'Deleted', 'Suspended'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowOutputParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.ParameterType},System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the WorkflowOutputParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter.Error">
            <summary>
            Gets the error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowParameter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowParameter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowParameter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.ParameterType},System.Object,System.Object)">
            <summary>
            Initializes a new instance of the WorkflowParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowParameter.Type">
            <summary>
            Gets or sets the type. Possible values include: 'NotSpecified',
            'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array',
            'Object', 'SecureObject'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowParameter.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowParameter.Metadata">
            <summary>
            Gets or sets the metadata.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowProvisioningState">
            <summary>
            Defines values for WorkflowProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowRun">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRun.#ctor">
            <summary>
            Initializes a new instance of the WorkflowRun class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRun.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus},System.String,System.Object,System.String,Microsoft.Azure.Management.Logic.Models.ResourceReference,Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.Logic.Models.WorkflowOutputParameter})">
            <summary>
            Initializes a new instance of the WorkflowRun class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Name">
            <summary>
            Gets the workflow run name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Type">
            <summary>
            Gets the workflow run type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.EndTime">
            <summary>
            Gets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Status">
            <summary>
            Gets the status. Possible values include: 'NotSpecified',
            'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped',
            'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Code">
            <summary>
            Gets the code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Error">
            <summary>
            Gets the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.CorrelationId">
            <summary>
            Gets the correlation id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Workflow">
            <summary>
            Gets the reference to workflow version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Trigger">
            <summary>
            Gets the fired trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRun.Outputs">
            <summary>
            Gets the outputs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.#ctor">
            <summary>
            Initializes a new instance of the WorkflowRunAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus},System.String,System.Object,System.String,Microsoft.Azure.Management.Logic.Models.ContentLink,Microsoft.Azure.Management.Logic.Models.ContentLink)">
            <summary>
            Initializes a new instance of the WorkflowRunAction class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.Name">
            <summary>
            Gets the workflow run action name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.Type">
            <summary>
            Gets the workflow run action type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.EndTime">
            <summary>
            Gets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.Status">
            <summary>
            Gets the status. Possible values include: 'NotSpecified',
            'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped',
            'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.Code">
            <summary>
            Gets the code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.Error">
            <summary>
            Gets the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.TrackingId">
            <summary>
            Gets the trackingId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.InputsLink">
            <summary>
            Gets the link to inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunAction.OutputsLink">
            <summary>
            Gets the link to outputs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowRunActionFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus})">
            <summary>
            Initializes a new instance of the WorkflowRunActionFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter.Status">
            <summary>
            Gets or sets the status of workflow run action. Possible values
            include: 'NotSpecified', 'Paused', 'Running', 'Waiting',
            'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowRunFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus})">
            <summary>
            Initializes a new instance of the WorkflowRunFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter.Status">
            <summary>
            Gets or sets the status of workflow run. Possible values include:
            'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded',
            'Skipped', 'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.#ctor">
            <summary>
            Initializes a new instance of the WorkflowRunTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.#ctor(System.String,System.Object,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Object,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus},System.Object)">
            <summary>
            Initializes a new instance of the WorkflowRunTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Name">
            <summary>
            Gets the name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Inputs">
            <summary>
            Gets the inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.InputsLink">
            <summary>
            Gets the link to inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Outputs">
            <summary>
            Gets the outputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.OutputsLink">
            <summary>
            Gets the link to outputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.EndTime">
            <summary>
            Gets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.TrackingId">
            <summary>
            Gets the trackingId.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Code">
            <summary>
            Gets the code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Status">
            <summary>
            Gets the status. Possible values include: 'NotSpecified',
            'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped',
            'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowRunTrigger.Error">
            <summary>
            Gets the error.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowSecretKeys">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowSecretKeys.#ctor">
            <summary>
            Initializes a new instance of the WorkflowSecretKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowSecretKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the WorkflowSecretKeys class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowSecretKeys.PrimarySecretKey">
            <summary>
            Gets the primary secret key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowSecretKeys.SecondarySecretKey">
            <summary>
            Gets the secondary secret key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowState">
            <summary>
            Defines values for WorkflowState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowStatus">
            <summary>
            Defines values for WorkflowStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.#ctor">
            <summary>
            Initializes a new instance of the WorkflowTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.#ctor(System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowTriggerProvisioningState},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowState},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus},System.Nullable{System.DateTime},System.Nullable{System.DateTime},Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence,Microsoft.Azure.Management.Logic.Models.ResourceReference)">
            <summary>
            Initializes a new instance of the WorkflowTrigger class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.Name">
            <summary>
            Gets the workflow trigger name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.Type">
            <summary>
            Gets the workflow trigger type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.ProvisioningState">
            <summary>
            Gets the provisioning state. Possible values include:
            'NotSpecified', 'Creating', 'Succeeded', 'Updating'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.State">
            <summary>
            Gets the state. Possible values include: 'NotSpecified',
            'Enabled', 'Disabled', 'Deleted', 'Suspended'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.Status">
            <summary>
            Gets the status. Possible values include: 'NotSpecified',
            'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped',
            'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.LastExecutionTime">
            <summary>
            Gets the last execution time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.NextExecutionTime">
            <summary>
            Gets the next execution time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.Recurrence">
            <summary>
            Gets the workflow trigger recurrence.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTrigger.Workflow">
            <summary>
            Gets the reference to workflow.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter.#ctor">
            <summary>
            Initializes a new instance of the WorkflowTriggerFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowState})">
            <summary>
            Initializes a new instance of the WorkflowTriggerFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter.State">
            <summary>
            Gets or sets the state of workflow trigger. Possible values
            include: 'NotSpecified', 'Enabled', 'Disabled', 'Deleted',
            'Suspended'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.#ctor">
            <summary>
            Initializes a new instance of the WorkflowTriggerHistory class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowStatus},System.String,System.Object,System.String,Microsoft.Azure.Management.Logic.Models.ContentLink,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Nullable{System.Boolean},Microsoft.Azure.Management.Logic.Models.ResourceReference)">
            <summary>
            Initializes a new instance of the WorkflowTriggerHistory class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Name">
            <summary>
            Gets the workflow trigger history name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Type">
            <summary>
            Gets the workflow trigger history type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.StartTime">
            <summary>
            Gets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.EndTime">
            <summary>
            Gets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Status">
            <summary>
            Gets the status. Possible values include: 'NotSpecified',
            'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped',
            'Suspended', 'Cancelled', 'Failed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Code">
            <summary>
            Gets the code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Error">
            <summary>
            Gets the error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.TrackingId">
            <summary>
            Gets the tracking id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.InputsLink">
            <summary>
            Gets the link to input parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.OutputsLink">
            <summary>
            Gets the link to output parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Fired">
            <summary>
            Gets a value indicating whether trigger was fired.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerHistory.Run">
            <summary>
            Gets the reference to workflow run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerProvisioningState">
            <summary>
            Defines values for WorkflowTriggerProvisioningState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.#ctor">
            <summary>
            Initializes a new instance of the WorkflowTriggerRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.RecurrenceFrequency},System.Nullable{System.Int32},System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the WorkflowTriggerRecurrence class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.Frequency">
            <summary>
            Gets or sets the frequency. Possible values include: 'Second',
            'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.Interval">
            <summary>
            Gets or sets the interval.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.StartTime">
            <summary>
            Gets or sets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowTriggerRecurrence.TimeZone">
            <summary>
            Gets or sets the time zone.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.WorkflowVersion">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.#ctor">
            <summary>
            Initializes a new instance of the WorkflowVersion class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{Microsoft.Azure.Management.Logic.Models.WorkflowState},System.String,System.String,Microsoft.Azure.Management.Logic.Models.Sku,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Object,Microsoft.Azure.Management.Logic.Models.ContentLink,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.Logic.Models.WorkflowParameter})">
            <summary>
            Initializes a new instance of the WorkflowVersion class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.CreatedTime">
            <summary>
            Gets the created time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.ChangedTime">
            <summary>
            Gets the changed time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.State">
            <summary>
            Gets or sets the state. Possible values include: 'NotSpecified',
            'Enabled', 'Disabled', 'Deleted', 'Suspended'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.Version">
            <summary>
            Gets the version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.AccessEndpoint">
            <summary>
            Gets the access endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.Sku">
            <summary>
            Gets or sets the sku.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.DefinitionLink">
            <summary>
            Gets or sets the link to definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.Definition">
            <summary>
            Gets or sets the definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.ParametersLink">
            <summary>
            Gets or sets the link to parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.WorkflowVersion.Parameters">
            <summary>
            Gets or sets the parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.#ctor">
            <summary>
            Initializes a new instance of the X12AcknowledgementSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the X12AcknowledgementSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.NeedTechnicalAcknowledgement">
            <summary>
            Gets or sets a value indicating whether technical acknowledgement
            is needed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.BatchTechnicalAcknowledgements">
            <summary>
            Gets or sets a value indicating whether to batch the technical
            acknowledgements.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.NeedFunctionalAcknowledgement">
            <summary>
            Gets or sets a value indicating whether functional acknowledgement
            is needed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.FunctionalAcknowledgementVersion">
            <summary>
            Gets or sets the functional acknowledgement version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.BatchFunctionalAcknowledgements">
            <summary>
            Gets or sets a value indicating whether to batch functional
            acknowledgements.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.NeedImplementationAcknowledgement">
            <summary>
            Gets or sets a value indicating whether implementation
            acknowledgement is needed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.ImplementationAcknowledgementVersion">
            <summary>
            Gets or sets the implementation acknowledgement version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.BatchImplementationAcknowledgements">
            <summary>
            Gets or sets a value indicating whether to batch implementation
            acknowledgements.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.NeedLoopForValidMessages">
            <summary>
            Gets or sets a value indicating whether a loop is needed for valid
            messages.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.SendSynchronousAcknowledgement">
            <summary>
            Gets or sets a value indicating whether to send synchronous
            acknowledgement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.AcknowledgementControlNumberPrefix">
            <summary>
            Gets or sets the acknowledgement control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.AcknowledgementControlNumberSuffix">
            <summary>
            Gets or sets the acknowledgement control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.AcknowledgementControlNumberLowerBound">
            <summary>
            Gets or sets the acknowledgement control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.AcknowledgementControlNumberUpperBound">
            <summary>
            Gets or sets the acknowledgement control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings.RolloverAcknowledgementControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover
            acknowledgement control number.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12AgreementContent">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12AgreementContent.#ctor">
            <summary>
            Initializes a new instance of the X12AgreementContent class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12AgreementContent.#ctor(Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement,Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement)">
            <summary>
            Initializes a new instance of the X12AgreementContent class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AgreementContent.ReceiveAgreement">
            <summary>
            Gets or sets the X12 one-way receive agreement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12AgreementContent.SendAgreement">
            <summary>
            Gets or sets the X12 one-way send agreement.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12CharacterSet">
            <summary>
            Defines values for X12CharacterSet.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12DateFormat">
            <summary>
            Defines values for X12DateFormat.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.#ctor">
            <summary>
            Initializes a new instance of the X12DelimiterOverrides class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.#ctor(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String)">
            <summary>
            Initializes a new instance of the X12DelimiterOverrides class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.ProtocolVersion">
            <summary>
            Gets or sets the protocol version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.DataElementSeparator">
            <summary>
            Gets or sets the data element separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.ComponentSeparator">
            <summary>
            Gets or sets the component separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.SegmentTerminator">
            <summary>
            Gets or sets the segment terminator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.SegmentTerminatorSuffix">
            <summary>
            Gets or sets the segment terminator suffix. Possible values
            include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.ReplaceCharacter">
            <summary>
            Gets or sets the replacement character.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.ReplaceSeparatorsInPayload">
            <summary>
            Gets or sets a value indicating whether to replace separators in
            payload.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides.TargetNamespace">
            <summary>
            Gets or sets the target namespace on which this delimiter settings
            has to be applied.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.#ctor">
            <summary>
            Initializes a new instance of the X12EnvelopeOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.X12DateFormat},System.Nullable{Microsoft.Azure.Management.Logic.Models.X12TimeFormat})">
            <summary>
            Initializes a new instance of the X12EnvelopeOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.TargetNamespace">
            <summary>
            Gets or sets the target namespace on which this envelope settings
            has to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.ProtocolVersion">
            <summary>
            Gets or sets the protocol version on which this envelope settings
            has to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.MessageId">
            <summary>
            Gets or sets the message id on which this envelope settings has to
            be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.ResponsibleAgencyCode">
            <summary>
            Gets or sets the responsible agency code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.HeaderVersion">
            <summary>
            Gets or sets the header version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.SenderApplicationId">
            <summary>
            Gets or sets the sender application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.ReceiverApplicationId">
            <summary>
            Gets or sets the receiver application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.FunctionalIdentifierCode">
            <summary>
            Gets or sets the functional identifier code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.DateFormat">
            <summary>
            Gets or sets the date format. Possible values include:
            'NotSpecified', 'CCYYMMDD', 'YYMMDD'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride.TimeFormat">
            <summary>
            Gets or sets the time format. Possible values include:
            'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.#ctor">
            <summary>
            Initializes a new instance of the X12EnvelopeSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.String,System.String,System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.X12DateFormat},System.Nullable{Microsoft.Azure.Management.Logic.Models.X12TimeFormat},System.Nullable{Microsoft.Azure.Management.Logic.Models.UsageIndicator})">
            <summary>
            Initializes a new instance of the X12EnvelopeSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.ControlStandardsId">
            <summary>
            Gets or sets the controls standards id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.UseControlStandardsIdAsRepetitionCharacter">
            <summary>
            Gets or sets a value indicating whether to use control standards
            id as repetition character.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.SenderApplicationId">
            <summary>
            Gets or sets the sender application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.ReceiverApplicationId">
            <summary>
            Gets or sets the receiver application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.ControlVersionNumber">
            <summary>
            Gets or sets the control version number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.InterchangeControlNumberLowerBound">
            <summary>
            Gets or sets the interchange control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.InterchangeControlNumberUpperBound">
            <summary>
            Gets or sets the interchange control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.RolloverInterchangeControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover interchange
            control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.EnableDefaultGroupHeaders">
            <summary>
            Gets or sets a value indicating whether to enable default group
            headers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.FunctionalGroupId">
            <summary>
            Gets or sets the functional group id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupControlNumberLowerBound">
            <summary>
            Gets or sets the group control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupControlNumberUpperBound">
            <summary>
            Gets or sets the group control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.RolloverGroupControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover group control
            number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupHeaderAgencyCode">
            <summary>
            Gets or sets the group header agency code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupHeaderVersion">
            <summary>
            Gets or sets the group header version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.TransactionSetControlNumberLowerBound">
            <summary>
            Gets or sets the transaction set control number lower bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.TransactionSetControlNumberUpperBound">
            <summary>
            Gets or sets the transaction set control number upper bound.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.RolloverTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to rollover transaction
            set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.TransactionSetControlNumberPrefix">
            <summary>
            Gets or sets the transaction set control number prefix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.TransactionSetControlNumberSuffix">
            <summary>
            Gets or sets the transaction set control number suffix.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.OverwriteExistingTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to overwrite existing
            transaction set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupHeaderDateFormat">
            <summary>
            Gets or sets the group header date format. Possible values
            include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.GroupHeaderTimeFormat">
            <summary>
            Gets or sets the group header time format. Possible values
            include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings.UsageIndicator">
            <summary>
            Gets or sets the usage indicator. Possible values include:
            'NotSpecified', 'Test', 'Information', 'Production'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12FramingSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.#ctor">
            <summary>
            Initializes a new instance of the X12FramingSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.#ctor(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{Microsoft.Azure.Management.Logic.Models.X12CharacterSet},System.Nullable{Microsoft.Azure.Management.Logic.Models.SegmentTerminatorSuffix})">
            <summary>
            Initializes a new instance of the X12FramingSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.DataElementSeparator">
            <summary>
            Gets or sets the data element separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.ComponentSeparator">
            <summary>
            Gets or sets the component separator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.ReplaceSeparatorsInPayload">
            <summary>
            Gets or sets a value indicating whether to replace separators in
            payload.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.ReplaceCharacter">
            <summary>
            Gets or sets the replacement character.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.SegmentTerminator">
            <summary>
            Gets or sets the segment terminator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.CharacterSet">
            <summary>
            Gets or sets the X12 character set. Possible values include:
            'NotSpecified', 'Basic', 'Extended', 'UTF8'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12FramingSettings.SegmentTerminatorSuffix">
            <summary>
            Gets or sets the segment terminator suffix. Possible values
            include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12MessageFilter">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12MessageFilter.#ctor">
            <summary>
            Initializes a new instance of the X12MessageFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12MessageFilter.#ctor(System.Nullable{Microsoft.Azure.Management.Logic.Models.MessageFilterType})">
            <summary>
            Initializes a new instance of the X12MessageFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12MessageFilter.MessageFilterType">
            <summary>
            Gets or sets the message filter type. Possible values include:
            'NotSpecified', 'Include', 'Exclude'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12MessageIdentifier">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12MessageIdentifier.#ctor">
            <summary>
            Initializes a new instance of the X12MessageIdentifier class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12MessageIdentifier.#ctor(System.String)">
            <summary>
            Initializes a new instance of the X12MessageIdentifier class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12MessageIdentifier.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement.#ctor">
            <summary>
            Initializes a new instance of the X12OneWayAgreement class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement.#ctor(Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.BusinessIdentity,Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings)">
            <summary>
            Initializes a new instance of the X12OneWayAgreement class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement.SenderBusinessIdentity">
            <summary>
            Gets or sets the sender business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement.ReceiverBusinessIdentity">
            <summary>
            Gets or sets the receiver business identity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12OneWayAgreement.ProtocolSettings">
            <summary>
            Gets or sets the X12 protocol settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.#ctor">
            <summary>
            Initializes a new instance of the X12ProcessingSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the X12ProcessingSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.MaskSecurityInfo">
            <summary>
            Gets or sets a value indicating whether to mask security
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.ConvertImpliedDecimal">
            <summary>
            Gets or sets a value indicating whether to convert numerical type
            to implied decimal.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.PreserveInterchange">
            <summary>
            Gets or sets a value indicating whether to preserve interchange.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.SuspendInterchangeOnError">
            <summary>
            Gets or sets a value indicating whether to suspend interchange on
            error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.CreateEmptyXmlTagsForTrailingSeparators">
            <summary>
            Gets or sets a value indicating whether to create empty xml tags
            for trailing separators.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings.UseDotAsDecimalSeparator">
            <summary>
            Gets or sets a value indicating whether to use dot as decimal
            separator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.#ctor">
            <summary>
            Initializes a new instance of the X12ProtocolSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.#ctor(Microsoft.Azure.Management.Logic.Models.X12ValidationSettings,Microsoft.Azure.Management.Logic.Models.X12FramingSettings,Microsoft.Azure.Management.Logic.Models.X12EnvelopeSettings,Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings,Microsoft.Azure.Management.Logic.Models.X12MessageFilter,Microsoft.Azure.Management.Logic.Models.X12SecuritySettings,Microsoft.Azure.Management.Logic.Models.X12ProcessingSettings,System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.X12ValidationOverride},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.X12MessageIdentifier},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.X12SchemaReference},System.Collections.Generic.IList{Microsoft.Azure.Management.Logic.Models.X12DelimiterOverrides})">
            <summary>
            Initializes a new instance of the X12ProtocolSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.ValidationSettings">
            <summary>
            Gets or sets the X12 validation settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.FramingSettings">
            <summary>
            Gets or sets the X12 framing settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.EnvelopeSettings">
            <summary>
            Gets or sets the X12 envelope settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.AcknowledgementSettings">
            <summary>
            Gets or sets the X12 acknowledgment settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.MessageFilter">
            <summary>
            Gets or sets the X12 message filter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.SecuritySettings">
            <summary>
            Gets or sets the X12 security settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.ProcessingSettings">
            <summary>
            Gets or sets the X12 processing settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.EnvelopeOverrides">
            <summary>
            Gets or sets the X12 envelope override settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.ValidationOverrides">
            <summary>
            Gets or sets the X12 validation override settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.MessageFilterList">
            <summary>
            Gets or sets the X12 message filter list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.SchemaReferences">
            <summary>
            Gets or sets the X12 schema references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ProtocolSettings.X12DelimiterOverrides">
            <summary>
            Gets or sets the X12 delimiter override settings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12SchemaReference">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.#ctor">
            <summary>
            Initializes a new instance of the X12SchemaReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the X12SchemaReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.MessageId">
            <summary>
            Gets or sets the message id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.SenderApplicationId">
            <summary>
            Gets or sets the sender application id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.SchemaVersion">
            <summary>
            Gets or sets the schema version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SchemaReference.SchemaName">
            <summary>
            Gets or sets the schema name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.#ctor">
            <summary>
            Initializes a new instance of the X12SecuritySettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the X12SecuritySettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.AuthorizationQualifier">
            <summary>
            Gets or sets the authorization qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.AuthorizationValue">
            <summary>
            Gets or sets the authorization value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.SecurityQualifier">
            <summary>
            Gets or sets the security qualifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12SecuritySettings.PasswordValue">
            <summary>
            Gets or sets the password value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12TimeFormat">
            <summary>
            Defines values for X12TimeFormat.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.#ctor">
            <summary>
            Initializes a new instance of the X12ValidationOverride class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.#ctor(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.TrailingSeparatorPolicy})">
            <summary>
            Initializes a new instance of the X12ValidationOverride class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.MessageId">
            <summary>
            Gets or sets the message id on which the validation settings has
            to be applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.ValidateEDITypes">
            <summary>
            Gets or sets a value indicating whether to validate EDI types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.ValidateXSDTypes">
            <summary>
            Gets or sets a value indicating whether to validate XSD types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.AllowLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to allow leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.ValidateCharacterSet">
            <summary>
            Gets or sets a value indicating whether to validate character Set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.TrimLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to trim leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationOverride.TrailingSeparatorPolicy">
            <summary>
            Gets or sets the trailing separator policy. Possible values
            include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings">
            <summary>
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.#ctor">
            <summary>
            Initializes a new instance of the X12ValidationSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.#ctor(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{Microsoft.Azure.Management.Logic.Models.TrailingSeparatorPolicy})">
            <summary>
            Initializes a new instance of the X12ValidationSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.ValidateCharacterSet">
            <summary>
            Gets or sets a value indicating whether to validate character set
            in the message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.CheckDuplicateInterchangeControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            interchange control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.InterchangeControlNumberValidityDays">
            <summary>
            Gets or sets the validity period of interchange control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.CheckDuplicateGroupControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            group control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.CheckDuplicateTransactionSetControlNumber">
            <summary>
            Gets or sets a value indicating whether to check for duplicate
            transaction set control number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.ValidateEDITypes">
            <summary>
            Gets or sets a value indicating whether to Whether to validate EDI
            types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.ValidateXSDTypes">
            <summary>
            Gets or sets a value indicating whether to Whether to validate XSD
            types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.AllowLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to allow leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.TrimLeadingAndTrailingSpacesAndZeroes">
            <summary>
            Gets or sets a value indicating whether to trim leading and
            trailing spaces and zeroes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.Models.X12ValidationSettings.TrailingSeparatorPolicy">
            <summary>
            Gets or sets the trailing separator policy. Possible values
            include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations">
            <summary>
            WorkflowAccessKeysOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowAccessKeysOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.ListWithHttpMessagesAsync(System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='workflowAccesskey'>
            The workflow access key.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow access key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.ListSecretKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists secret keys.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.RegenerateSecretKeyWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.KeyType},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates secret key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='keyType'>
            Gets or sets the key type. Possible values include: 'NotSpecified',
            'Primary', 'Secondary'
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions">
            <summary>
            Extension methods for WorkflowAccessKeysOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.List(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String)">
            <summary>
            Gets a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey)">
            <summary>
            Creates or updates a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='workflowAccesskey'>
            The workflow access key.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Logic.Models.WorkflowAccessKey,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='workflowAccesskey'>
            The workflow access key.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow access key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.ListSecretKeys(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String)">
            <summary>
            Lists secret keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.ListSecretKeysAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists secret keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.RegenerateSecretKey(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.KeyType})">
            <summary>
            Regenerates secret key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='keyType'>
            Gets or sets the key type. Possible values include: 'NotSpecified',
            'Primary', 'Secondary'
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.RegenerateSecretKeyAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.String,System.String,System.Nullable{Microsoft.Azure.Management.Logic.Models.KeyType},System.Threading.CancellationToken)">
            <summary>
            Regenerates secret key.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='accessKeyName'>
            The workflow access key name.
            </param>
            <param name='keyType'>
            Gets or sets the key type. Possible values include: 'NotSpecified',
            'Primary', 'Secondary'
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowAccessKeysOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IWorkflowAccessKeysOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow access keys.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations">
            <summary>
            WorkflowRunActionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowRunActionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run action.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='actionName'>
            The workflow action name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions">
            <summary>
            Extension methods for WorkflowRunActionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.List(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter})">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunActionFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets a workflow run action.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='actionName'>
            The workflow action name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run action.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='actionName'>
            The workflow action name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunActionsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IWorkflowRunActionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow run actions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowRunsOperations">
            <summary>
            WorkflowRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowRunsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.CancelWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Cancels a workflow run.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions">
            <summary>
            Extension methods for WorkflowRunsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.List(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter})">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowRunFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a workflow run.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow run.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.Cancel(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,System.String)">
            <summary>
            Cancels a workflow run.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.CancelAsync(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancels a workflow run.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='runName'>
            The workflow run name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowRunsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IWorkflowRunsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowsOperations">
            <summary>
            WorkflowsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.ListBySubscriptionWithHttpMessagesAsync(Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.RunWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.BeginRunWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.DisableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Disables a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.EnableWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Enables a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.ValidateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Validates a workflow.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.ListBySubscriptionNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions">
            <summary>
            Extension methods for WorkflowsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListBySubscription(Microsoft.Azure.Management.Logic.IWorkflowsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter})">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListBySubscriptionAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter})">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String)">
            <summary>
            Gets a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow)">
            <summary>
            Creates or updates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Update(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow)">
            <summary>
            Updates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Threading.CancellationToken)">
            <summary>
            Updates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Delete(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String)">
            <summary>
            Deletes a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Run(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.RunAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.BeginRun(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.BeginRunAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.RunWorkflowParameters,System.Threading.CancellationToken)">
            <summary>
            Runs a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='parameters'>
            The parameters.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Disable(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String)">
            <summary>
            Disables a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.DisableAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Enable(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String)">
            <summary>
            Enables a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.EnableAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.Validate(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow)">
            <summary>
            Validates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ValidateAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.String,Microsoft.Azure.Management.Logic.Models.Workflow,System.Threading.CancellationToken)">
            <summary>
            Validates a workflow.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='workflow'>
            The workflow.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListBySubscriptionNext(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListBySubscriptionNextAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.Logic.IWorkflowsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflows by resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations">
            <summary>
            WorkflowTriggerHistoriesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowTriggerHistoriesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations.ListWithHttpMessagesAsync(System.String,System.String,System.String,System.Nullable{System.Int32},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger history.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='historyName'>
            The workflow trigger history name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions">
            <summary>
            Extension methods for WorkflowTriggerHistoriesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.List(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String,System.String,System.String,System.Nullable{System.Int32},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='top'>
            The number of items to be included in the result.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Gets a workflow trigger history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='historyName'>
            The workflow trigger history name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger history.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='historyName'>
            The workflow trigger history name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggerHistoriesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggerHistoriesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow trigger histories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations">
            <summary>
            WorkflowTriggersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowTriggersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.ListWithHttpMessagesAsync(System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.RunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Runs a workflow trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions">
            <summary>
            Extension methods for WorkflowTriggersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.List(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter})">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.ListAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,Microsoft.Rest.Azure.OData.ODataQuery{Microsoft.Azure.Management.Logic.Models.WorkflowTriggerFilter},System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='odataQuery'>
            OData parameters to apply to the operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,System.String)">
            <summary>
            Gets a workflow trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.Run(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,System.String)">
            <summary>
            Runs a workflow trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.RunAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Runs a workflow trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='triggerName'>
            The workflow trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.ListNext(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowTriggersOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.Logic.IWorkflowTriggersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a list of workflow triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowVersionsOperations">
            <summary>
            WorkflowVersionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowVersionsOperations.#ctor(Microsoft.Azure.Management.Logic.LogicManagementClient)">
            <summary>
            Initializes a new instance of the WorkflowVersionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Logic.WorkflowVersionsOperations.Client">
            <summary>
            Gets a reference to the LogicManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowVersionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a workflow version.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='versionId'>
            The workflow versionId.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.Logic.WorkflowVersionsOperationsExtensions">
            <summary>
            Extension methods for WorkflowVersionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowVersionsOperationsExtensions.Get(Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a workflow version.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='versionId'>
            The workflow versionId.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Logic.WorkflowVersionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.Logic.IWorkflowVersionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a workflow version.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='workflowName'>
            The workflow name.
            </param>
            <param name='versionId'>
            The workflow versionId.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>