| Modifier and Type | Field and Description |
|---|---|
static StorageService |
StorageService.BLOB
Static value Blob for StorageService.
|
static StorageService |
StorageService.FILE
Static value File for StorageService.
|
static StorageService |
StorageService.QUEUE
Static value Queue for StorageService.
|
static StorageService |
StorageService.TABLE
Static value Table for StorageService.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageService |
StorageService.fromString(String name)
Creates or finds a service service type based on its name.
|
StorageService |
StorageAccountEncryptionStatus.storageService() |
| Modifier and Type | Method and Description |
|---|---|
Map<StorageService,StorageAccountEncryptionStatus> |
StorageAccount.encryptionStatuses() |
static Collection<StorageService> |
StorageService.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/