Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{5F5DC819-D320-434F-A771-9A757D7CADC0}") = "Azure.ResourceManager.Logic", "src\Azure.ResourceManager.Logic.csproj", "{A98AEA77-BABE-4701-B505-43ACDB149725}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Logic", "src\Azure.ResourceManager.Logic.csproj", "{A98AEA77-BABE-4701-B505-43ACDB149725}"
EndProject
Project("{5F5DC819-D320-434F-A771-9A757D7CADC0}") = "Azure.ResourceManager.Logic.Tests", "tests\Azure.ResourceManager.Logic.Tests.csproj", "{FD668608-A531-4E32-9917-2449592CCE1C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Logic.Tests", "tests\Azure.ResourceManager.Logic.Tests.csproj", "{FD668608-A531-4E32-9917-2449592CCE1C}"
EndProject
Project("{5F5DC819-D320-434F-A771-9A757D7CADC0}") = "Azure.ResourceManager.Logic.Samples", "samples\Azure.ResourceManager.Logic.Samples.csproj", "{043ce0a6-4b74-4d36-be72-713947a3e14f}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Logic.Samples", "samples\Azure.ResourceManager.Logic.Samples.csproj", "{043CE0A6-4B74-4D36-BE72-713947A3E14F}"
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE9EF316-8C42-48CA-A6CB-208D0FFCB360}
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -49,5 +43,23 @@ Global
{FD668608-A531-4E32-9917-2449592CCE1C}.Release|x64.Build.0 = Release|Any CPU
{FD668608-A531-4E32-9917-2449592CCE1C}.Release|x86.ActiveCfg = Release|Any CPU
{FD668608-A531-4E32-9917-2449592CCE1C}.Release|x86.Build.0 = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|x64.ActiveCfg = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|x64.Build.0 = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|x86.ActiveCfg = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Debug|x86.Build.0 = Debug|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|Any CPU.Build.0 = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|x64.ActiveCfg = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|x64.Build.0 = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|x86.ActiveCfg = Release|Any CPU
{043CE0A6-4B74-4D36-BE72-713947A3E14F}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE9EF316-8C42-48CA-A6CB-208D0FFCB360}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,8 @@ public partial class LogicWorkflowResource : Azure.ResourceManager.ArmResource
protected LogicWorkflowResource() { }
public virtual Azure.ResourceManager.Logic.LogicWorkflowData Data { get { throw null; } }
public virtual bool HasData { get { throw null; } }
public virtual Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource> AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public static Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string workflowName) { throw null; }
public virtual Azure.ResourceManager.ArmOperation Delete(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> DeleteAsync(Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down Expand Up @@ -658,7 +660,17 @@ protected LogicWorkflowResource() { }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation> MoveAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Logic.Models.LogicWorkflowReference move, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response RegenerateAccessKey(Azure.ResourceManager.Logic.Models.LogicWorkflowRegenerateActionContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> RegenerateAccessKeyAsync(Azure.ResourceManager.Logic.Models.LogicWorkflowRegenerateActionContent content, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource> RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource> SetTags(System.Collections.Generic.IDictionary<string, string> tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>> SetTagsAsync(System.Collections.Generic.IDictionary<string, string> tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Logic.LogicWorkflowResource> Update(Azure.WaitUntil waitUntil, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This method is obsolete and will be removed in a future release. Please use Update(WaitUntil waitUntil, LogicWorkflowData data, CancellationToken cancellationToken = default) instead.", false)]
public virtual Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource> Update(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Logic.LogicWorkflowResource>> UpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This method is obsolete and will be removed in a future release. Please use UpdateAsync(WaitUntil waitUntil, LogicWorkflowData data, CancellationToken cancellationToken = default) instead.", false)]
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Logic.LogicWorkflowResource>> UpdateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual Azure.Response ValidateByResourceGroup(Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
public virtual System.Threading.Tasks.Task<Azure.Response> ValidateByResourceGroupAsync(Azure.ResourceManager.Logic.LogicWorkflowData data, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

#nullable disable

using System;
using System.ComponentModel;
using System.Threading;
using System.Threading.Tasks;
using Azure.Core;
using Azure.ResourceManager.Resources;

namespace Azure.ResourceManager.Logic
{
/// <summary>
/// A Class representing a LogicWorkflow along with the instance operations that can be performed on it.
/// If you have a <see cref="ResourceIdentifier" /> you can construct a <see cref="LogicWorkflowResource" />
/// from an instance of <see cref="ArmClient" /> using the GetLogicWorkflowResource method.
/// Otherwise you can get one from its parent resource <see cref="ResourceGroupResource" /> using the GetLogicWorkflow method.
/// </summary>
public partial class LogicWorkflowResource
{
/// <summary>
/// Updates a workflow.
/// <list type="bullet">
/// <item>
/// <term>Request Path</term>
/// <description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}</description>
/// </item>
/// <item>
/// <term>Operation Id</term>
/// <description>Workflows_Update</description>
/// </item>
/// </list>
/// </summary>
/// <param name="cancellationToken"> The cancellation token to use. </param>
[Obsolete("This method is obsolete and will be removed in a future release. Please use UpdateAsync(WaitUntil waitUntil, LogicWorkflowData data, CancellationToken cancellationToken = default) instead.", false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[ForwardsClientCalls]
public virtual async Task<Response<LogicWorkflowResource>> UpdateAsync(CancellationToken cancellationToken = default)
{
var operation = await UpdateAsync(WaitUntil.Started, Data, cancellationToken).ConfigureAwait(false);
return await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false);
}

/// <summary>
/// Updates a workflow.
/// <list type="bullet">
/// <item>
/// <term>Request Path</term>
/// <description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}</description>
/// </item>
/// <item>
/// <term>Operation Id</term>
/// <description>Workflows_Update</description>
/// </item>
/// </list>
/// </summary>
/// <param name="cancellationToken"> The cancellation token to use. </param>
[Obsolete("This method is obsolete and will be removed in a future release. Please use Update(WaitUntil waitUntil, LogicWorkflowData data, CancellationToken cancellationToken = default) instead.", false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[ForwardsClientCalls]
public virtual Response<LogicWorkflowResource> Update(CancellationToken cancellationToken = default)
{
var operation = Update(WaitUntil.Started, Data, cancellationToken);
return operation.WaitForCompletion(cancellationToken);
}
}
}
Loading