ClientEncryptionKeyGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmos. models. ArmProxyResource - com.
azure. resourcemanager. cosmos. fluent. models. ClientEncryptionKeyGetResultsInner
- com.
- com.
- com.
public final class ClientEncryptionKeyGetResultsInner
extends ArmProxyResource
Client Encryption Key.
Constructor Summary
Constructor | Description |
---|---|
ClientEncryptionKeyGetResultsInner() |
Creates an instance of Client |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Client |
fromJson(JsonReader jsonReader)
Reads an instance of Client |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Client |
resource()
Get the resource property: The resource property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Client |
withResource(ClientEncryptionKeyGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from ArmProxyResource
Methods inherited from java.lang.Object
Constructor Details
ClientEncryptionKeyGetResultsInner
public ClientEncryptionKeyGetResultsInner()
Creates an instance of ClientEncryptionKeyGetResultsInner class.
Method Details
fromJson
public static ClientEncryptionKeyGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of ClientEncryptionKeyGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ClientEncryptionKeyGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ClientEncryptionKeyGetResultsInner.name()Returns:
resource
public ClientEncryptionKeyGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ClientEncryptionKeyGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ClientEncryptionKeyGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ClientEncryptionKeyGetResultsInner.validate()withResource
public ClientEncryptionKeyGetResultsInner withResource(ClientEncryptionKeyGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
Applies to
Azure SDK for Java