| Modifier and Type | Field and Description |
|---|---|
static SignedResourceTypes |
SignedResourceTypes.C
Static value c for SignedResourceTypes.
|
static SignedResourceTypes |
SignedResourceTypes.O
Static value o for SignedResourceTypes.
|
static SignedResourceTypes |
SignedResourceTypes.S
Static value s for SignedResourceTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static SignedResourceTypes |
SignedResourceTypes.fromString(String name)
Creates or finds a SignedResourceTypes from its string representation.
|
SignedResourceTypes |
AccountSasParameters.resourceTypes()
Get the signed resource types that are accessible with the account SAS.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<SignedResourceTypes> |
SignedResourceTypes.values() |
| Modifier and Type | Method and Description |
|---|---|
AccountSasParameters |
AccountSasParameters.withResourceTypes(SignedResourceTypes resourceTypes)
Set the signed resource types that are accessible with the account SAS.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/