Class ClientEncryptionKeyGetResultsInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.cosmos.models.ArmProxyResource
com.azure.resourcemanager.cosmos.fluent.models.ClientEncryptionKeyGetResultsInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
Client Encryption Key.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ClientEncryptionKeyGetResultsInner class. -
Method Summary
Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ClientEncryptionKeyGetResultsInner
public ClientEncryptionKeyGetResultsInner()Creates an instance of ClientEncryptionKeyGetResultsInner class.
-
-
Method Details
-
resource
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public ClientEncryptionKeyGetResultsInner withResource(ClientEncryptionKeyGetPropertiesResource resource) Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the ClientEncryptionKeyGetResultsInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classArmProxyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-