src/Network/Version2017_03_01/Models/NetworkOperationStatus.cs (14 lines of code) (raw):
// Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
namespace Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models
{
using Microsoft.Azure;
using Microsoft.Azure.Management;
using Microsoft.Azure.Management.Internal;
using Microsoft.Azure.Management.Internal.Network;
using Microsoft.Azure.Management.Internal.Network.Version2017_03_01;
/// <summary>
/// Defines values for NetworkOperationStatus.
/// </summary>
public static class NetworkOperationStatus
{
public const string InProgress = "InProgress";
public const string Succeeded = "Succeeded";
public const string Failed = "Failed";
}
}