-
Notifications
You must be signed in to change notification settings - Fork 265
/
NamespaceType.xml
76 lines (76 loc) · 4.06 KB
/
NamespaceType.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<Type Name="NamespaceType" FullName="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType">
<TypeSignature Language="C#" Value="public enum NamespaceType" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed NamespaceType extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType" />
<TypeSignature Language="VB.NET" Value="Public Enum NamespaceType" />
<TypeSignature Language="F#" Value="type NamespaceType = " />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="Messaging">
<MemberSignature Language="C#" Value="Messaging" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType Messaging = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType.Messaging" />
<MemberSignature Language="VB.NET" Value="Messaging" />
<MemberSignature Language="F#" Value="Messaging = 0" Usage="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType.Messaging" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Serialization.EnumMember(Value="Messaging")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Serialization.EnumMember(Value="Messaging")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
<Member MemberName="NotificationHub">
<MemberSignature Language="C#" Value="NotificationHub" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType NotificationHub = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType.NotificationHub" />
<MemberSignature Language="VB.NET" Value="NotificationHub" />
<MemberSignature Language="F#" Value="NotificationHub = 1" Usage="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType.NotificationHub" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Serialization.EnumMember(Value="NotificationHub")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Serialization.EnumMember(Value="NotificationHub")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.NotificationHubs.Fluent.Models.NamespaceType</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
</Docs>
</Member>
</Members>
</Type>