-
Notifications
You must be signed in to change notification settings - Fork 265
/
GcmCredential.xml
117 lines (117 loc) · 6.35 KB
/
GcmCredential.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<Type Name="GcmCredential" FullName="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential">
<TypeSignature Language="C#" Value="public class GcmCredential" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GcmCredential extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential" />
<TypeSignature Language="VB.NET" Value="Public Class GcmCredential" />
<TypeSignature Language="F#" Value="type GcmCredential = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Microsoft.Rest.Serialization.JsonTransformation]</AttributeName>
<AttributeName Language="F#">[<Microsoft.Rest.Serialization.JsonTransformation>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GcmCredential ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GcmCredential (string gcmEndpoint = default, string googleApiKey = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string gcmEndpoint, string googleApiKey) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.#ctor(System.String,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional gcmEndpoint As String = Nothing, Optional googleApiKey As String = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential : string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential" Usage="new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential (gcmEndpoint, googleApiKey)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="gcmEndpoint" Type="System.String" />
<Parameter Name="googleApiKey" Type="System.String" />
</Parameters>
<Docs>
<param name="gcmEndpoint">To be added.</param>
<param name="googleApiKey">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GcmEndpoint">
<MemberSignature Language="C#" Value="public string GcmEndpoint { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string GcmEndpoint" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.GcmEndpoint" />
<MemberSignature Language="VB.NET" Value="Public Property GcmEndpoint As String" />
<MemberSignature Language="F#" Value="member this.GcmEndpoint : string with get, set" Usage="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.GcmEndpoint" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.gcmEndpoint")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.gcmEndpoint")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GoogleApiKey">
<MemberSignature Language="C#" Value="public string GoogleApiKey { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string GoogleApiKey" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.GoogleApiKey" />
<MemberSignature Language="VB.NET" Value="Public Property GoogleApiKey As String" />
<MemberSignature Language="F#" Value="member this.GoogleApiKey : string with get, set" Usage="Microsoft.Azure.Management.NotificationHubs.Fluent.Models.GcmCredential.GoogleApiKey" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.NotificationHubs.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.60</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.googleApiKey")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.googleApiKey")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>