Skip to content

Commit 09bceeb

Browse files
authored
Add net462 API listings for new target (Azure#48582)
1 parent 3653b47 commit 09bceeb

File tree

2 files changed

+1337
-0
lines changed

2 files changed

+1337
-0
lines changed
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
namespace Azure
2+
{
3+
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4+
public readonly partial struct Variant
5+
{
6+
private readonly object _dummy;
7+
private readonly int _dummyPrimitive;
8+
public static readonly Azure.Variant Null;
9+
public Variant(System.ArraySegment<byte> segment) { throw null; }
10+
public Variant(System.ArraySegment<char> segment) { throw null; }
11+
public Variant(bool value) { throw null; }
12+
public Variant(byte value) { throw null; }
13+
public Variant(char value) { throw null; }
14+
public Variant(System.DateTime value) { throw null; }
15+
public Variant(System.DateTimeOffset value) { throw null; }
16+
public Variant(double value) { throw null; }
17+
public Variant(short value) { throw null; }
18+
public Variant(int value) { throw null; }
19+
public Variant(long value) { throw null; }
20+
public Variant(bool? value) { throw null; }
21+
public Variant(byte? value) { throw null; }
22+
public Variant(char? value) { throw null; }
23+
public Variant(System.DateTimeOffset? value) { throw null; }
24+
public Variant(System.DateTime? value) { throw null; }
25+
public Variant(double? value) { throw null; }
26+
public Variant(short? value) { throw null; }
27+
public Variant(int? value) { throw null; }
28+
public Variant(long? value) { throw null; }
29+
public Variant(sbyte? value) { throw null; }
30+
public Variant(float? value) { throw null; }
31+
public Variant(ushort? value) { throw null; }
32+
public Variant(uint? value) { throw null; }
33+
public Variant(ulong? value) { throw null; }
34+
public Variant(object? value) { throw null; }
35+
public Variant(sbyte value) { throw null; }
36+
public Variant(float value) { throw null; }
37+
public Variant(ushort value) { throw null; }
38+
public Variant(uint value) { throw null; }
39+
public Variant(ulong value) { throw null; }
40+
public bool IsNull { get { throw null; } }
41+
public System.Type? Type { get { throw null; } }
42+
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public T As<T>() { throw null; }
43+
public static Azure.Variant Create<T>(T value) { throw null; }
44+
public static explicit operator System.ArraySegment<byte> (in Azure.Variant value) { throw null; }
45+
public static explicit operator System.ArraySegment<char> (in Azure.Variant value) { throw null; }
46+
public static explicit operator bool (in Azure.Variant value) { throw null; }
47+
public static explicit operator byte (in Azure.Variant value) { throw null; }
48+
public static explicit operator char (in Azure.Variant value) { throw null; }
49+
public static explicit operator System.DateTime (in Azure.Variant value) { throw null; }
50+
public static explicit operator System.DateTimeOffset (in Azure.Variant value) { throw null; }
51+
public static explicit operator decimal (in Azure.Variant value) { throw null; }
52+
public static explicit operator double (in Azure.Variant value) { throw null; }
53+
public static explicit operator short (in Azure.Variant value) { throw null; }
54+
public static explicit operator int (in Azure.Variant value) { throw null; }
55+
public static explicit operator long (in Azure.Variant value) { throw null; }
56+
public static explicit operator bool? (in Azure.Variant value) { throw null; }
57+
public static explicit operator byte? (in Azure.Variant value) { throw null; }
58+
public static explicit operator char? (in Azure.Variant value) { throw null; }
59+
public static explicit operator System.DateTimeOffset? (in Azure.Variant value) { throw null; }
60+
public static explicit operator System.DateTime? (in Azure.Variant value) { throw null; }
61+
public static explicit operator decimal? (in Azure.Variant value) { throw null; }
62+
public static explicit operator double? (in Azure.Variant value) { throw null; }
63+
public static explicit operator short? (in Azure.Variant value) { throw null; }
64+
public static explicit operator int? (in Azure.Variant value) { throw null; }
65+
public static explicit operator long? (in Azure.Variant value) { throw null; }
66+
public static explicit operator sbyte? (in Azure.Variant value) { throw null; }
67+
public static explicit operator float? (in Azure.Variant value) { throw null; }
68+
public static explicit operator ushort? (in Azure.Variant value) { throw null; }
69+
public static explicit operator uint? (in Azure.Variant value) { throw null; }
70+
public static explicit operator ulong? (in Azure.Variant value) { throw null; }
71+
public static explicit operator sbyte (in Azure.Variant value) { throw null; }
72+
public static explicit operator float (in Azure.Variant value) { throw null; }
73+
public static explicit operator string (in Azure.Variant value) { throw null; }
74+
public static explicit operator ushort (in Azure.Variant value) { throw null; }
75+
public static explicit operator uint (in Azure.Variant value) { throw null; }
76+
public static explicit operator ulong (in Azure.Variant value) { throw null; }
77+
public static implicit operator Azure.Variant (System.ArraySegment<byte> value) { throw null; }
78+
public static implicit operator Azure.Variant (System.ArraySegment<char> value) { throw null; }
79+
public static implicit operator Azure.Variant (bool value) { throw null; }
80+
public static implicit operator Azure.Variant (byte value) { throw null; }
81+
public static implicit operator Azure.Variant (char value) { throw null; }
82+
public static implicit operator Azure.Variant (System.DateTime value) { throw null; }
83+
public static implicit operator Azure.Variant (System.DateTimeOffset value) { throw null; }
84+
public static implicit operator Azure.Variant (decimal value) { throw null; }
85+
public static implicit operator Azure.Variant (double value) { throw null; }
86+
public static implicit operator Azure.Variant (short value) { throw null; }
87+
public static implicit operator Azure.Variant (int value) { throw null; }
88+
public static implicit operator Azure.Variant (long value) { throw null; }
89+
public static implicit operator Azure.Variant (bool? value) { throw null; }
90+
public static implicit operator Azure.Variant (byte? value) { throw null; }
91+
public static implicit operator Azure.Variant (char? value) { throw null; }
92+
public static implicit operator Azure.Variant (System.DateTimeOffset? value) { throw null; }
93+
public static implicit operator Azure.Variant (System.DateTime? value) { throw null; }
94+
public static implicit operator Azure.Variant (decimal? value) { throw null; }
95+
public static implicit operator Azure.Variant (double? value) { throw null; }
96+
public static implicit operator Azure.Variant (short? value) { throw null; }
97+
public static implicit operator Azure.Variant (int? value) { throw null; }
98+
public static implicit operator Azure.Variant (long? value) { throw null; }
99+
public static implicit operator Azure.Variant (sbyte? value) { throw null; }
100+
public static implicit operator Azure.Variant (float? value) { throw null; }
101+
public static implicit operator Azure.Variant (ushort? value) { throw null; }
102+
public static implicit operator Azure.Variant (uint? value) { throw null; }
103+
public static implicit operator Azure.Variant (ulong? value) { throw null; }
104+
public static implicit operator Azure.Variant (sbyte value) { throw null; }
105+
public static implicit operator Azure.Variant (float value) { throw null; }
106+
public static implicit operator Azure.Variant (string value) { throw null; }
107+
public static implicit operator Azure.Variant (ushort value) { throw null; }
108+
public static implicit operator Azure.Variant (uint value) { throw null; }
109+
public static implicit operator Azure.Variant (ulong value) { throw null; }
110+
public override string? ToString() { throw null; }
111+
[System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]public bool TryGetValue<T>(out T value) { throw null; }
112+
}
113+
}
114+
namespace Azure.Core
115+
{
116+
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly | System.AttributeTargets.Class, Inherited=false, AllowMultiple=true)]
117+
public partial class ProvisionableTemplateAttribute : System.Attribute
118+
{
119+
public ProvisionableTemplateAttribute(string resourceName) { }
120+
public string ResourceName { get { throw null; } }
121+
}
122+
}

0 commit comments

Comments
 (0)