EncryptionServices Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. EncryptionServices
- com.
Implements
public final class EncryptionServices
implements JsonSerializable<EncryptionServices>
A list of services that support encryption.
Constructor Summary
Constructor | Description |
---|---|
EncryptionServices() |
Creates an instance of Encryption |
Method Summary
Modifier and Type | Method and Description |
---|---|
Encryption |
blob()
Get the blob property: The encryption function of the blob storage service. |
Encryption |
file()
Get the file property: The encryption function of the file storage service. |
static
Encryption |
fromJson(JsonReader jsonReader)
Reads an instance of Encryption |
Encryption |
queue()
Get the queue property: The encryption function of the queue storage service. |
Encryption |
table()
Get the table property: The encryption function of the table storage service. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Encryption |
withBlob(EncryptionService blob)
Set the blob property: The encryption function of the blob storage service. |
Encryption |
withFile(EncryptionService file)
Set the file property: The encryption function of the file storage service. |
Encryption |
withQueue(EncryptionService queue)
Set the queue property: The encryption function of the queue storage service. |
Encryption |
withTable(EncryptionService table)
Set the table property: The encryption function of the table storage service. |
Methods inherited from java.lang.Object
Constructor Details
EncryptionServices
public EncryptionServices()
Creates an instance of EncryptionServices class.
Method Details
blob
public EncryptionService blob()
Get the blob property: The encryption function of the blob storage service.
Returns:
file
public EncryptionService file()
Get the file property: The encryption function of the file storage service.
Returns:
fromJson
public static EncryptionServices fromJson(JsonReader jsonReader)
Reads an instance of EncryptionServices from the JsonReader.
Parameters:
Returns:
Throws:
queue
public EncryptionService queue()
Get the queue property: The encryption function of the queue storage service.
Returns:
table
public EncryptionService table()
Get the table property: The encryption function of the table storage service.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBlob
public EncryptionServices withBlob(EncryptionService blob)
Set the blob property: The encryption function of the blob storage service.
Parameters:
Returns:
withFile
public EncryptionServices withFile(EncryptionService file)
Set the file property: The encryption function of the file storage service.
Parameters:
Returns:
withQueue
public EncryptionServices withQueue(EncryptionService queue)
Set the queue property: The encryption function of the queue storage service.
Parameters:
Returns:
withTable
public EncryptionServices withTable(EncryptionService table)
Set the table property: The encryption function of the table storage service.
Parameters:
Returns:
Applies to
Azure SDK for Java