Skip to content

Commit

Permalink
Add net462 API listings for new target (Azure#48582)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-redding authored Mar 6, 2025
1 parent 3653b47 commit 09bceeb
Show file tree
Hide file tree
Showing 2 changed files with 1,337 additions and 0 deletions.
122 changes: 122 additions & 0 deletions sdk/core/Azure.Core.Experimental/api/Azure.Core.Experimental.net462.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
namespace Azure
{
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct Variant
{
private readonly object _dummy;
private readonly int _dummyPrimitive;
public static readonly Azure.Variant Null;
public Variant(System.ArraySegment<byte> segment) { throw null; }
public Variant(System.ArraySegment<char> segment) { throw null; }
public Variant(bool value) { throw null; }
public Variant(byte value) { throw null; }
public Variant(char value) { throw null; }
public Variant(System.DateTime value) { throw null; }
public Variant(System.DateTimeOffset value) { throw null; }
public Variant(double value) { throw null; }
public Variant(short value) { throw null; }
public Variant(int value) { throw null; }
public Variant(long value) { throw null; }
public Variant(bool? value) { throw null; }
public Variant(byte? value) { throw null; }
public Variant(char? value) { throw null; }
public Variant(System.DateTimeOffset? value) { throw null; }
public Variant(System.DateTime? value) { throw null; }
public Variant(double? value) { throw null; }
public Variant(short? value) { throw null; }
public Variant(int? value) { throw null; }
public Variant(long? value) { throw null; }
public Variant(sbyte? value) { throw null; }
public Variant(float? value) { throw null; }
public Variant(ushort? value) { throw null; }
public Variant(uint? value) { throw null; }
public Variant(ulong? value) { throw null; }
public Variant(object? value) { throw null; }
public Variant(sbyte value) { throw null; }
public Variant(float value) { throw null; }
public Variant(ushort value) { throw null; }
public Variant(uint value) { throw null; }
public Variant(ulong value) { throw null; }
public bool IsNull { get { throw null; } }
public System.Type? Type { get { throw null; } }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public T As<T>() { throw null; }
public static Azure.Variant Create<T>(T value) { throw null; }
public static explicit operator System.ArraySegment<byte> (in Azure.Variant value) { throw null; }
public static explicit operator System.ArraySegment<char> (in Azure.Variant value) { throw null; }
public static explicit operator bool (in Azure.Variant value) { throw null; }
public static explicit operator byte (in Azure.Variant value) { throw null; }
public static explicit operator char (in Azure.Variant value) { throw null; }
public static explicit operator System.DateTime (in Azure.Variant value) { throw null; }
public static explicit operator System.DateTimeOffset (in Azure.Variant value) { throw null; }
public static explicit operator decimal (in Azure.Variant value) { throw null; }
public static explicit operator double (in Azure.Variant value) { throw null; }
public static explicit operator short (in Azure.Variant value) { throw null; }
public static explicit operator int (in Azure.Variant value) { throw null; }
public static explicit operator long (in Azure.Variant value) { throw null; }
public static explicit operator bool? (in Azure.Variant value) { throw null; }
public static explicit operator byte? (in Azure.Variant value) { throw null; }
public static explicit operator char? (in Azure.Variant value) { throw null; }
public static explicit operator System.DateTimeOffset? (in Azure.Variant value) { throw null; }
public static explicit operator System.DateTime? (in Azure.Variant value) { throw null; }
public static explicit operator decimal? (in Azure.Variant value) { throw null; }
public static explicit operator double? (in Azure.Variant value) { throw null; }
public static explicit operator short? (in Azure.Variant value) { throw null; }
public static explicit operator int? (in Azure.Variant value) { throw null; }
public static explicit operator long? (in Azure.Variant value) { throw null; }
public static explicit operator sbyte? (in Azure.Variant value) { throw null; }
public static explicit operator float? (in Azure.Variant value) { throw null; }
public static explicit operator ushort? (in Azure.Variant value) { throw null; }
public static explicit operator uint? (in Azure.Variant value) { throw null; }
public static explicit operator ulong? (in Azure.Variant value) { throw null; }
public static explicit operator sbyte (in Azure.Variant value) { throw null; }
public static explicit operator float (in Azure.Variant value) { throw null; }
public static explicit operator string (in Azure.Variant value) { throw null; }
public static explicit operator ushort (in Azure.Variant value) { throw null; }
public static explicit operator uint (in Azure.Variant value) { throw null; }
public static explicit operator ulong (in Azure.Variant value) { throw null; }
public static implicit operator Azure.Variant (System.ArraySegment<byte> value) { throw null; }
public static implicit operator Azure.Variant (System.ArraySegment<char> value) { throw null; }
public static implicit operator Azure.Variant (bool value) { throw null; }
public static implicit operator Azure.Variant (byte value) { throw null; }
public static implicit operator Azure.Variant (char value) { throw null; }
public static implicit operator Azure.Variant (System.DateTime value) { throw null; }
public static implicit operator Azure.Variant (System.DateTimeOffset value) { throw null; }
public static implicit operator Azure.Variant (decimal value) { throw null; }
public static implicit operator Azure.Variant (double value) { throw null; }
public static implicit operator Azure.Variant (short value) { throw null; }
public static implicit operator Azure.Variant (int value) { throw null; }
public static implicit operator Azure.Variant (long value) { throw null; }
public static implicit operator Azure.Variant (bool? value) { throw null; }
public static implicit operator Azure.Variant (byte? value) { throw null; }
public static implicit operator Azure.Variant (char? value) { throw null; }
public static implicit operator Azure.Variant (System.DateTimeOffset? value) { throw null; }
public static implicit operator Azure.Variant (System.DateTime? value) { throw null; }
public static implicit operator Azure.Variant (decimal? value) { throw null; }
public static implicit operator Azure.Variant (double? value) { throw null; }
public static implicit operator Azure.Variant (short? value) { throw null; }
public static implicit operator Azure.Variant (int? value) { throw null; }
public static implicit operator Azure.Variant (long? value) { throw null; }
public static implicit operator Azure.Variant (sbyte? value) { throw null; }
public static implicit operator Azure.Variant (float? value) { throw null; }
public static implicit operator Azure.Variant (ushort? value) { throw null; }
public static implicit operator Azure.Variant (uint? value) { throw null; }
public static implicit operator Azure.Variant (ulong? value) { throw null; }
public static implicit operator Azure.Variant (sbyte value) { throw null; }
public static implicit operator Azure.Variant (float value) { throw null; }
public static implicit operator Azure.Variant (string value) { throw null; }
public static implicit operator Azure.Variant (ushort value) { throw null; }
public static implicit operator Azure.Variant (uint value) { throw null; }
public static implicit operator Azure.Variant (ulong value) { throw null; }
public override string? ToString() { throw null; }
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public bool TryGetValue<T>(out T value) { throw null; }
}
}
namespace Azure.Core
{
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false, AllowMultiple=true)]
public partial class ProvisionableTemplateAttribute : System.Attribute
{
public ProvisionableTemplateAttribute(string resourceName) { }
public string ResourceName { get { throw null; } }
}
}
Loading

0 comments on commit 09bceeb

Please sign in to comment.