-
Notifications
You must be signed in to change notification settings - Fork 264
/
GremlinGraphCreateUpdateParameters.xml
171 lines (171 loc) · 11 KB
/
GremlinGraphCreateUpdateParameters.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<Type Name="GremlinGraphCreateUpdateParameters" FullName="Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters">
<TypeSignature Language="C#" Value="public class GremlinGraphCreateUpdateParameters : Microsoft.Azure.Management.CosmosDB.Models.ARMResourceProperties" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit GremlinGraphCreateUpdateParameters extends Microsoft.Azure.Management.CosmosDB.Models.ARMResourceProperties" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters" />
<TypeSignature Language="VB.NET" Value="Public Class GremlinGraphCreateUpdateParameters
Inherits ARMResourceProperties" />
<TypeSignature Language="F#" Value="type GremlinGraphCreateUpdateParameters = class
 inherit ARMResourceProperties" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.Azure.Management.CosmosDB.Models.ARMResourceProperties</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>
Parameters to create and update Cosmos DB Gremlin graph.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GremlinGraphCreateUpdateParameters ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the
GremlinGraphCreateUpdateParameters class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GremlinGraphCreateUpdateParameters (Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource resource, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions options = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource resource, string id, string name, string type, string location, class System.Collections.Generic.IDictionary`2<string, string> tags, class Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.#ctor(Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource,System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (resource As GremlinGraphResource, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional options As CreateUpdateOptions = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters : Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions -> Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters" Usage="new Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters (resource, id, name, type, location, tags, options)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="resource" Type="Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource" />
<Parameter Name="id" Type="System.String" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="type" Type="System.String" />
<Parameter Name="location" Type="System.String" />
<Parameter Name="tags" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="options" Type="Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions" />
</Parameters>
<Docs>
<param name="tags">To be added.</param>
<param name="resource">The standard JSON format of a Gremlin
graph</param>
<param name="id">The unique resource identifier of the ARM
resource.</param>
<param name="name">The name of the ARM resource.</param>
<param name="type">The type of Azure resource.</param>
<param name="location">The location of the resource group to which
the resource belongs.</param>
<param name="options">A key-value pair of options to be applied for
the request. This corresponds to the headers sent with the
request.</param>
<summary>
Initializes a new instance of the
GremlinGraphCreateUpdateParameters class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Options">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions Options { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions Options" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.Options" />
<MemberSignature Language="VB.NET" Value="Public Property Options As CreateUpdateOptions" />
<MemberSignature Language="F#" Value="member this.Options : Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions with get, set" Usage="Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.Options" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.options")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.options")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.CosmosDB.Models.CreateUpdateOptions</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a key-value pair of options to be applied for the
request. This corresponds to the headers sent with the request.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Resource">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource Resource { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource Resource" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.Resource" />
<MemberSignature Language="VB.NET" Value="Public Property Resource As GremlinGraphResource" />
<MemberSignature Language="F#" Value="member this.Resource : Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource with get, set" Usage="Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.Resource" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="properties.resource")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="properties.resource")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphResource</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the standard JSON format of a Gremlin graph
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public virtual void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.CosmosDB.Models.GremlinGraphCreateUpdateParameters.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Validate ()" />
<MemberSignature Language="F#" Value="abstract member Validate : unit -> unit
override this.Validate : unit -> unit" Usage="gremlinGraphCreateUpdateParameters.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.CosmosDB</AssemblyName>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Validate the object.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:Microsoft.Rest.ValidationException">
Thrown if validation fails
</exception>
</Docs>
</Member>
</Members>
</Type>