diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._attachment.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._attachment.yml index 90b087d9a461..a1e3a66af970 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._attachment.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._attachment.yml @@ -57,10 +57,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -603,6 +605,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +
Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -664,6 +686,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._conflict.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._conflict.yml index d21c1ece9af5..370d8ddeb921 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._conflict.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._conflict.yml @@ -55,10 +55,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -539,6 +541,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -600,6 +622,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._connection_policy.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._connection_policy.yml index 9c596675cb7c..00c7a2d06b0b 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._connection_policy.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._connection_policy.yml @@ -84,10 +84,10 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 106 + startLine: 107 package: com.microsoft.azure.documentdb summary: >- -Gets the connection mode used in the client.
+Gets the connection mode used in the client. supported.
syntax: @@ -134,7 +134,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 271 + startLine: 272 package: com.microsoft.azure.documentdb summary: >-Gets the flag to enable endpoint discovery for geo-replicated database accounts.
@@ -159,7 +159,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 162 + startLine: 163 package: com.microsoft.azure.documentdb summary: >-Gets the value of the timeout for an idle connection, the default is 60 seconds.
@@ -184,7 +184,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 142 + startLine: 143 package: com.microsoft.azure.documentdb summary: >-Gets the value of the connection pool size the client is using.
@@ -209,7 +209,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 206 + startLine: 207 package: com.microsoft.azure.documentdb summary: >-Gets the maximum number of retries in the case where the request fails due to a throttle error.
@@ -236,7 +236,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 124 + startLine: 125 package: com.microsoft.azure.documentdb summary: >-Gets the attachment content (aka media) download mode.
@@ -286,7 +286,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 295 + startLine: 296 package: com.microsoft.azure.documentdb summary: >-Gets the preferred locations for geo-replicated database accounts
@@ -311,7 +311,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 320 + startLine: 321 package: com.microsoft.azure.documentdb summary: >-Gets a proxy which will be used when making a request. Default is .
@@ -361,7 +361,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 244 + startLine: 245 package: com.microsoft.azure.documentdb summary: >-Gets the retry policy options associated with the
Gets the value of user-agent suffix.
@@ -411,7 +411,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 115 + startLine: 116 package: com.microsoft.azure.documentdb summary: >-Sets the connection mode used in the client.
@@ -437,7 +437,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 286 + startLine: 287 package: com.microsoft.azure.documentdb summary: >-Sets the flag to enable endpoint discovery for geo-replicated database accounts.
@@ -467,7 +467,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 172 + startLine: 173 package: com.microsoft.azure.documentdb summary: >-sets the value of the timeout for an idle connection. After that time, the connection will be automatically closed.
@@ -493,7 +493,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 152 + startLine: 153 package: com.microsoft.azure.documentdb summary: >-Sets the value of the connection pool size of the httpclient, the default is 100.
@@ -519,7 +519,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 230 + startLine: 231 package: com.microsoft.azure.documentdb summary: >-Sets the maximum number of retries in the case where the request fails due to a throttle error.
@@ -551,7 +551,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 133 + startLine: 134 package: com.microsoft.azure.documentdb summary: >-Sets the attachment content (aka media) download mode.
@@ -603,7 +603,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 311 + startLine: 312 package: com.microsoft.azure.documentdb summary: >-Sets the preferred locations for geo-replicated database accounts. For example, "East US" as the preferred location.
@@ -633,7 +633,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 329 + startLine: 330 package: com.microsoft.azure.documentdb summary: >-Sets a proxy which will be used when making a request. Default is .
@@ -685,7 +685,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 258 + startLine: 259 package: com.microsoft.azure.documentdb summary: >-Sets the retry policy options associated with the
sets the value of the user-agent suffix.
@@ -739,7 +739,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/ConnectionPolicy.java - startLine: 334 + startLine: 335 package: com.microsoft.azure.documentdb syntax: content: public String toString() diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._consistency_policy.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._consistency_policy.yml index 916a0fe6f739..6ca8b248c681 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._consistency_policy.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._consistency_policy.yml @@ -49,6 +49,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -556,6 +557,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._database.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._database.yml index 4ea671799569..1c4f63379927 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._database.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._database.yml @@ -55,10 +55,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -539,6 +541,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -600,6 +622,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._database_account.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._database_account.yml index bad889ad8e1e..a1b2a301f2be 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._database_account.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._database_account.yml @@ -58,10 +58,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -751,6 +753,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -812,6 +834,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._database_account_location.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._database_account_location.yml index 5b8f24a09c7c..a6694cf8ba44 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._database_account_location.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._database_account_location.yml @@ -47,6 +47,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -489,6 +490,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._document.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._document.yml index d329bba9900c..ea7017588ee7 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._document.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._document.yml @@ -7,6 +7,7 @@ items: - com.microsoft.azure.documentdb._document.Document() - com.microsoft.azure.documentdb._document.Document(JSONObject) - com.microsoft.azure.documentdb._document.Document(String) + - com.microsoft.azure.documentdb._document.Document(String,ObjectMapper) - com.microsoft.azure.documentdb._document.getTimeToLive() - com.microsoft.azure.documentdb._document.setTimeToLive(Integer) href: com.microsoft.azure.documentdb._document.yml @@ -22,7 +23,7 @@ items: branch: master repo: https://github.com/Azure/azure-documentdb-java-pr path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 16 + startLine: 17 package: com.microsoft.azure.documentdb summary: >-Represents a document in the Azure DocumentDB database service.
@@ -55,10 +56,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -81,7 +84,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 20 + startLine: 22 package: com.microsoft.azure.documentdb summary:Initialize a document object.
syntax: @@ -100,7 +103,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 38 + startLine: 50 package: com.microsoft.azure.documentdb summary: >-Initialize a document object from json object.
@@ -126,7 +129,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 29 + startLine: 41 package: com.microsoft.azure.documentdb summary: >-Initialize a document object from json string.
@@ -138,6 +141,35 @@ items: - id: jsonString type: "26831127" description:the json string that represents the document object.
+- uid: com.microsoft.azure.documentdb._document.Document(String,ObjectMapper) + id: Document(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._document + href: com.microsoft.azure.documentdb._document.yml + langs: + - java + name: Document(String jsonString, ObjectMapper objectMapper) + nameWithType: Document.Document(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Document.Document(String jsonString, ObjectMapper objectMapper) + overload: com.microsoft.azure.documentdb._document.Document* + type: Constructor + source: + remote: *o0 + path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java + startLine: 32 + package: com.microsoft.azure.documentdb + summary: >- +Initialize a document object from json string.
+ + + syntax: + content: public Document(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the document object.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._document.getTimeToLive() id: getTimeToLive() parent: com.microsoft.azure.documentdb._document @@ -152,7 +184,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 62 + startLine: 77 package: com.microsoft.azure.documentdb summary: >-Gets the document's time-to-live value.
@@ -177,7 +209,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Document.java - startLine: 86 + startLine: 101 package: com.microsoft.azure.documentdb summary: >-Sets the document's time-to-live value.
@@ -207,6 +239,10 @@ references: spec.java: - name: String fullName: String +- uid: 7db3dbca + spec.java: + - name: ObjectMapper + fullName: ObjectMapper - uid: 2b3125a5 spec.java: - name: JSONObject @@ -552,6 +588,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -613,6 +669,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._document_client.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._document_client.yml index e0c638859d15..82ecc8755d4c 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._document_client.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._document_client.yml @@ -26,7 +26,9 @@ items: - com.microsoft.azure.documentdb._document_client.deleteUser(String,RequestOptions) - com.microsoft.azure.documentdb._document_client.deleteUserDefinedFunction(String,RequestOptions) - com.microsoft.azure.documentdb._document_client.DocumentClient(String,ListClose this
Creates an attachment.
@@ -206,7 +208,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2202 + startLine: 2248 package: com.microsoft.azure.documentdb summary: >-Creates an attachment.
@@ -244,7 +246,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 553 + startLine: 589 package: com.microsoft.azure.documentdb summary: >-Creates a document collection.
@@ -282,7 +284,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 427 + startLine: 463 package: com.microsoft.azure.documentdb summary: >-Creates a database.
@@ -317,7 +319,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 742 + startLine: 779 package: com.microsoft.azure.documentdb summary: >-Creates a document.
@@ -358,7 +360,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2596 + startLine: 2642 package: com.microsoft.azure.documentdb summary: >-Creates a permission.
@@ -396,7 +398,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1202 + startLine: 1239 package: com.microsoft.azure.documentdb summary: >-Creates a stored procedure.
@@ -434,7 +436,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1458 + startLine: 1504 package: com.microsoft.azure.documentdb summary: >-Creates a trigger.
@@ -472,7 +474,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2421 + startLine: 2467 package: com.microsoft.azure.documentdb summary: >-Creates a user.
@@ -510,7 +512,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1798 + startLine: 1844 package: com.microsoft.azure.documentdb summary: >-Creates a user defined function.
@@ -548,7 +550,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2088 + startLine: 2134 package: com.microsoft.azure.documentdb summary: >-Deletes an attachment.
@@ -583,7 +585,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 617 + startLine: 653 package: com.microsoft.azure.documentdb summary: >-Deletes a document collection by the collection link.
@@ -618,7 +620,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2398 + startLine: 2444 package: com.microsoft.azure.documentdb summary: >-Deletes a conflict.
@@ -653,7 +655,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 453 + startLine: 489 package: com.microsoft.azure.documentdb summary: >-Deletes a database.
@@ -688,7 +690,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 947 + startLine: 984 package: com.microsoft.azure.documentdb summary: >-Deletes a document by the document link.
@@ -723,7 +725,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2673 + startLine: 2719 package: com.microsoft.azure.documentdb summary: >-Deletes a permission.
@@ -758,7 +760,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1289 + startLine: 1326 package: com.microsoft.azure.documentdb summary: >-Deletes a stored procedure by the stored procedure link.
@@ -793,7 +795,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1538 + startLine: 1584 package: com.microsoft.azure.documentdb summary: >-Deletes a trigger.
@@ -828,7 +830,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2490 + startLine: 2536 package: com.microsoft.azure.documentdb summary: >-Deletes a user.
@@ -863,7 +865,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1884 + startLine: 1930 package: com.microsoft.azure.documentdb summary: >-Deletes a user defined function.
@@ -898,7 +900,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 145 + startLine: 163 package: com.microsoft.azure.documentdb summary: >-Initializes a new instance of the Microsoft.Azure.Documents.Client.DocumentClient class using the specified DocumentDB service endpoint and permissions.
@@ -919,6 +921,44 @@ items: - id: desiredConsistencyLevel type: com.microsoft.azure.documentdb._consistency_level description:the desired consistency level.
+- uid: com.microsoft.azure.documentdb._document_client.DocumentClient(String,ListInitializes a new instance of the Microsoft.Azure.Documents.Client.DocumentClient class using the specified DocumentDB service endpoint and permissions.
+ + + syntax: + content: public DocumentClient(String serviceEndpoint, Listthe URI of the service end point.
+ - id: permissionFeed + type: 5618da2dcom.microsoft.azure.documentdb._permissiona08ddfce + description:the permission feed.
+ - id: objectMapper + type: 7db3dbca + description:the custom objectMapper
+ - id: connectionPolicy + type: com.microsoft.azure.documentdb._connection_policy + description:the connection policy.
+ - id: desiredConsistencyLevel + type: com.microsoft.azure.documentdb._consistency_level + description:the desired consistency level.
- uid: com.microsoft.azure.documentdb._document_client.DocumentClient(String,String,ConnectionPolicy,ConsistencyLevel) id: DocumentClient(String,String,ConnectionPolicy,ConsistencyLevel) parent: com.microsoft.azure.documentdb._document_client @@ -933,7 +973,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 129 + startLine: 130 package: com.microsoft.azure.documentdb summary: >-Initializes a new instance of the
the desired consistency level.
+- uid: com.microsoft.azure.documentdb._document_client.DocumentClient(String,String,ObjectMapper,ConnectionPolicy,ConsistencyLevel) + id: DocumentClient(String,String,ObjectMapper,ConnectionPolicy,ConsistencyLevel) + parent: com.microsoft.azure.documentdb._document_client + href: com.microsoft.azure.documentdb._document_client.yml + langs: + - java + name: DocumentClient(String serviceEndpoint, String masterKey, ObjectMapper objectMapper, ConnectionPolicy connectionPolicy, ConsistencyLevel desiredConsistencyLevel) + nameWithType: DocumentClient.DocumentClient(String serviceEndpoint, String masterKey, ObjectMapper objectMapper, ConnectionPolicy connectionPolicy, ConsistencyLevel desiredConsistencyLevel) + fullName: com.microsoft.azure.documentdb.DocumentClient.DocumentClient(String serviceEndpoint, String masterKey, ObjectMapper objectMapper, ConnectionPolicy connectionPolicy, ConsistencyLevel desiredConsistencyLevel) + overload: com.microsoft.azure.documentdb._document_client.DocumentClient* + type: Constructor + source: + remote: *o0 + path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java + startLine: 146 + package: com.microsoft.azure.documentdb + summary: >- +Initializes a new instance of the
the URI of the service end point.
+ - id: masterKey + type: "26831127" + description:the master key.
+ - id: objectMapper + type: 7db3dbca + description:the custom objectMapper
+ - id: connectionPolicy + type: com.microsoft.azure.documentdb._connection_policy + description:the connection policy.
+ - id: desiredConsistencyLevel + type: com.microsoft.azure.documentdb._consistency_level + description:the desired consistency level.
- uid: com.microsoft.azure.documentdb._document_client.executeStoredProcedure(String,Object []) id: executeStoredProcedure(String,Object []) parent: com.microsoft.azure.documentdb._document_client @@ -968,7 +1046,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1410 + startLine: 1447 package: com.microsoft.azure.documentdb summary: >-Executes a stored procedure by the stored procedure link.
@@ -1003,7 +1081,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1424 + startLine: 1461 package: com.microsoft.azure.documentdb summary: >-Executes a stored procedure by the stored procedure link.
@@ -1041,7 +1119,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 374 + startLine: 410 package: com.microsoft.azure.documentdb syntax: content: public ConnectionPolicy getConnectionPolicy() @@ -1061,7 +1139,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2876 + startLine: 2922 package: com.microsoft.azure.documentdb summary: >-Gets database account information.
@@ -1089,7 +1167,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 336 + startLine: 372 package: com.microsoft.azure.documentdb syntax: content: protected PartitionResolver getPartitionResolver(String databaseLink) @@ -1112,7 +1190,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 370 + startLine: 406 package: com.microsoft.azure.documentdb summary: >-Gets the current read endpoint chosen based on availability and preference.
@@ -1137,7 +1215,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 352 + startLine: 388 package: com.microsoft.azure.documentdb summary: >-Gets the default service endpoint as passed in by the user during construction.
@@ -1162,7 +1240,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 361 + startLine: 397 package: com.microsoft.azure.documentdb summary: >-Gets the current write endpoint chosen based on availability and preference.
@@ -1206,7 +1284,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1122 + startLine: 1159 package: com.microsoft.azure.documentdb summary: >-Query for aggregation values in a document collection.
@@ -1241,7 +1319,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1135 + startLine: 1172 package: com.microsoft.azure.documentdb summary: >-Query for aggregation values in a document collection.
@@ -1279,7 +1357,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1096 + startLine: 1133 package: com.microsoft.azure.documentdb summary: >-Query for aggregation values in a document collection.
@@ -1314,7 +1392,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1109 + startLine: 1146 package: com.microsoft.azure.documentdb summary: >-Query for aggregation values in a document collection.
@@ -1352,7 +1430,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2175 + startLine: 2221 package: com.microsoft.azure.documentdb summary: >-Query for attachments.
@@ -1387,7 +1465,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2155 + startLine: 2201 package: com.microsoft.azure.documentdb summary: >-Query for attachments.
@@ -1422,7 +1500,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 711 + startLine: 748 package: com.microsoft.azure.documentdb summary: >-Query for document collections in a database.
@@ -1457,7 +1535,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 690 + startLine: 727 package: com.microsoft.azure.documentdb summary: >-Query for document collections in a database.
@@ -1492,7 +1570,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2371 + startLine: 2417 package: com.microsoft.azure.documentdb summary: >-Query for conflicts.
@@ -1527,7 +1605,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2350 + startLine: 2396 package: com.microsoft.azure.documentdb summary: >-Query for conflicts.
@@ -1562,7 +1640,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 530 + startLine: 566 package: com.microsoft.azure.documentdb summary: >-Query for databases.
@@ -1594,7 +1672,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 515 + startLine: 551 package: com.microsoft.azure.documentdb summary: >-Query for databases.
@@ -1626,7 +1704,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1174 + startLine: 1211 package: com.microsoft.azure.documentdb summary: >-Query for documents change feed in a document collection.
@@ -1689,7 +1767,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1048 + startLine: 1085 package: com.microsoft.azure.documentdb summary: >-Query for documents in a document collection.
@@ -1724,7 +1802,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1061 + startLine: 1098 package: com.microsoft.azure.documentdb summary: >-Query for documents in a document collection.
@@ -1762,7 +1840,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1015 + startLine: 1052 package: com.microsoft.azure.documentdb summary: >-Query for documents in a document collection.
@@ -1797,7 +1875,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1028 + startLine: 1065 package: com.microsoft.azure.documentdb summary: >-Query for documents in a document collection with a partitionKey
@@ -1835,7 +1913,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2855 + startLine: 2901 package: com.microsoft.azure.documentdb summary: >-Query for offers in a database.
@@ -1867,7 +1945,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2841 + startLine: 2887 package: com.microsoft.azure.documentdb summary: >-Query for offers in a database.
@@ -1899,7 +1977,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2756 + startLine: 2802 package: com.microsoft.azure.documentdb summary: >-Query for permissions.
@@ -1934,7 +2012,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2735 + startLine: 2781 package: com.microsoft.azure.documentdb summary: >-Query for permissions.
@@ -1969,7 +2047,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1382 + startLine: 1419 package: com.microsoft.azure.documentdb summary: >-Query for stored procedures in a document collection.
@@ -2004,7 +2082,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1361 + startLine: 1398 package: com.microsoft.azure.documentdb summary: >-Query for stored procedures in a document collection.
@@ -2039,7 +2117,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1627 + startLine: 1673 package: com.microsoft.azure.documentdb summary: >-Query for triggers.
@@ -2074,7 +2152,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1604 + startLine: 1650 package: com.microsoft.azure.documentdb summary: >-Query for triggers.
@@ -2109,7 +2187,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1975 + startLine: 2021 package: com.microsoft.azure.documentdb summary: >-Query for user defined functions.
@@ -2144,7 +2222,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1952 + startLine: 1998 package: com.microsoft.azure.documentdb summary: >-Query for user defined functions.
@@ -2179,7 +2257,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2567 + startLine: 2613 package: com.microsoft.azure.documentdb summary: >-Query for users.
@@ -2214,7 +2292,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2547 + startLine: 2593 package: com.microsoft.azure.documentdb summary: >-Query for users.
@@ -2249,7 +2327,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2112 + startLine: 2158 package: com.microsoft.azure.documentdb summary: >-Reads an attachment.
@@ -2284,7 +2362,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2133 + startLine: 2179 package: com.microsoft.azure.documentdb summary: >-Reads all attachments in a document.
@@ -2316,7 +2394,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 642 + startLine: 679 package: com.microsoft.azure.documentdb summary: >-Reads a document collection by the collection link.
@@ -2351,7 +2429,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 667 + startLine: 704 package: com.microsoft.azure.documentdb summary: >-Reads all document collections in a database.
@@ -2383,7 +2461,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2307 + startLine: 2353 package: com.microsoft.azure.documentdb summary: >-Reads a conflict.
@@ -2418,7 +2496,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2328 + startLine: 2374 package: com.microsoft.azure.documentdb summary: >-Reads all conflicts in a document collection.
@@ -2450,7 +2528,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 477 + startLine: 513 package: com.microsoft.azure.documentdb summary: >-Reads a database.
@@ -2485,7 +2563,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 499 + startLine: 535 package: com.microsoft.azure.documentdb summary: >-Reads all databases.
@@ -2514,7 +2592,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 970 + startLine: 1007 package: com.microsoft.azure.documentdb summary: >-Reads a document by the document link.
@@ -2549,7 +2627,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 992 + startLine: 1029 package: com.microsoft.azure.documentdb summary: >-Reads all documents in a document collection.
@@ -2581,7 +2659,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2256 + startLine: 2302 package: com.microsoft.azure.documentdb summary: >-Reads a media by the media link.
@@ -2613,7 +2691,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2807 + startLine: 2853 package: com.microsoft.azure.documentdb summary: >-Reads an offer.
@@ -2645,7 +2723,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2824 + startLine: 2870 package: com.microsoft.azure.documentdb summary: >-Reads offers.
@@ -2674,7 +2752,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1700 + startLine: 1746 package: com.microsoft.azure.documentdb summary: >-Reads all partition key ranges in a document collection.
@@ -2719,7 +2797,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1665 + startLine: 1711 package: com.microsoft.azure.documentdb summary: >-Reads all partition key ranges in a document collection.
@@ -2764,7 +2842,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1716 + startLine: 1762 package: com.microsoft.azure.documentdb summary: >-Reads all partition key ranges in a document collection for a provided query.
@@ -2799,7 +2877,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2694 + startLine: 2740 package: com.microsoft.azure.documentdb summary: >-Reads a permission.
@@ -2834,7 +2912,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2714 + startLine: 2760 package: com.microsoft.azure.documentdb summary: >-Reads all permissions.
@@ -2866,7 +2944,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1314 + startLine: 1351 package: com.microsoft.azure.documentdb summary: >-Read a stored procedure by the stored procedure link.
@@ -2901,7 +2979,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1338 + startLine: 1375 package: com.microsoft.azure.documentdb summary: >-Reads all stored procedures in a document collection link.
@@ -2933,7 +3011,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1560 + startLine: 1606 package: com.microsoft.azure.documentdb summary: >-Reads a trigger by the trigger link.
@@ -2968,7 +3046,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1581 + startLine: 1627 package: com.microsoft.azure.documentdb summary: >-Reads all triggers in a document collection.
@@ -3000,7 +3078,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2510 + startLine: 2556 package: com.microsoft.azure.documentdb summary: >-Reads a user.
@@ -3035,7 +3113,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1907 + startLine: 1953 package: com.microsoft.azure.documentdb summary: >-Read a user defined function.
@@ -3070,7 +3148,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1929 + startLine: 1975 package: com.microsoft.azure.documentdb summary: >-Reads all user defined functions in a document collection.
@@ -3102,7 +3180,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2529 + startLine: 2575 package: com.microsoft.azure.documentdb summary: >-Reads all users in a database.
@@ -3134,7 +3212,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 323 + startLine: 359 package: com.microsoft.azure.documentdb syntax: content: public void registerPartitionResolver(String databaseLink, PartitionResolver partitionResolver) @@ -3157,7 +3235,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2061 + startLine: 2107 package: com.microsoft.azure.documentdb summary: >-Replaces an attachment.
@@ -3192,7 +3270,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 587 + startLine: 623 package: com.microsoft.azure.documentdb summary: >-Replaces a document collection.
@@ -3227,7 +3305,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 894 + startLine: 931 package: com.microsoft.azure.documentdb summary: >-Replaces a document with the passed in document.
@@ -3262,7 +3340,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 871 + startLine: 908 package: com.microsoft.azure.documentdb summary: >-Replaces a document using a POJO object.
@@ -3300,7 +3378,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2784 + startLine: 2830 package: com.microsoft.azure.documentdb summary: >-Replaces an offer.
@@ -3332,7 +3410,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2647 + startLine: 2693 package: com.microsoft.azure.documentdb summary: >-Replaces a permission.
@@ -3367,7 +3445,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1260 + startLine: 1297 package: com.microsoft.azure.documentdb summary: >-Replaces a stored procedure.
@@ -3402,7 +3480,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1511 + startLine: 1557 package: com.microsoft.azure.documentdb summary: >-Replaces a trigger.
@@ -3437,7 +3515,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2468 + startLine: 2514 package: com.microsoft.azure.documentdb summary: >-Replaces a user.
@@ -3472,7 +3550,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1857 + startLine: 1903 package: com.microsoft.azure.documentdb summary: >-Replaces a user defined function.
@@ -3507,7 +3585,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2278 + startLine: 2324 package: com.microsoft.azure.documentdb summary: >-Updates a media by the media link.
@@ -3545,7 +3623,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2023 + startLine: 2069 package: com.microsoft.azure.documentdb summary: >-Upserts an attachment.
@@ -3583,7 +3661,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2221 + startLine: 2267 package: com.microsoft.azure.documentdb summary: >-Upserts an attachment to the media stream
@@ -3621,7 +3699,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 780 + startLine: 817 package: com.microsoft.azure.documentdb summary: >-Upserts a document.
@@ -3662,7 +3740,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2612 + startLine: 2658 package: com.microsoft.azure.documentdb summary: >-Upserts a permission.
@@ -3700,7 +3778,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1221 + startLine: 1258 package: com.microsoft.azure.documentdb summary: >-Upserts a stored procedure.
@@ -3738,7 +3816,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1475 + startLine: 1521 package: com.microsoft.azure.documentdb summary: >-Upserts a trigger.
@@ -3776,7 +3854,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 2437 + startLine: 2483 package: com.microsoft.azure.documentdb summary: >-Upserts a user.
@@ -3814,7 +3892,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/DocumentClient.java - startLine: 1818 + startLine: 1864 package: com.microsoft.azure.documentdb summary: >-Upserts a user defined function.
@@ -3852,6 +3930,10 @@ references: nameWithType: DocumentClient.DocumentClient fullName: com.microsoft.azure.documentdb.DocumentClient.DocumentClient package: com.microsoft.azure.documentdb +- uid: 7db3dbca + spec.java: + - name: ObjectMapper + fullName: ObjectMapper - uid: 5618da2dcom.microsoft.azure.documentdb._permissiona08ddfce spec.java: - name: List< diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._document_collection.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._document_collection.yml index e72979814c62..9bc36bc5751a 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._document_collection.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._document_collection.yml @@ -66,10 +66,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -900,6 +902,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -961,6 +983,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._error.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._error.yml index 2733e1b99b0f..bd3fa57d647d 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._error.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._error.yml @@ -55,10 +55,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -630,6 +632,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -691,6 +713,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._excluded_path.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._excluded_path.yml index 742fc47d6fc9..926e5699f587 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._excluded_path.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._excluded_path.yml @@ -46,6 +46,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -446,6 +447,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._hash_index.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._hash_index.yml index aa5328f7fb6a..98494dbf80bf 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._hash_index.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._hash_index.yml @@ -56,6 +56,7 @@ items: - com.microsoft.azure.documentdb._index.Index(String,IndexKind) - com.microsoft.azure.documentdb._index.Index(JSONObject,IndexKind) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._index.Range(DataType) @@ -694,6 +695,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._included_path.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._included_path.yml index 7342a466aec4..caaa1818b1a3 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._included_path.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._included_path.yml @@ -48,6 +48,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -514,6 +515,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._index.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._index.yml index 8f1d18c1c29a..4c90dabb1b4b 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._index.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._index.yml @@ -50,6 +50,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -626,6 +627,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._indexing_policy.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._indexing_policy.yml index 1a9eb34915ee..d3bcdb7ca2a7 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._indexing_policy.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._indexing_policy.yml @@ -53,6 +53,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -689,6 +690,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._json_serializable.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._json_serializable.yml index 64ccbfc1d5d5..1795c718509b 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._json_serializable.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._json_serializable.yml @@ -22,6 +22,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._json_serializable.set(String,T) - com.microsoft.azure.documentdb._json_serializable.toJson() @@ -64,7 +65,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 240 + startLine: 253 package: com.microsoft.azure.documentdb summary: >-Gets a property value as Object.
@@ -93,7 +94,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 268 + startLine: 281 package: com.microsoft.azure.documentdb summary: >-Gets a boolean value.
@@ -122,7 +123,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 449 + startLine: 462 package: com.microsoft.azure.documentdb summary: >-Gets a JSONObject collection.
@@ -151,7 +152,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 371 + startLine: 384 package: com.microsoft.azure.documentdb summary: >-Gets an object collection.
@@ -183,7 +184,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 310 + startLine: 323 package: com.microsoft.azure.documentdb summary: >-Gets a double value.
@@ -212,7 +213,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 132 + startLine: 145 package: com.microsoft.azure.documentdb summary: >-Returns the propertybag(JSONObject) in a hashMap
@@ -237,7 +238,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 282 + startLine: 295 package: com.microsoft.azure.documentdb summary: >-Gets an integer value.
@@ -266,7 +267,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 120 + startLine: 133 package: com.microsoft.azure.documentdb syntax: content: protected Logger getLogger() @@ -286,7 +287,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 296 + startLine: 309 package: com.microsoft.azure.documentdb summary: >-Gets a long value.
@@ -315,7 +316,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 55 + startLine: 70 package: com.microsoft.azure.documentdb syntax: content: protected ObjectMapper getMapper() @@ -335,7 +336,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 435 + startLine: 448 package: com.microsoft.azure.documentdb summary: >-Gets a JSONObject.
@@ -364,7 +365,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 327 + startLine: 340 package: com.microsoft.azure.documentdb summary: >-Gets an object value.
@@ -396,7 +397,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 470 + startLine: 483 package: com.microsoft.azure.documentdb summary: >-Gets the value of a property identified by an array of property names that forms the path.
@@ -425,7 +426,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 254 + startLine: 267 package: com.microsoft.azure.documentdb summary: >-Gets a string value.
@@ -454,7 +455,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 142 + startLine: 155 package: com.microsoft.azure.documentdb summary: >-Checks whether a property exists.
@@ -483,7 +484,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 33 + startLine: 37 package: com.microsoft.azure.documentdb syntax: content: protected JsonSerializable() @@ -501,7 +502,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 51 + startLine: 66 package: com.microsoft.azure.documentdb summary: >-Constructor.
@@ -527,7 +528,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 42 + startLine: 57 package: com.microsoft.azure.documentdb summary: >-Constructor.
@@ -539,6 +540,35 @@ items: - id: jsonString type: "26831127" description:the json string that represents the
Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.remove(String) id: remove(String) parent: com.microsoft.azure.documentdb._json_serializable @@ -553,7 +583,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 151 + startLine: 164 package: com.microsoft.azure.documentdb summary: >-Removes a value by propertyName.
@@ -579,7 +609,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 163 + startLine: 176 package: com.microsoft.azure.documentdb summary: >-Sets the value of a property.
@@ -610,7 +640,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 534 + startLine: 547 package: com.microsoft.azure.documentdb summary: >-Converts to a JSON string.
@@ -635,7 +665,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 543 + startLine: 556 package: com.microsoft.azure.documentdb summary:Converts to a JSON string.
syntax: &o3 @@ -660,7 +690,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 507 + startLine: 520 package: com.microsoft.azure.documentdb summary: >-Converts to an Object (only POJOs and JSONObject are supported).
@@ -689,7 +719,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 560 + startLine: 573 package: com.microsoft.azure.documentdb summary: >-Gets Simple String representation of property bag.
@@ -716,7 +746,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/JsonSerializable.java - startLine: 575 + startLine: 588 package: com.microsoft.azure.documentdb summary: >-Gets formatted String representation of property bag.
@@ -755,14 +785,14 @@ references: spec.java: - name: String fullName: String -- uid: 2b3125a5 - spec.java: - - name: JSONObject - fullName: JSONObject - uid: 7db3dbca spec.java: - name: ObjectMapper fullName: ObjectMapper +- uid: 2b3125a5 + spec.java: + - name: JSONObject + fullName: JSONObject - uid: com.microsoft.azure.documentdb._json_serializable.getMapper* name: getMapper nameWithType: JsonSerializable.getMapper diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._offer.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._offer.yml index d4d96e23c4ea..dc6809e74e24 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._offer.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._offer.yml @@ -59,10 +59,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -752,6 +754,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -813,6 +835,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._offer_v2.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._offer_v2.yml index b6a2fa395517..a51204c23244 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._offer_v2.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._offer_v2.yml @@ -60,6 +60,7 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._offer.Offer() @@ -68,6 +69,7 @@ items: - com.microsoft.azure.documentdb._offer.Offer(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._offer.setContent(JSONObject) @@ -700,6 +702,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -822,6 +844,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_definition.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_definition.yml index 549e5393557b..e2220f52f63a 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_definition.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_definition.yml @@ -48,6 +48,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -513,6 +514,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_range.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_range.yml index 03823de052ad..deeda0806111 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_range.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._partition_key_range.yml @@ -62,10 +62,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -803,6 +805,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -864,6 +886,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._permission.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._permission.yml index 8645c20abddb..87fa614a151a 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._permission.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._permission.yml @@ -57,10 +57,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -694,6 +696,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -755,6 +777,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._range_index.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._range_index.yml index ebbd55694894..7028cf32e8cc 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._range_index.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._range_index.yml @@ -56,6 +56,7 @@ items: - com.microsoft.azure.documentdb._index.Index(String,IndexKind) - com.microsoft.azure.documentdb._index.Index(JSONObject,IndexKind) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._index.Range(DataType) @@ -690,6 +691,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._replication_policy.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._replication_policy.yml index ea0c3b0e34d5..f37dfca303c3 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._replication_policy.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._replication_policy.yml @@ -45,6 +45,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -419,6 +420,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._request_options.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._request_options.yml index d01a6f21674b..5447b19f1800 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._request_options.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._request_options.yml @@ -26,6 +26,7 @@ items: - com.microsoft.azure.documentdb._request_options.setOfferThroughput(Integer) - com.microsoft.azure.documentdb._request_options.setOfferType(String) - com.microsoft.azure.documentdb._request_options.setPartitionKey(PartitionKey) + - com.microsoft.azure.documentdb._request_options.setPartitionKeyRengeId(String) - com.microsoft.azure.documentdb._request_options.setPopulateQuotaInfo(boolean) - com.microsoft.azure.documentdb._request_options.setPostTriggerInclude(ListGets the conditions associated with the request.
@@ -91,7 +92,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 104 + startLine: 105 package: com.microsoft.azure.documentdb summary: >-Gets the consistency level required for the request.
@@ -116,7 +117,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 255 + startLine: 274 package: com.microsoft.azure.documentdb summary: >-Gets the disableRUPerMinuteUsage for the current request in the Azure DocumentDB database service.
@@ -141,7 +142,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 86 + startLine: 87 package: com.microsoft.azure.documentdb summary: >-Gets the indexing directive (index, do not index etc).
@@ -166,7 +167,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 273 + startLine: 292 package: com.microsoft.azure.documentdb summary:Gets offerEnableRUPerMinuteThroughput for a collection in the Azure DocumentDB database service.
syntax: @@ -188,7 +189,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 176 + startLine: 177 package: com.microsoft.azure.documentdb summary: >-Gets the throughput in the form of Request Units per second when creating a document collection.
@@ -213,7 +214,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 158 + startLine: 159 package: com.microsoft.azure.documentdb summary: >-Gets the offer type when creating a document collection.
@@ -238,7 +239,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 194 + startLine: 195 package: com.microsoft.azure.documentdb summary: >-Gets the partition key used to identify the current request's target partition.
@@ -263,7 +264,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 50 + startLine: 51 package: com.microsoft.azure.documentdb summary: >-Gets the triggers to be invoked after the operation.
@@ -288,7 +289,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 32 + startLine: 33 package: com.microsoft.azure.documentdb summary: >-Gets the triggers to be invoked before the operation.
@@ -313,7 +314,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 140 + startLine: 141 package: com.microsoft.azure.documentdb summary: >-Gets the expiry time for resource token. Used when creating, updating, reading permission.
@@ -338,7 +339,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 122 + startLine: 123 package: com.microsoft.azure.documentdb summary: >-Gets the token for use with session consistency.
@@ -363,7 +364,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 234 + startLine: 253 package: com.microsoft.azure.documentdb summary: >-Gets the PopulateQuotaInfo setting for document collection read requests in the Azure DocumentDB database service. PopulateQuotaInfo is used to enable/disable getting document collection quota related stats for document collection read requests.
@@ -388,7 +389,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 213 + startLine: 232 package: com.microsoft.azure.documentdb summary: >-Gets whether Javascript stored procedure logging is enabled for the current request in the Azure DocumentDB database service or not.
@@ -413,7 +414,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 77 + startLine: 78 package: com.microsoft.azure.documentdb summary: >-Sets the conditions associated with the request.
@@ -439,7 +440,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 113 + startLine: 114 package: com.microsoft.azure.documentdb summary: >-Sets the consistency level required for the request.
@@ -465,7 +466,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 265 + startLine: 284 package: com.microsoft.azure.documentdb summary: >-Sets the disableRUPerMinuteUsage for the current request in the Azure DocumentDB database service.
@@ -491,7 +492,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 95 + startLine: 96 package: com.microsoft.azure.documentdb summary: >-Sets the indexing directive (index, do not index etc).
@@ -517,7 +518,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 281 + startLine: 300 package: com.microsoft.azure.documentdb summary:Sets offerEnableRUPerMinuteThroughput for a collection in the Azure DocumentDB database service.
syntax: @@ -540,7 +541,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 185 + startLine: 186 package: com.microsoft.azure.documentdb summary: >-Sets the throughput in the form of Request Units per second when creating a document collection.
@@ -566,7 +567,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 167 + startLine: 168 package: com.microsoft.azure.documentdb summary: >-Sets the offer type when creating a document collection.
@@ -592,7 +593,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 203 + startLine: 204 package: com.microsoft.azure.documentdb summary: >-Sets the partition key used to identify the current request's target partition.
@@ -604,6 +605,32 @@ items: - id: partitionkey type: com.microsoft.azure.documentdb._partition_key description:the partition key value.
+- uid: com.microsoft.azure.documentdb._request_options.setPartitionKeyRengeId(String) + id: setPartitionKeyRengeId(String) + parent: com.microsoft.azure.documentdb._request_options + href: com.microsoft.azure.documentdb._request_options.yml + langs: + - java + name: setPartitionKeyRengeId(String partitionKeyRangeId) + nameWithType: RequestOptions.setPartitionKeyRengeId(String partitionKeyRangeId) + fullName: void com.microsoft.azure.documentdb.RequestOptions.setPartitionKeyRengeId(String partitionKeyRangeId) + overload: com.microsoft.azure.documentdb._request_options.setPartitionKeyRengeId* + type: Method + source: + remote: *o0 + path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java + startLine: 222 + package: com.microsoft.azure.documentdb + summary: >- +Internal usage only: Sets the partition key range id used to identify the current request's target partition.
+ + + syntax: + content: protected void setPartitionKeyRengeId(String partitionKeyRangeId) + parameters: + - id: partitionKeyRangeId + type: "26831127" + description:the partition key range id value.
- uid: com.microsoft.azure.documentdb._request_options.setPopulateQuotaInfo(boolean) id: setPopulateQuotaInfo(boolean) parent: com.microsoft.azure.documentdb._request_options @@ -618,7 +645,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 245 + startLine: 264 package: com.microsoft.azure.documentdb summary: >-Sets the PopulateQuotaInfo setting for document collection read requests in the Azure DocumentDB database service. PopulateQuotaInfo is used to enable/disable getting document collection quota related stats for document collection read requests.
@@ -644,7 +671,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 59 + startLine: 60 package: com.microsoft.azure.documentdb summary: >-Sets the triggers to be invoked after the operation.
@@ -670,7 +697,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 41 + startLine: 42 package: com.microsoft.azure.documentdb summary: >-Sets the triggers to be invoked before the operation.
@@ -696,7 +723,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 149 + startLine: 150 package: com.microsoft.azure.documentdb summary: >-Sets the expiry time for resource token. Used when creating, updating, reading permission.
@@ -722,7 +749,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 223 + startLine: 242 package: com.microsoft.azure.documentdb summary: >-Sets whether Javascript stored procedure logging is enabled for the current request in the Azure DocumentDB database service or not.
@@ -748,7 +775,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/RequestOptions.java - startLine: 131 + startLine: 132 package: com.microsoft.azure.documentdb summary: >-Sets the token for use with session consistency.
@@ -917,6 +944,11 @@ references: nameWithType: RequestOptions.setOfferEnableRUPerMinuteThroughput fullName: void com.microsoft.azure.documentdb.RequestOptions.setOfferEnableRUPerMinuteThroughput package: com.microsoft.azure.documentdb +- uid: com.microsoft.azure.documentdb._request_options.setPartitionKeyRengeId* + name: setPartitionKeyRengeId + nameWithType: RequestOptions.setPartitionKeyRengeId + fullName: void com.microsoft.azure.documentdb.RequestOptions.setPartitionKeyRengeId + package: com.microsoft.azure.documentdb - uid: com.microsoft.azure.documentdb._access_condition parent: com.microsoft.azure.documentdb href: com.microsoft.azure.documentdb._access_condition.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._resource.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._resource.yml index 4b1b923fde59..45fb3844bd22 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._resource.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._resource.yml @@ -12,6 +12,7 @@ items: - com.microsoft.azure.documentdb._resource.Resource() - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.Resource(String) + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.setId(String) - com.microsoft.azure.documentdb._resource.setResourceId(String) href: com.microsoft.azure.documentdb._resource.yml @@ -27,7 +28,7 @@ items: branch: master repo: https://github.com/Azure/azure-documentdb-java-pr path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 15 + startLine: 16 package: com.microsoft.azure.documentdb summary:Represents the base resource in the Azure DocumentDB database service.
syntax: @@ -51,6 +52,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -72,7 +74,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 122 + startLine: 133 package: com.microsoft.azure.documentdb summary: >-Get the entity tag associated with the resource.
@@ -97,7 +99,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 47 + startLine: 58 package: com.microsoft.azure.documentdb summary: >-Gets the name of the resource.
@@ -122,7 +124,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 65 + startLine: 76 package: com.microsoft.azure.documentdb summary: >-Gets the ID associated with the resource.
@@ -147,7 +149,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 83 + startLine: 94 package: com.microsoft.azure.documentdb summary: >-Get the self-link associated with the resource.
@@ -172,7 +174,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 101 + startLine: 112 package: com.microsoft.azure.documentdb summary: >-Get the last modified timestamp associated with the resource.
@@ -197,7 +199,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 20 + startLine: 21 package: com.microsoft.azure.documentdb summary:Constructor.
syntax: @@ -216,7 +218,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 38 + startLine: 49 package: com.microsoft.azure.documentdb summary: >-Constructor.
@@ -242,7 +244,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 29 + startLine: 40 package: com.microsoft.azure.documentdb summary: >-Constructor.
@@ -254,6 +256,35 @@ items: - id: jsonString type: "26831127" description:the json string that represents the resource.
+- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + id: Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + langs: + - java + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + overload: com.microsoft.azure.documentdb._resource.Resource* + type: Constructor + source: + remote: *o0 + path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java + startLine: 31 + package: com.microsoft.azure.documentdb + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.setId(String) id: setId(String) parent: com.microsoft.azure.documentdb._resource @@ -268,7 +299,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 56 + startLine: 67 package: com.microsoft.azure.documentdb summary: >-Sets the name of the resource.
@@ -294,7 +325,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/Resource.java - startLine: 74 + startLine: 85 package: com.microsoft.azure.documentdb summary: >-Set the ID associated with the resource.
@@ -316,6 +347,10 @@ references: spec.java: - name: String fullName: String +- uid: 7db3dbca + spec.java: + - name: ObjectMapper + fullName: ObjectMapper - uid: 2b3125a5 spec.java: - name: JSONObject @@ -606,6 +641,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._spatial_index.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._spatial_index.yml index dbdb24271e92..418f00581b05 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._spatial_index.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._spatial_index.yml @@ -53,6 +53,7 @@ items: - com.microsoft.azure.documentdb._index.Index(String,IndexKind) - com.microsoft.azure.documentdb._index.Index(JSONObject,IndexKind) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._index.Range(DataType) @@ -593,6 +594,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._sql_parameter.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._sql_parameter.yml index 89288fe8f76b..cdf1fdfdb695 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._sql_parameter.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._sql_parameter.yml @@ -47,6 +47,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -497,6 +498,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._sql_query_spec.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._sql_query_spec.yml index 39319e91695c..7d43fc4f9b10 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._sql_query_spec.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._sql_query_spec.yml @@ -48,6 +48,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -508,6 +509,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure.yml index d7a15ef4ac78..8cebff453dfc 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure.yml @@ -55,10 +55,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -540,6 +542,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -601,6 +623,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure_response.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure_response.yml index d68c13ac5934..935f0895db78 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure_response.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._stored_procedure_response.yml @@ -8,7 +8,6 @@ items: - com.microsoft.azure.documentdb._stored_procedure_response.getCurrentResourceQuotaUsage() - com.microsoft.azure.documentdb._stored_procedure_response.getMaxResourceQuota() - com.microsoft.azure.documentdb._stored_procedure_response.getRequestCharge() - - com.microsoft.azure.documentdb._stored_procedure_response.getResponseAs(Classthe request charge.
-- uid: com.microsoft.azure.documentdb._stored_procedure_response.getResponseAs(ClassGets the response of a stored procedure, serialized into a document.
- - - syntax: - content: publicthe response as a document.
- uid: com.microsoft.azure.documentdb._stored_procedure_response.getResponseAsAttachment() id: getResponseAsAttachment() parent: com.microsoft.azure.documentdb._stored_procedure_response @@ -178,7 +149,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/StoredProcedureResponse.java - startLine: 121 + startLine: 111 package: com.microsoft.azure.documentdb summary: >-Gets the response of a stored procedure, serialized into an attachment.
@@ -228,7 +199,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/StoredProcedureResponse.java - startLine: 130 + startLine: 120 package: com.microsoft.azure.documentdb summary: >-Gets the response of a stored procedure as a string.
@@ -278,7 +249,7 @@ items: source: remote: *o0 path: DocumentDB/src/main/java/com/microsoft/azure/documentdb/StoredProcedureResponse.java - startLine: 139 + startLine: 129 package: com.microsoft.azure.documentdb summary: >-Gets the output from stored procedure console.log() statements.
@@ -411,25 +382,6 @@ references: nameWithType: StoredProcedureResponse.getScriptLog fullName: String com.microsoft.azure.documentdb.StoredProcedureResponse.getScriptLog package: com.microsoft.azure.documentdb -- uid: ffb09d2d - spec.java: - - name: ClassConstructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -727,6 +749,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._undefined.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._undefined.yml index c406a7ed6f05..14995ca5bb24 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._undefined.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._undefined.yml @@ -43,6 +43,7 @@ items: - com.microsoft.azure.documentdb._json_serializable.getString(String) - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) @@ -357,6 +358,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._user.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._user.yml index ab875909e943..e359022ca0c2 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._user.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._user.yml @@ -51,10 +51,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -505,6 +507,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -566,6 +588,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.documentdb._user_defined_function.yml b/docs-ref-autogen/com.microsoft.azure.documentdb._user_defined_function.yml index e88a0f80566c..ba8593dc1f4f 100644 --- a/docs-ref-autogen/com.microsoft.azure.documentdb._user_defined_function.yml +++ b/docs-ref-autogen/com.microsoft.azure.documentdb._user_defined_function.yml @@ -55,10 +55,12 @@ items: - com.microsoft.azure.documentdb._resource.getTimestamp() - com.microsoft.azure.documentdb._json_serializable.has(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable() + - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) - com.microsoft.azure.documentdb._json_serializable.JsonSerializable(JSONObject) - com.microsoft.azure.documentdb._json_serializable.remove(String) - com.microsoft.azure.documentdb._resource.Resource() + - com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) - com.microsoft.azure.documentdb._resource.Resource(String) - com.microsoft.azure.documentdb._resource.Resource(JSONObject) - com.microsoft.azure.documentdb._resource.setId(String) @@ -540,6 +542,26 @@ references: type: Constructor syntax: content: protected JsonSerializable() +- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._json_serializable + href: com.microsoft.azure.documentdb._json_serializable.yml + name: JsonSerializable(String jsonString, ObjectMapper objectMapper) + nameWithType: JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected JsonSerializable(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the
the custom object mapper
- uid: com.microsoft.azure.documentdb._json_serializable.JsonSerializable(String) parent: com.microsoft.azure.documentdb._json_serializable href: com.microsoft.azure.documentdb._json_serializable.yml @@ -601,6 +623,26 @@ references: summary:Constructor.
syntax: content: protected Resource() +- uid: com.microsoft.azure.documentdb._resource.Resource(String,ObjectMapper) + parent: com.microsoft.azure.documentdb._resource + href: com.microsoft.azure.documentdb._resource.yml + name: Resource(String jsonString, ObjectMapper objectMapper) + nameWithType: Resource.Resource(String jsonString, ObjectMapper objectMapper) + fullName: com.microsoft.azure.documentdb.Resource.Resource(String jsonString, ObjectMapper objectMapper) + type: Constructor + summary: >- +Constructor.
+ + + syntax: + content: protected Resource(String jsonString, ObjectMapper objectMapper) + parameters: + - id: jsonString + type: "26831127" + description:the json string that represents the resource.
+ - id: objectMapper + type: 7db3dbca + description:the custom object mapper
- uid: com.microsoft.azure.documentdb._resource.Resource(String) parent: com.microsoft.azure.documentdb._resource href: com.microsoft.azure.documentdb._resource.yml diff --git a/docs-ref-autogen/com.microsoft.azure.keyvault.requests.yml b/docs-ref-autogen/com.microsoft.azure.keyvault.requests.yml index f34e4a25dfd3..6637e1cd7885 100644 --- a/docs-ref-autogen/com.microsoft.azure.keyvault.requests.yml +++ b/docs-ref-autogen/com.microsoft.azure.keyvault.requests.yml @@ -276,6 +276,16 @@ references: summary:The
The
The
The
A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
syntax: - content: public interface WithCreatethe type of the resource
diff --git a/docs-ref-autogen/com.microsoft.azure.management.appservice._deployment_slot._update.yml b/docs-ref-autogen/com.microsoft.azure.management.appservice._deployment_slot._update.yml index 4b2ddc5f490d..935be85e06ea 100644 --- a/docs-ref-autogen/com.microsoft.azure.management.appservice._deployment_slot._update.yml +++ b/docs-ref-autogen/com.microsoft.azure.management.appservice._deployment_slot._update.yml @@ -116,7 +116,7 @@ references: type: Interface summary:The template for a site update operation, containing all the settings that can be modified.
syntax: - content: public interface Updatethe type of the resource
diff --git a/docs-ref-autogen/com.microsoft.azure.management.appservice._function_app._update.yml b/docs-ref-autogen/com.microsoft.azure.management.appservice._function_app._update.yml index 021b26b993c9..9359b8af3957 100644 --- a/docs-ref-autogen/com.microsoft.azure.management.appservice._function_app._update.yml +++ b/docs-ref-autogen/com.microsoft.azure.management.appservice._function_app._update.yml @@ -243,7 +243,7 @@ references: type: Interface summary:The template for a site update operation, containing all the settings that can be modified.
syntax: - content: public interface Updatethe type of the resource
diff --git a/docs-ref-autogen/com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f.yml b/docs-ref-autogen/com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f.yml index 374aa2f5353c..313e3d66a8ee 100644 --- a/docs-ref-autogen/com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f.yml +++ b/docs-ref-autogen/com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f.yml @@ -129,7 +129,7 @@ references: type: Interface summary:A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
syntax: - content: public interface WithCreatethe type of the resource
diff --git a/docs-ref-autogen/com.microsoft.azure.management.appservice._web_app._update.yml b/docs-ref-autogen/com.microsoft.azure.management.appservice._web_app._update.yml index e4cc283a2562..93510f72a0df 100644 --- a/docs-ref-autogen/com.microsoft.azure.management.appservice._web_app._update.yml +++ b/docs-ref-autogen/com.microsoft.azure.management.appservice._web_app._update.yml @@ -295,7 +295,7 @@ references: type: Interface summary:The template for a site update operation, containing all the settings that can be modified.
syntax: - content: public interface Updatethe type of the resource
diff --git a/docs-ref-autogen/com.microsoft.azure.management.appservice.yml b/docs-ref-autogen/com.microsoft.azure.management.appservice.yml index 08c3599d02e7..c79de13af530 100644 --- a/docs-ref-autogen/com.microsoft.azure.management.appservice.yml +++ b/docs-ref-autogen/com.microsoft.azure.management.appservice.yml @@ -2141,19 +2141,6 @@ references: summary:The first stage of the function deployment slot definition.
syntax: content: public interface Blank extends FunctionDeploymentSlot.DefinitionStages.WithConfiguration -- uid: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._blank - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._blank.yml - name: WebAppSourceControl.DefinitionStages.BlankThe first stage of a web app source control definition as part of a definition of a web app.
- syntax: - content: public interface Blankthe return type of the final
the stage of the parent definition to return to after attaching this definition
+- uid: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._blank + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._blank.yml + name: WebAppSourceControl.DefinitionStages.BlankThe first stage of a web app source control definition as part of a definition of a web app.
+ syntax: + content: public interface Blankthe return type of the final
A function app definition allowing resource group to be specified when a new app service plan is to be created.
syntax: content: public interface NewAppServicePlanWithGroup -- uid: com.microsoft.azure.management.appservice._app_service_domain._update +- uid: com.microsoft.azure.management.appservice._deployment_slot._update parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_domain._update.yml - name: AppServiceDomain.Update - nameWithType: AppServiceDomain.Update - fullName: com.microsoft.azure.management.appservice.AppServiceDomain.Update + href: com.microsoft.azure.management.appservice._deployment_slot._update.yml + name: DeploymentSlot.Update + nameWithType: DeploymentSlot.Update + fullName: com.microsoft.azure.management.appservice.DeploymentSlot.Update type: Interface - summary:The template for a domain update operation, containing all the settings that can be modified.
+ summary:The template for a web app update operation, containing all the settings that can be modified.
syntax: - content: public interface Update extends AppliableThe template for a site update operation, containing all the settings that can be modified.
syntax: content: public interface Update extends AppliableThe template for an app service certificate order update operation, containing all the settings that can be modified.
- syntax: - content: public interface Update extends AppliableThe template for a web app update operation, containing all the settings that can be modified.
- syntax: - content: public interface Update extends AppliableThe template for a function app update operation, containing all the settings that can be modified.
- syntax: - content: public interface Update extends WebAppBase.Updatethe type of the resource
+- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_certificate_order._update.yml + name: AppServiceCertificateOrder.Update + nameWithType: AppServiceCertificateOrder.Update + fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.Update + type: Interface + summary:The template for an app service certificate order update operation, containing all the settings that can be modified.
+ syntax: + content: public interface Update extends AppliableThe template for a web app update operation, containing all the settings that can be modified.
syntax: content: public interface Update extends AppliableThe template for a web app update operation, containing all the settings that can be modified.
syntax: - content: public interface Update extends AppliableThe template for a function app update operation, containing all the settings that can be modified.
+ syntax: + content: public interface Update extends WebAppBase.UpdateThe template for a domain update operation, containing all the settings that can be modified.
+ syntax: + content: public interface Update extends AppliableThe entirety of a web app authentication definition as part of a web app update.
+ syntax: + content: public interface UpdateDefinitionthe return type of the final
the return type of the final
The entirety of a web app authentication definition as part of a web app update.
- syntax: - content: public interface UpdateDefinitionthe return type of the final
the return type of the final
Grouping of hostname SSL binding definition stages applicable as part of a web app update.
- syntax: - content: public interface UpdateDefinitionStages - uid: com.microsoft.azure.management.appservice._web_app_authentication._update_definition_stages parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_authentication._update_definition_stages.yml @@ -2843,14 +2833,14 @@ references: summary:Grouping of web app authentication definition stages applicable as part of a web app update.
syntax: content: public interface UpdateDefinitionStages -- uid: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages +- uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages.yml - name: HostNameBinding.UpdateDefinitionStages - nameWithType: HostNameBinding.UpdateDefinitionStages - fullName: com.microsoft.azure.management.appservice.HostNameBinding.UpdateDefinitionStages + href: com.microsoft.azure.management.appservice._host_name_ssl_binding._update_definition_stages.yml + name: HostNameSslBinding.UpdateDefinitionStages + nameWithType: HostNameSslBinding.UpdateDefinitionStages + fullName: com.microsoft.azure.management.appservice.HostNameSslBinding.UpdateDefinitionStages type: Interface - summary:Grouping of host name binding definition stages applicable as part of a web app creation.
+ summary:Grouping of hostname SSL binding definition stages applicable as part of a web app update.
syntax: content: public interface UpdateDefinitionStages - uid: com.microsoft.azure.management.appservice._web_app_source_control._update_definition_stages @@ -2863,14 +2853,24 @@ references: summary:Grouping of web app source control definition stages applicable as part of a web app update.
syntax: content: public interface UpdateDefinitionStages -- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages +- uid: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_plan._update_stages.yml - name: AppServicePlan.UpdateStages - nameWithType: AppServicePlan.UpdateStages - fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages + href: com.microsoft.azure.management.appservice._host_name_binding._update_definition_stages.yml + name: HostNameBinding.UpdateDefinitionStages + nameWithType: HostNameBinding.UpdateDefinitionStages + fullName: com.microsoft.azure.management.appservice.HostNameBinding.UpdateDefinitionStages type: Interface - summary:Grouping of all the site update stages.
+ summary:Grouping of host name binding definition stages applicable as part of a web app creation.
+ syntax: + content: public interface UpdateDefinitionStages +- uid: com.microsoft.azure.management.appservice._function_app._update_stages + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._function_app._update_stages.yml + name: FunctionApp.UpdateStages + nameWithType: FunctionApp.UpdateStages + fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages + type: Interface + summary:Grouping of all the function app update stages.
syntax: content: public interface UpdateStages - uid: com.microsoft.azure.management.appservice._web_app._update_stages @@ -2883,6 +2883,16 @@ references: summary:Grouping of all the web app update stages.
syntax: content: public interface UpdateStages +- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_plan._update_stages.yml + name: AppServicePlan.UpdateStages + nameWithType: AppServicePlan.UpdateStages + fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages + type: Interface + summary:Grouping of all the site update stages.
+ syntax: + content: public interface UpdateStages - uid: com.microsoft.azure.management.appservice._web_app_authentication._update_stages parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_authentication._update_stages.yml @@ -2893,6 +2903,16 @@ references: summary:Grouping of all the web app authentication update stages.
syntax: content: public interface UpdateStages +- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update_stages + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_certificate_order._update_stages.yml + name: AppServiceCertificateOrder.UpdateStages + nameWithType: AppServiceCertificateOrder.UpdateStages + fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.UpdateStages + type: Interface + summary:Grouping of all the app service certificate order update stages.
+ syntax: + content: public interface UpdateStages - uid: com.microsoft.azure.management.appservice._web_app_base._update_stages parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_base._update_stages.yml @@ -2903,16 +2923,6 @@ references: summary:Grouping of all the web app update stages.
syntax: content: public interface UpdateStages -- uid: com.microsoft.azure.management.appservice._function_app._update_stages - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._function_app._update_stages.yml - name: FunctionApp.UpdateStages - nameWithType: FunctionApp.UpdateStages - fullName: com.microsoft.azure.management.appservice.FunctionApp.UpdateStages - type: Interface - summary:Grouping of all the function app update stages.
- syntax: - content: public interface UpdateStages - uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_domain._update_stages.yml @@ -2923,16 +2933,6 @@ references: summary:Grouping of all the domain update stages.
syntax: content: public interface UpdateStages -- uid: com.microsoft.azure.management.appservice._app_service_certificate_order._update_stages - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_certificate_order._update_stages.yml - name: AppServiceCertificateOrder.UpdateStages - nameWithType: AppServiceCertificateOrder.UpdateStages - fullName: com.microsoft.azure.management.appservice.AppServiceCertificateOrder.UpdateStages - type: Interface - summary:Grouping of all the app service certificate order update stages.
- syntax: - content: public interface UpdateStages - uid: com.microsoft.azure.management.appservice._web_deployment._definition_stages._with_add_on_package parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_deployment._definition_stages._with_add_on_package.yml @@ -2969,16 +2969,6 @@ references: typeParameters: - type: 18a275b1 description:the stage of the parent definition to return to after attaching
-- uid: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5 - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5.yml - name: AppServiceDomain.DefinitionStages.WithAdminContact - nameWithType: AppServiceDomain.DefinitionStages.WithAdminContact - fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithAdminContact - type: Interface - summary:A domain definition allowing admin contact to be set.
- syntax: - content: public interface WithAdminContact - uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_admin_contact.yml @@ -2989,6 +2979,16 @@ references: summary:A domain definition allowing admin contact to be set.
syntax: content: public interface WithAdminContact +- uid: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5 + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_domain._defini589cdc1a910b0ba674d9b5402fa140a5.yml + name: AppServiceDomain.DefinitionStages.WithAdminContact + nameWithType: AppServiceDomain.DefinitionStages.WithAdminContact + fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithAdminContact + type: Interface + summary:A domain definition allowing admin contact to be set.
+ syntax: + content: public interface WithAdminContact - uid: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app._update_stages._with_app_service_plan.yml @@ -3067,54 +3067,22 @@ references: typeParameters: - type: 18a275b1 description:the return type of
The final stage of the domain contact definition.
+The final stage of the hostname SSL binding definition.
-At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using
the return type of
The final stage of the hostname binding definition.
- -At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app definition using
At this stage, any remaining optional settings can be specified, or the hostname SSL binding definition can be attached to the parent web app definition using
the return type of
The final stage of the web app authentication definition.
- -At this stage, any remaining optional settings can be specified, or the web app authentication definition can be attached to the parent web app update using
the return type of
the return type of
The final stage of the hostname SSL binding definition.
+The final stage of the hostname binding definition.
-At this stage, any remaining optional settings can be specified, or the hostname SSL binding definition can be attached to the parent web app definition using
At this stage, any remaining optional settings can be specified, or the hostname binding definition can be attached to the parent web app definition using
the return type of
The final stage of the web app source control definition.
+ +At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app definition using
the return type of
The final stage of the web app source control definition.
+The final stage of the web app authentication definition.
-At this stage, any remaining optional settings can be specified, or the web app source control definition can be attached to the parent web app definition using
At this stage, any remaining optional settings can be specified, or the web app authentication definition can be attached to the parent web app update using
the return type of
The final stage of the domain contact definition.
+ +At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using
the return type of
A web app definition stage allowing authentication to be set.
- syntax: - content: public interface WithAuthenticationthe type of the resource
- uid: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_authentication parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_base._definition_stages._with_authentication.yml @@ -3205,19 +3192,19 @@ references: typeParameters: - type: dee0e3c3 description:the type of the resource
-- uid: com.microsoft.azure.management.appservice._web_app_authentication._upd794b7e073c1f70f64d9718e832bca5f +- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_authentication parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._web_app_authentication._upd794b7e073c1f70f64d9718e832bca5f.yml - name: WebAppAuthentication.UpdateStages.WithAuthenticationProviderA web app authentication update allowing detailed provider information to be specified.
+ summary:A web app definition stage allowing authentication to be set.
syntax: - content: public interface WithAuthenticationProviderthe return type of the final
the type of the resource
- uid: com.microsoft.azure.management.appservice._web_app_authentication._de292661ff658065032ab15cdefc6c65ee parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_authentication._de292661ff658065032ab15cdefc6c65ee.yml @@ -3231,6 +3218,19 @@ references: typeParameters: - type: 18a275b1 description:the stage of the parent definition to return to after attaching this definition
+- uid: com.microsoft.azure.management.appservice._web_app_authentication._upd794b7e073c1f70f64d9718e832bca5f + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._web_app_authentication._upd794b7e073c1f70f64d9718e832bca5f.yml + name: WebAppAuthentication.UpdateStages.WithAuthenticationProviderA web app authentication update allowing detailed provider information to be specified.
+ syntax: + content: public interface WithAuthenticationProviderthe return type of the final
An app service certificate order definition allowing auto-renew settings to be set.
syntax: content: public interface WithAutoRenew -- uid: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew.yml - name: AppServiceDomain.DefinitionStages.WithAutoRenew - nameWithType: AppServiceDomain.DefinitionStages.WithAutoRenew - fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithAutoRenew - type: Interface - summary:A domain definition allowing auto-renew setting to be set.
- syntax: - content: public interface WithAutoRenew - uid: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1 parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_certificate_orderff9e93f7eae4c9674fbfb0b6197b5ed1.yml @@ -3274,6 +3264,16 @@ references: summary:An app service certificate order definition allowing auto-renew settings to be set.
syntax: content: public interface WithAutoRenew +- uid: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_domain._definition_stages._with_auto_renew.yml + name: AppServiceDomain.DefinitionStages.WithAutoRenew + nameWithType: AppServiceDomain.DefinitionStages.WithAutoRenew + fullName: com.microsoft.azure.management.appservice.AppServiceDomain.DefinitionStages.WithAutoRenew + type: Interface + summary:A domain definition allowing auto-renew setting to be set.
+ syntax: + content: public interface WithAutoRenew - uid: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_auto_renew parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_domain._update_stages._with_auto_renew.yml @@ -3304,19 +3304,6 @@ references: summary:A domain definition allowing billing contact to be set.
syntax: content: public interface WithBillingContact -- uid: com.microsoft.azure.management.appservice._web_app_source_control._upeef32e4d574bdc4a10fe565bfdff8067 - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._web_app_source_control._upeef32e4d574bdc4a10fe565bfdff8067.yml - name: WebAppSourceControl.UpdateDefinitionStages.WithBranchA web app source control definition allowing branch to be specified.
- syntax: - content: public interface WithBranchthe stage of the parent definition to return to after attaching this definition
- uid: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._with_branch parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_source_control._definition_stages._with_branch.yml @@ -3330,16 +3317,19 @@ references: typeParameters: - type: 18a275b1 description:the stage of the parent definition to return to after attaching this definition
-- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity +- uid: com.microsoft.azure.management.appservice._web_app_source_control._upeef32e4d574bdc4a10fe565bfdff8067 parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity.yml - name: AppServicePlan.UpdateStages.WithCapacity - nameWithType: AppServicePlan.UpdateStages.WithCapacity - fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithCapacity + href: com.microsoft.azure.management.appservice._web_app_source_control._upeef32e4d574bdc4a10fe565bfdff8067.yml + name: WebAppSourceControl.UpdateDefinitionStages.WithBranchAn app service plan definition allowing instance capacity to be set.
+ summary:A web app source control definition allowing branch to be specified.
syntax: - content: public interface WithCapacity + content: public interface WithBranchthe stage of the parent definition to return to after attaching this definition
- uid: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_capacity parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_plan._definition_stages._with_capacity.yml @@ -3350,6 +3340,26 @@ references: summary:An app service plan definition allowing instance capacity to be set.
syntax: content: public interface WithCapacity +- uid: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_plan._update_stages._with_capacity.yml + name: AppServicePlan.UpdateStages.WithCapacity + nameWithType: AppServicePlan.UpdateStages.WithCapacity + fullName: com.microsoft.azure.management.appservice.AppServicePlan.UpdateStages.WithCapacity + type: Interface + summary:An app service plan definition allowing instance capacity to be set.
+ syntax: + content: public interface WithCapacity +- uid: com.microsoft.azure.management.appservice._app_service_certificate._d91c28a6e91e63e8b0ceffdb66fc4bdd1 + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._app_service_certificate._d91c28a6e91e63e8b0ceffdb66fc4bdd1.yml + name: AppServiceCertificate.DefinitionStages.WithCertificate + nameWithType: AppServiceCertificate.DefinitionStages.WithCertificate + fullName: com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithCertificate + type: Interface + summary:An app service certificate definition allowing PFX certificate file to be set.
+ syntax: + content: public interface WithCertificate - uid: com.microsoft.azure.management.appservice._host_name_ssl_binding._defa76534e940f611d0bcb27df915f01a29 parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._host_name_ssl_binding._defa76534e940f611d0bcb27df915f01a29.yml @@ -3376,16 +3386,6 @@ references: typeParameters: - type: 18a275b1 description:the stage of the parent definition to return to after attaching this definition
-- uid: com.microsoft.azure.management.appservice._app_service_certificate._d91c28a6e91e63e8b0ceffdb66fc4bdd1 - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._app_service_certificate._d91c28a6e91e63e8b0ceffdb66fc4bdd1.yml - name: AppServiceCertificate.DefinitionStages.WithCertificate - nameWithType: AppServiceCertificate.DefinitionStages.WithCertificate - fullName: com.microsoft.azure.management.appservice.AppServiceCertificate.DefinitionStages.WithCertificate - type: Interface - summary:An app service certificate definition allowing PFX certificate file to be set.
- syntax: - content: public interface WithCertificate - uid: com.microsoft.azure.management.appservice._app_service_certificate_order31c2807ce37a992e52a60322cba15f1a parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._app_service_certificate_order31c2807ce37a992e52a60322cba15f1a.yml @@ -3461,16 +3461,6 @@ references: typeParameters: - type: dee0e3c3 description:the type of the resource
-- uid: com.microsoft.azure.management.appservice._function_deployment_slot._702b42c5609bad3500f942b8eb14a1a7 - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._function_deployment_slot._702b42c5609bad3500f942b8eb14a1a7.yml - name: FunctionDeploymentSlot.DefinitionStages.WithConfiguration - nameWithType: FunctionDeploymentSlot.DefinitionStages.WithConfiguration - fullName: com.microsoft.azure.management.appservice.FunctionDeploymentSlot.DefinitionStages.WithConfiguration - type: Interface - summary:A function deployment slot definition allowing the configuration to clone from to be specified.
- syntax: - content: public interface WithConfiguration - uid: com.microsoft.azure.management.appservice._deployment_slot._definition_stages._with_configuration parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._deployment_slot._definition_stages._with_configuration.yml @@ -3481,19 +3471,16 @@ references: summary:A deployment slot definition allowing the configuration to clone from to be specified.
syntax: content: public interface WithConfiguration -- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string +- uid: com.microsoft.azure.management.appservice._function_deployment_slot._702b42c5609bad3500f942b8eb14a1a7 parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string.yml - name: WebAppBase.UpdateStages.WithConnectionStringA web app update stage allowing connection strings to be set.
+ summary:A function deployment slot definition allowing the configuration to clone from to be specified.
syntax: - content: public interface WithConnectionStringthe type of the resource
+ content: public interface WithConfiguration - uid: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20 parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._web_app_base._definition_sea63cf931f9608d9ff58201c24d51b20.yml @@ -3507,6 +3494,19 @@ references: typeParameters: - type: dee0e3c3 description:the type of the resource
+- uid: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._web_app_base._update_stages._with_connection_string.yml + name: WebAppBase.UpdateStages.WithConnectionStringA web app update stage allowing connection strings to be set.
+ syntax: + content: public interface WithConnectionStringthe type of the resource
- uid: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_country parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._domain_contact._definition_stages._with_country.yml @@ -3520,6 +3520,46 @@ references: typeParameters: - type: 18a275b1 description:the stage of the parent definition to return to after attaching
+- uid: com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._function_deployment_slot._88500507ec61ca491ce56ab692f27c2f.yml + name: FunctionDeploymentSlot.DefinitionStages.WithCreate + nameWithType: FunctionDeploymentSlot.DefinitionStages.WithCreate + fullName: com.microsoft.azure.management.appservice.FunctionDeploymentSlot.DefinitionStages.WithCreate + type: Interface + summary:A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
+ syntax: + content: public interface WithCreate extends CreatableAn app service certificate order definition with sufficient inputs to create a new app service certificate order in the cloud, but exposing additional optional inputs to specify.
+ syntax: + content: public interface WithCreate extends CreatableA site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
+ syntax: + content: public interface WithCreate extends CreatableAn app service certificate definition with sufficient inputs to create a new app service certificate in the cloud, but exposing additional optional inputs to specify.
+ syntax: + content: public interface WithCreate extends Creatablethe type of the resource
-- uid: com.microsoft.azure.management.appservice._deployment_slot._definition_stages._with_create - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._deployment_slot._definition_stages._with_create.yml - name: DeploymentSlot.DefinitionStages.WithCreate - nameWithType: DeploymentSlot.DefinitionStages.WithCreate - fullName: com.microsoft.azure.management.appservice.DeploymentSlot.DefinitionStages.WithCreate - type: Interface - summary:A site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
- syntax: - content: public interface WithCreate extends CreatableA site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
- syntax: - content: public interface WithCreate extends CreatableA function app definition with sufficient inputs to create a new function app in the cloud, but exposing additional optional inputs to specify.
syntax: content: public interface WithCreate extends CreatableAn app service certificate order definition with sufficient inputs to create a new app service certificate order in the cloud, but exposing additional optional inputs to specify.
- syntax: - content: public interface WithCreate extends CreatableA domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify.
- syntax: - content: public interface WithCreate extends AppServiceDomain.DefinitionStages.WithDomainPrivacy,AppServiceDomain.DefinitionStages.WithAutoRenew,AppServiceDomain.DefinitionStages.WithAdminContact,AppServiceDomain.DefinitionStages.WithBillingContact,AppServiceDomain.DefinitionStages.WithTechContact,CreatableAn app service certificate definition with sufficient inputs to create a new app service certificate in the cloud, but exposing additional optional inputs to specify.
- syntax: - content: public interface WithCreate extends CreatableA site definition with sufficient inputs to create a new web app / deployments slot in the cloud, but exposing additional optional inputs to specify.
syntax: content: public interface WithCreate extends CreatableA web app definition allowing docker registry credentials to be set.
+ summary:A domain definition with sufficient inputs to create a new domain in the cloud, but exposing additional optional inputs to specify.
syntax: - content: public interface WithCredentials + content: public interface WithCreate extends AppServiceDomain.DefinitionStages.WithDomainPrivacy,AppServiceDomain.DefinitionStages.WithAutoRenew,AppServiceDomain.DefinitionStages.WithAdminContact,AppServiceDomain.DefinitionStages.WithBillingContact,AppServiceDomain.DefinitionStages.WithTechContact,CreatableA web app update allowing docker hub credentials to be set.
syntax: content: public interface WithCredentials +- uid: com.microsoft.azure.management.appservice._web_app._definition_stages._with_credentials + parent: com.microsoft.azure.management.appservice + href: com.microsoft.azure.management.appservice._web_app._definition_stages._with_credentials.yml + name: WebApp.DefinitionStages.WithCredentials + nameWithType: WebApp.DefinitionStages.WithCredentials + fullName: com.microsoft.azure.management.appservice.WebApp.DefinitionStages.WithCredentials + type: Interface + summary:A web app definition allowing docker registry credentials to be set.
+ syntax: + content: public interface WithCredentials - uid: com.microsoft.azure.management.appservice._function_app._definition_s9f53284f8cb6a374b98559ea6c55d567 parent: com.microsoft.azure.management.appservice href: com.microsoft.azure.management.appservice._function_app._definition_s9f53284f8cb6a374b98559ea6c55d567.yml @@ -3653,19 +3653,6 @@ references: summary:A function app definition allowing daily usage quota to be specified.
syntax: content: public interface WithDailyUsageQuota -- uid: com.microsoft.azure.management.appservice._web_app_authentication._up685eb7936522be14c36bf8ee3dd5aba8 - parent: com.microsoft.azure.management.appservice - href: com.microsoft.azure.management.appservice._web_app_authentication._up685eb7936522be14c36bf8ee3dd5aba8.yml - name: WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProviderA web app authentication update allowing the default authentication provider to be set.
- syntax: - content: public interface WithDefaultAuthenticationProviderthe return type of the final
the return type of the final
A web app authentication update allowing the default authentication provider to be set.
+ syntax: + content: public interface WithDefaultAuthenticationProvider