Aracılığıyla paylaş


EncryptionServices Class

  • java.lang.Object
    • com.microsoft.azure.management.storage.EncryptionServices

public class EncryptionServices

A list of services that support encryption.

Constructor Summary

Constructor Description
EncryptionServices()

Method Summary

Modifier and Type Method and Description
EncryptionService blob()

Get the encryption function of the blob storage service.

EncryptionService file()

Get the encryption function of the file storage service.

EncryptionService queue()

Get the encryption function of the queue storage service.

EncryptionService table()

Get the encryption function of the table storage service.

EncryptionServices withBlob(EncryptionService blob)

Set the encryption function of the blob storage service.

EncryptionServices withFile(EncryptionService file)

Set the encryption function of the file storage service.

EncryptionServices withQueue(EncryptionService queue)

Set the encryption function of the queue storage service.

EncryptionServices withTable(EncryptionService table)

Set the encryption function of the table storage service.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

EncryptionServices

public EncryptionServices()

Method Details

blob

public EncryptionService blob()

Get the encryption function of the blob storage service.

Returns:

the blob value

file

public EncryptionService file()

Get the encryption function of the file storage service.

Returns:

the file value

queue

public EncryptionService queue()

Get the encryption function of the queue storage service.

Returns:

the queue value

table

public EncryptionService table()

Get the encryption function of the table storage service.

Returns:

the table value

withBlob

public EncryptionServices withBlob(EncryptionService blob)

Set the encryption function of the blob storage service.

Parameters:

blob - the blob value to set

Returns:

the EncryptionServices object itself.

withFile

public EncryptionServices withFile(EncryptionService file)

Set the encryption function of the file storage service.

Parameters:

file - the file value to set

Returns:

the EncryptionServices object itself.

withQueue

public EncryptionServices withQueue(EncryptionService queue)

Set the encryption function of the queue storage service.

Parameters:

queue - the queue value to set

Returns:

the EncryptionServices object itself.

withTable

public EncryptionServices withTable(EncryptionService table)

Set the encryption function of the table storage service.

Parameters:

table - the table value to set

Returns:

the EncryptionServices object itself.

Applies to