azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

255 строки
9.4 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.cosmosdb._key_kind
id: _key_kind
parent: com.microsoft.azure.management.cosmosdb
children:
- com.microsoft.azure.management.cosmosdb._key_kind.equals(Object)
- com.microsoft.azure.management.cosmosdb._key_kind.hashCode()
- com.microsoft.azure.management.cosmosdb._key_kind.KeyKind(String)
- com.microsoft.azure.management.cosmosdb._key_kind.PRIMARY
- com.microsoft.azure.management.cosmosdb._key_kind.PRIMARY_READONLY
- com.microsoft.azure.management.cosmosdb._key_kind.SECONDARY
- com.microsoft.azure.management.cosmosdb._key_kind.SECONDARY_READONLY
- com.microsoft.azure.management.cosmosdb._key_kind.toString()
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: KeyKind
nameWithType: KeyKind
fullName: com.microsoft.azure.management.cosmosdb.KeyKind
type: Class
source:
remote: &o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 15
package: com.microsoft.azure.management.cosmosdb
summary: <p>Defines values for KeyKind. </p>
syntax: &o1
content: public class KeyKind
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.management.cosmosdb._key_kind.equals(Object)
id: equals(Object)
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: equals(Object obj)
nameWithType: KeyKind.equals(Object obj)
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.equals(Object obj)
overload: com.microsoft.azure.management.cosmosdb._key_kind.equals*
type: Method
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 50
package: com.microsoft.azure.management.cosmosdb
syntax:
content: public boolean equals(Object obj)
parameters:
- id: obj
type: "79317049"
return:
type: 4fc6e284
- uid: com.microsoft.azure.management.cosmosdb._key_kind.hashCode()
id: hashCode()
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: hashCode()
nameWithType: KeyKind.hashCode()
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.hashCode()
overload: com.microsoft.azure.management.cosmosdb._key_kind.hashCode*
type: Method
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 45
package: com.microsoft.azure.management.cosmosdb
syntax:
content: public int hashCode()
return:
type: f75371fa
- uid: com.microsoft.azure.management.cosmosdb._key_kind.KeyKind(String)
id: KeyKind(String)
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: KeyKind(String value)
nameWithType: KeyKind.KeyKind(String value)
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.KeyKind(String value)
overload: com.microsoft.azure.management.cosmosdb._key_kind.KeyKind*
type: Constructor
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 34
package: com.microsoft.azure.management.cosmosdb
summary: <p>Creates a custom value for KeyKind. </p>
syntax:
content: public KeyKind(String value)
parameters:
- id: value
type: "26831127"
description: <p>the custom value </p>
- uid: com.microsoft.azure.management.cosmosdb._key_kind.PRIMARY
id: PRIMARY
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: PRIMARY
nameWithType: KeyKind.PRIMARY
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.PRIMARY
type: Field
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 17
package: com.microsoft.azure.management.cosmosdb
summary: <p>Static value primary for KeyKind. </p>
syntax:
content: public static final KeyKind PRIMARY= new KeyKind("primary")
return:
type: 93de0ef9com.microsoft.azure.management.cosmosdb._key_kind
- uid: com.microsoft.azure.management.cosmosdb._key_kind.PRIMARY_READONLY
id: PRIMARY_READONLY
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: PRIMARY_READONLY
nameWithType: KeyKind.PRIMARY_READONLY
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.PRIMARY_READONLY
type: Field
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 23
package: com.microsoft.azure.management.cosmosdb
summary: <p>Static value primaryReadonly for KeyKind. </p>
syntax:
content: public static final KeyKind PRIMARY_READONLY= new KeyKind("primaryReadonly")
return:
type: 93de0ef9com.microsoft.azure.management.cosmosdb._key_kind
- uid: com.microsoft.azure.management.cosmosdb._key_kind.SECONDARY
id: SECONDARY
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: SECONDARY
nameWithType: KeyKind.SECONDARY
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.SECONDARY
type: Field
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 20
package: com.microsoft.azure.management.cosmosdb
summary: <p>Static value secondary for KeyKind. </p>
syntax:
content: public static final KeyKind SECONDARY= new KeyKind("secondary")
return:
type: 93de0ef9com.microsoft.azure.management.cosmosdb._key_kind
- uid: com.microsoft.azure.management.cosmosdb._key_kind.SECONDARY_READONLY
id: SECONDARY_READONLY
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: SECONDARY_READONLY
nameWithType: KeyKind.SECONDARY_READONLY
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.SECONDARY_READONLY
type: Field
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 26
package: com.microsoft.azure.management.cosmosdb
summary: <p>Static value secondaryReadonly for KeyKind. </p>
syntax:
content: public static final KeyKind SECONDARY_READONLY= new KeyKind("secondaryReadonly")
return:
type: 93de0ef9com.microsoft.azure.management.cosmosdb._key_kind
- uid: com.microsoft.azure.management.cosmosdb._key_kind.toString()
id: toString()
parent: com.microsoft.azure.management.cosmosdb._key_kind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
langs:
- java
name: toString()
nameWithType: KeyKind.toString()
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.toString()
overload: com.microsoft.azure.management.cosmosdb._key_kind.toString*
type: Method
source:
remote: *o0
path: azure-mgmt-cosmosdb/src/main/java/com/microsoft/azure/management/cosmosdb/KeyKind.java
startLine: 40
package: com.microsoft.azure.management.cosmosdb
syntax:
content: public String toString()
return:
type: "26831127"
references:
- uid: 93de0ef9com.microsoft.azure.management.cosmosdb._key_kind
spec.java:
- name: 'final '
fullName: 'final '
- uid: com.microsoft.azure.management.cosmosdb._key_kind
name: KeyKind
fullName: com.microsoft.azure.management.cosmosdb.KeyKind
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.cosmosdb._key_kind.KeyKind*
name: KeyKind
nameWithType: KeyKind.KeyKind
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.KeyKind
package: com.microsoft.azure.management.cosmosdb
- uid: com.microsoft.azure.management.cosmosdb._key_kind.toString*
name: toString
nameWithType: KeyKind.toString
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.toString
package: com.microsoft.azure.management.cosmosdb
- uid: f75371fa
spec.java:
- name: int
fullName: int
- uid: com.microsoft.azure.management.cosmosdb._key_kind.hashCode*
name: hashCode
nameWithType: KeyKind.hashCode
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.hashCode
package: com.microsoft.azure.management.cosmosdb
- uid: "79317049"
spec.java:
- name: Object
fullName: Object
- uid: 4fc6e284
spec.java:
- name: boolean
fullName: boolean
- uid: com.microsoft.azure.management.cosmosdb._key_kind.equals*
name: equals
nameWithType: KeyKind.equals
fullName: com.microsoft.azure.management.cosmosdb.KeyKind.equals
package: com.microsoft.azure.management.cosmosdb
- uid: com.microsoft.azure.management.cosmosdb._key_kind
parent: com.microsoft.azure.management.cosmosdb
href: com.microsoft.azure.management.cosmosdb._key_kind.yml
name: KeyKind
nameWithType: KeyKind
fullName: com.microsoft.azure.management.cosmosdb.KeyKind
type: Class
summary: <p>Defines values for KeyKind. </p>
syntax: *o1