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

77 строки
3.5 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.management.storage.Encryption.Encryption()
name: Encryption()
nameWithType: Encryption.Encryption()
summary: <p>Creates an instance of Encryption class. </p>
syntax: public Encryption()
uid: com.microsoft.azure.management.storage.Encryption.Encryption()
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.storage.Encryption.keySource()
name: keySource()
nameWithType: Encryption.keySource()
returns:
description: <p>the keySource value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the keySource value.</p>
<p></p>
syntax: public String keySource()
uid: com.microsoft.azure.management.storage.Encryption.keySource()
- fullName: com.microsoft.azure.management.storage.Encryption.services()
name: services()
nameWithType: Encryption.services()
returns:
description: <p>the services value </p>
type: <xref href="com.microsoft.azure.management.storage.EncryptionServices?alt=com.microsoft.azure.management.storage.EncryptionServices&text=EncryptionServices" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the services value.</p>
<p></p>
syntax: public EncryptionServices services()
uid: com.microsoft.azure.management.storage.Encryption.services()
- fullName: com.microsoft.azure.management.storage.Encryption.withKeySource(String keySource)
name: withKeySource(String keySource)
nameWithType: Encryption.withKeySource(String keySource)
parameters:
- description: <p>the keySource value to set </p>
name: keySource
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Encryption object itself. </p>
type: <xref href="com.microsoft.azure.management.storage.Encryption?alt=com.microsoft.azure.management.storage.Encryption&text=Encryption" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the keySource value.</p>
<p></p>
syntax: public Encryption withKeySource(String keySource)
uid: com.microsoft.azure.management.storage.Encryption.withKeySource(String)
- fullName: com.microsoft.azure.management.storage.Encryption.withServices(EncryptionServices services)
name: withServices(EncryptionServices services)
nameWithType: Encryption.withServices(EncryptionServices services)
parameters:
- description: <p>the services value to set </p>
name: services
type: <xref href="com.microsoft.azure.management.storage.EncryptionServices?alt=com.microsoft.azure.management.storage.EncryptionServices&text=EncryptionServices" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Encryption object itself. </p>
type: <xref href="com.microsoft.azure.management.storage.Encryption?alt=com.microsoft.azure.management.storage.Encryption&text=Encryption" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the services value.</p>
<p></p>
syntax: public Encryption withServices(EncryptionServices services)
uid: com.microsoft.azure.management.storage.Encryption.withServices(EncryptionServices)
nameWithType: Encryption
syntax: public class Encryption
type: class
uid: com.microsoft.azure.management.storage.Encryption
fullName: com.microsoft.azure.management.storage.Encryption
name: Encryption
package: com.microsoft.azure.management.storage
summary: <p>The encryption settings on the storage account. </p>
metadata: {}